Skip to content

Commit e1e61d3

Browse files
authored
chore(autoware.repos): rename autoware_core and autoware_universe (#5902)
1 parent da892ea commit e1e61d3

File tree

5 files changed

+94
-93
lines changed

5 files changed

+94
-93
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<!--- Contributors -->
66
<p align="center">
7-
<a href="https://github.com/autowarefoundation/autoware.universe/graphs/contributors">
8-
<img src="https://img.shields.io/github/contributors/autowarefoundation/autoware.universe?style=flat&label=Autoware%20Universe%20Contributors"
7+
<a href="https://github.com/autowarefoundation/autoware_universe/graphs/contributors">
8+
<img src="https://img.shields.io/github/contributors/autowarefoundation/autoware_universe?style=flat&label=Autoware%20Universe%20Contributors"
99
alt="Autoware Universe Contributors" /></a>
1010
<a href="https://github.com/autowarefoundation/autoware/graphs/contributors">
1111
<img src="https://img.shields.io/github/contributors/autowarefoundation/autoware?style=flat&label=Autoware%20Contributors"
@@ -14,8 +14,8 @@
1414

1515
<!--- Commit Activity -->
1616
<p align="center">
17-
<a href="https://github.com/autowarefoundation/autoware.universe/pulse">
18-
<img src="https://img.shields.io/github/commit-activity/m/autowarefoundation/autoware.universe?style=flat&label=Autoware%20Universe%20Commit%20Activity"
17+
<a href="https://github.com/autowarefoundation/autoware_universe/pulse">
18+
<img src="https://img.shields.io/github/commit-activity/m/autowarefoundation/autoware_universe?style=flat&label=Autoware%20Universe%20Commit%20Activity"
1919
alt="Autoware Universe Activity" /></a>
2020
<a href="https://github.com/autowarefoundation/autoware/pulse">
2121
<img src="https://img.shields.io/github/commit-activity/m/autowarefoundation/autoware?style=flat&label=Autoware%20Commit%20Activity"
@@ -34,8 +34,8 @@
3434
<a href="https://github.com/autowarefoundation/autoware/actions/workflows/health-check.yaml?query=branch%3Amain">
3535
<img src="https://img.shields.io/github/actions/workflow/status/autowarefoundation/autoware/health-check.yaml?style=flat&label=health-check"
3636
alt="health-check CI" /></a>
37-
<a href="https://app.codecov.io/gh/autowarefoundation/autoware.universe">
38-
<img src="https://img.shields.io/codecov/c/gh/autowarefoundation/autoware.universe?style=flat&label=Coverage&logo=codecov&logoColor=white"
37+
<a href="https://app.codecov.io/gh/autowarefoundation/autoware_universe">
38+
<img src="https://img.shields.io/codecov/c/gh/autowarefoundation/autoware_universe?style=flat&label=Coverage&logo=codecov&logoColor=white"
3939
alt="Code Coverage" /></a>
4040
</p>
4141

@@ -68,10 +68,10 @@ To learn more about using or developing Autoware, refer to the [Autoware documen
6868
- [autowarefoundation/autoware_common](https://github.com/autowarefoundation/autoware_common)
6969
- Library/utility type repository containing commonly referenced ROS packages.
7070
- These packages were moved to a separate repository in order to reduce CI execution time
71-
- [autowarefoundation/autoware.core](https://github.com/autowarefoundation/autoware.core)
71+
- [autowarefoundation/autoware_core](https://github.com/autowarefoundation/autoware_core)
7272
- Main repository for high-quality, stable ROS packages for Autonomous Driving.
73-
- Based on [Autoware.Auto](https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto) and [Autoware.Universe](https://github.com/autowarefoundation/autoware.universe).
74-
- [autowarefoundation/autoware.universe](https://github.com/autowarefoundation/autoware.universe)
73+
- Based on [Autoware.Auto](https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto) and [Autoware.Universe](https://github.com/autowarefoundation/autoware_universe).
74+
- [autowarefoundation/autoware_universe](https://github.com/autowarefoundation/autoware_universe)
7575
- Repository for experimental, cutting-edge ROS packages for Autonomous Driving.
7676
- Autoware Universe was created to make it easier for researchers and developers to extend the functionality of Autoware Core
7777
- [autowarefoundation/autoware_launch](https://github.com/autowarefoundation/autoware_launch)
@@ -89,7 +89,7 @@ If you wish to use Autoware.AI, the previous version of Autoware based on ROS 1,
8989

9090
## Contributing
9191

92-
- [There is no formal process to become a contributor](https://github.com/autowarefoundation/autoware-projects/wiki#contributors) - you can comment on any [existing issues](https://github.com/autowarefoundation/autoware.universe/issues) or make a pull request on any Autoware repository!
92+
- [There is no formal process to become a contributor](https://github.com/autowarefoundation/autoware-projects/wiki#contributors) - you can comment on any [existing issues](https://github.com/autowarefoundation/autoware_universe/issues) or make a pull request on any Autoware repository!
9393
- Make sure to follow the [Contribution Guidelines](https://autowarefoundation.github.io/autoware-documentation/main/contributing/).
9494
- Take a look at Autoware's [various working groups](https://github.com/autowarefoundation/autoware-projects/wiki#working-group-list) to gain an understanding of any work in progress and to see how projects are managed.
9595
- If you have any technical questions, you can start a discussion in the [Q&A category](https://github.com/autowarefoundation/autoware/discussions/categories/q-a) to request help and confirm if a potential issue is a bug or not.

autoware-nightly.repos

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ repositories:
77
type: git
88
url: https://github.com/autowarefoundation/autoware_internal_msgs.git
99
version: main
10-
core/autoware.core:
10+
core/autoware_core:
1111
type: git
12-
url: https://github.com/autowarefoundation/autoware.core.git
12+
url: https://github.com/autowarefoundation/autoware_core.git
1313
version: main
1414
core/autoware_utils: # TODO(mitsudome-r): Remove this repository entry when https://github.com/autowarefoundation/autoware/pull/5700 is merged.
1515
type: git
1616
url: https://github.com/autowarefoundation/autoware_utils.git
1717
version: main
18-
universe/autoware.universe:
18+
universe/autoware_universe:
1919
type: git
20-
url: https://github.com/autowarefoundation/autoware.universe.git
20+
url: https://github.com/autowarefoundation/autoware_universe.git
2121
version: main
2222
universe/external/tier4_ad_api_adaptor: # TODO(TIER IV): Migrate to AD API and remove this repository entry.
2323
type: git

autoware.repos

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repositories:
44
type: git
55
url: https://github.com/autowarefoundation/autoware_msgs.git
66
version: 1.4.0
7-
# TODO (isamu-takagi): Use a released version when autoware.universe uses a released version.
7+
# TODO (isamu-takagi): Use a released version when autoware_universe uses a released version.
88
core/autoware_adapi_msgs:
99
type: git
1010
url: https://github.com/autowarefoundation/autoware_adapi_msgs.git
@@ -25,14 +25,14 @@ repositories:
2525
type: git
2626
url: https://github.com/autowarefoundation/autoware_lanelet2_extension.git
2727
version: 0.6.3
28-
core/autoware.core:
28+
core/autoware_core:
2929
type: git
30-
url: https://github.com/autowarefoundation/autoware.core.git
30+
url: https://github.com/autowarefoundation/autoware_core.git
3131
version: 0.2.0
3232
# universe
33-
universe/autoware.universe:
33+
universe/autoware_universe:
3434
type: git
35-
url: https://github.com/autowarefoundation/autoware.universe.git
35+
url: https://github.com/autowarefoundation/autoware_universe.git
3636
version: 0.41.2
3737
universe/external/tier4_ad_api_adaptor: # TODO(TIER IV): Migrate to AD API and remove this repository entry.
3838
type: git

0 commit comments

Comments
 (0)