Skip to content

Commit 6b9c37d

Browse files
authored
chore: rename from autoware.core to autoware_core (#290)
1 parent 8e4e052 commit 6b9c37d

File tree

16 files changed

+47
-47
lines changed

16 files changed

+47
-47
lines changed

.github/sync-files.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
dest: mkdocs.yaml
4848
pre-commands: |
4949
sd "Autoware Documentation" "Autoware Core Documentation" {source}
50-
sd "autoware-documentation" "autoware.core" {source}
51-
sd "repo_url: .*" "repo_url: https://github.com/autowarefoundation/autoware.core" {source}
50+
sd "autoware-documentation" "autoware_core" {source}
51+
sd "repo_url: .*" "repo_url: https://github.com/autowarefoundation/autoware_core" {source}
5252
sd "/edit/main/docs/" "/edit/main/" {source}
5353
sd "docs_dir: .*" "docs_dir: ." {source}
5454
sd "assets/(\w+)" "docs/assets/\$1" {source}

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
autowarefoundation/autoware.core
1+
autowarefoundation/autoware_core
22
Copyright 2021 The Autoware Foundation
33

44
This product includes software developed at

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# autoware.core
1+
# autoware_core
22

33
- An [Autoware](https://github.com/autowarefoundation/autoware) repository that contains a basic set of high-quality, stable ROS packages for autonomous driving.
44

55
- Although this repository is currently empty, porting of code from Universe to Core will begin once the interfaces for Autoware Core/Universe have been finalized, as per ongoing [Autoware Architecture WG](https://github.com/autowarefoundation/autoware/discussions?discussions_q=label%3Aarchitecture_wg) discussions.
66
- A more detailed explanation about Autoware Core can be found on the [Autoware concepts documentation page](https://autowarefoundation.github.io/autoware-documentation/main/design/autoware-concepts/#the-core-module).
77

8-
- For researchers and developers who want to extend the functionality of Autoware Core with experimental, cutting-edge ROS packages, see [Autoware Universe](https://github.com/autowarefoundation/autoware.universe).
8+
- For researchers and developers who want to extend the functionality of Autoware Core with experimental, cutting-edge ROS packages, see [Autoware Universe](https://github.com/autowarefoundation/autoware_universe).

common/autoware_geography_utils/CHANGELOG.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,64 +4,64 @@ Changelog for package autoware_geography_utils
44

55
0.1.0 (2025-01-09)
66
------------------
7-
* refactor(autoware_geography_utils): apply modern C++17 style (`#109 <https://github.com/autowarefoundation/autoware.core/issues/109>`_)
7+
* refactor(autoware_geography_utils): apply modern C++17 style (`#109 <https://github.com/autowarefoundation/autoware_core/issues/109>`_)
88
* use using
99
* refactor height
1010
* refactor projection
1111
* refactor lanelet2_projector
1212
* set class name
1313
* revert string
1414
---------
15-
* test(autoware_geography_utils): add `lanelet2_projector` test (`#128 <https://github.com/autowarefoundation/autoware.core/issues/128>`_)
15+
* test(autoware_geography_utils): add `lanelet2_projector` test (`#128 <https://github.com/autowarefoundation/autoware_core/issues/128>`_)
1616
* add test
1717
* style(pre-commit): autofix
1818
---------
1919
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
20-
* chore: sync files (`#115 <https://github.com/autowarefoundation/autoware.core/issues/115>`_)
20+
* chore: sync files (`#115 <https://github.com/autowarefoundation/autoware_core/issues/115>`_)
2121
* chore: sync files
2222
* style(pre-commit): autofix
2323
* include what you use
2424
---------
2525
Co-authored-by: github-actions <github-actions@github.com>
2626
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2727
Co-authored-by: M. Fatih Cırıt <mfc@autoware.org>
28-
* docs(autoware_geography_utils): update `README.md` (`#111 <https://github.com/autowarefoundation/autoware.core/issues/111>`_)
28+
* docs(autoware_geography_utils): update `README.md` (`#111 <https://github.com/autowarefoundation/autoware_core/issues/111>`_)
2929
update readme
30-
* feat: port autoware_geography_utils from autoware.universe (`#100 <https://github.com/autowarefoundation/autoware.core/issues/100>`_)
30+
* feat: port autoware_geography_utils from autoware_universe (`#100 <https://github.com/autowarefoundation/autoware_core/issues/100>`_)
3131
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
3232
* Contributors: Ryohsuke Mitsudome, Yutaka Kondo, awf-autoware-bot[bot]
3333

3434
0.2.0 (2025-02-07)
3535
------------------
36-
* chore: humble to main sync (`#162 <https://github.com/autowarefoundation/autoware.core/issues/162>`_)
36+
* chore: humble to main sync (`#162 <https://github.com/autowarefoundation/autoware_core/issues/162>`_)
3737
* update changelog
3838
* 0.1.0
3939
---------
4040
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
41-
* refactor(autoware_geography_utils): apply modern C++17 style (`#109 <https://github.com/autowarefoundation/autoware.core/issues/109>`_)
41+
* refactor(autoware_geography_utils): apply modern C++17 style (`#109 <https://github.com/autowarefoundation/autoware_core/issues/109>`_)
4242
* use using
4343
* refactor height
4444
* refactor projection
4545
* refactor lanelet2_projector
4646
* set class name
4747
* revert string
4848
---------
49-
* test(autoware_geography_utils): add `lanelet2_projector` test (`#128 <https://github.com/autowarefoundation/autoware.core/issues/128>`_)
49+
* test(autoware_geography_utils): add `lanelet2_projector` test (`#128 <https://github.com/autowarefoundation/autoware_core/issues/128>`_)
5050
* add test
5151
* style(pre-commit): autofix
5252
---------
5353
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
54-
* chore: sync files (`#115 <https://github.com/autowarefoundation/autoware.core/issues/115>`_)
54+
* chore: sync files (`#115 <https://github.com/autowarefoundation/autoware_core/issues/115>`_)
5555
* chore: sync files
5656
* style(pre-commit): autofix
5757
* include what you use
5858
---------
5959
Co-authored-by: github-actions <github-actions@github.com>
6060
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
6161
Co-authored-by: M. Fatih Cırıt <mfc@autoware.org>
62-
* docs(autoware_geography_utils): update `README.md` (`#111 <https://github.com/autowarefoundation/autoware.core/issues/111>`_)
62+
* docs(autoware_geography_utils): update `README.md` (`#111 <https://github.com/autowarefoundation/autoware_core/issues/111>`_)
6363
update readme
64-
* feat: port autoware_geography_utils from autoware.universe (`#100 <https://github.com/autowarefoundation/autoware.core/issues/100>`_)
64+
* feat: port autoware_geography_utils from autoware_universe (`#100 <https://github.com/autowarefoundation/autoware_core/issues/100>`_)
6565
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
6666
* Contributors: Ryohsuke Mitsudome, Yutaka Kondo, awf-autoware-bot[bot]
6767

common/autoware_kalman_filter/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Changelog for package autoware_kalman_filter
66
------------------
77
* unify version to 0.1.0
88
* update changelog
9-
* feat: port autoware_kalman_filter from autoware.universe (`#141 <https://github.com/autowarefoundation/autoware.core/issues/141>`_)
9+
* feat: port autoware_kalman_filter from autoware_universe (`#141 <https://github.com/autowarefoundation/autoware_core/issues/141>`_)
1010
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1111
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1212
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
1313
* Contributors: Yutaka Kondo, cyn-liu
1414

15-
* feat: port autoware_kalman_filter from autoware.universe (`#141 <https://github.com/autowarefoundation/autoware.core/issues/141>`_)
15+
* feat: port autoware_kalman_filter from autoware_universe (`#141 <https://github.com/autowarefoundation/autoware_core/issues/141>`_)
1616
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1717
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1818
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>

common/autoware_node/CHANGELOG.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ Changelog for package autoware_node
44

55
0.1.0 (2025-01-09)
66
------------------
7-
* fix: change autoware_node from a static library to a shared library (`#121 <https://github.com/autowarefoundation/autoware.core/issues/121>`_)
8-
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware.core/issues/113>`_)
7+
* fix: change autoware_node from a static library to a shared library (`#121 <https://github.com/autowarefoundation/autoware_core/issues/121>`_)
8+
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware_core/issues/113>`_)
99
* Contributors: M. Fatih Cırıt, SakodaShintaro
1010

1111
0.2.0 (2025-02-07)
1212
------------------
13-
* chore: humble to main sync (`#162 <https://github.com/autowarefoundation/autoware.core/issues/162>`_)
13+
* chore: humble to main sync (`#162 <https://github.com/autowarefoundation/autoware_core/issues/162>`_)
1414
* update changelog
1515
* 0.1.0
1616
---------
1717
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
18-
* fix: change autoware_node from a static library to a shared library (`#121 <https://github.com/autowarefoundation/autoware.core/issues/121>`_)
19-
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware.core/issues/113>`_)
18+
* fix: change autoware_node from a static library to a shared library (`#121 <https://github.com/autowarefoundation/autoware_core/issues/121>`_)
19+
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware_core/issues/113>`_)
2020
* Contributors: M. Fatih Cırıt, SakodaShintaro, Yutaka Kondo
2121

2222
0.0.0 (2024-12-02)

common/autoware_node/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Overview
88

9-
AN is an `autoware.core` package designed to provide a base class for all future nodes in the
9+
AN is an `autoware_core` package designed to provide a base class for all future nodes in the
1010
system.
1111

1212
## Usage

common/autoware_node/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44
<name>autoware_node</name>
55
<version>0.2.0</version>
6-
<description>Autoware Node is an Autoware.Core package designed to provide a base class for all nodes in the system.</description>
6+
<description>Autoware Node is an Autoware Core package designed to provide a base class for all nodes in the system.</description>
77
<maintainer email="mfc@autoware.org">Mete Fatih Cırıt</maintainer>
88
<license>Apache-2.0</license>
99

common/autoware_osqp_interface/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Changelog for package autoware_osqp_interface
66
------------------
77
* unify version to 0.1.0
88
* update changelog
9-
* feat(autoware_osqp_interface): porting autoware_osqp_interface package from autoware.universe (`#165 <https://github.com/autowarefoundation/autoware.core/issues/165>`_)
9+
* feat(autoware_osqp_interface): porting autoware_osqp_interface package from autoware_universe (`#165 <https://github.com/autowarefoundation/autoware_core/issues/165>`_)
1010
* Contributors: NorahXiong, Yutaka Kondo
1111

12-
* feat(autoware_osqp_interface): porting autoware_osqp_interface package from autoware.universe (`#165 <https://github.com/autowarefoundation/autoware.core/issues/165>`_)
12+
* feat(autoware_osqp_interface): porting autoware_osqp_interface package from autoware_universe (`#165 <https://github.com/autowarefoundation/autoware_core/issues/165>`_)
1313
* Contributors: NorahXiong
1414

1515
0.0.0 (2024-12-02)

common/autoware_point_types/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changelog for package autoware_point_types
66
------------------
77
* unify version to 0.1.0
88
* update changelog
9-
* feat: port autoware_point_types from autoware.universe (`#151 <https://github.com/autowarefoundation/autoware.core/issues/151>`_)
9+
* feat: port autoware_point_types from autoware_universe (`#151 <https://github.com/autowarefoundation/autoware_core/issues/151>`_)
1010
* feat: port autoware_point_types from universe
1111
* chore: remove change log and reset version to 0.0.0
1212
* add myself as maintainer
@@ -18,7 +18,7 @@ Changelog for package autoware_point_types
1818
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1919
* Contributors: Yutaka Kondo, cyn-liu
2020

21-
* feat: port autoware_point_types from autoware.universe (`#151 <https://github.com/autowarefoundation/autoware.core/issues/151>`_)
21+
* feat: port autoware_point_types from autoware_universe (`#151 <https://github.com/autowarefoundation/autoware_core/issues/151>`_)
2222
* feat: port autoware_point_types from universe
2323
* chore: remove change log and reset version to 0.0.0
2424
* add myself as maintainer

common/autoware_qp_interface/CHANGELOG.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ Changelog for package autoware_qp_interface
66
------------------
77
* unify version to 0.1.0
88
* update changelog
9-
* fix(autoware_qp_interface): incorrect parameter passing in delegating constructor (`#147 <https://github.com/autowarefoundation/autoware.core/issues/147>`_)
9+
* fix(autoware_qp_interface): incorrect parameter passing in delegating constructor (`#147 <https://github.com/autowarefoundation/autoware_core/issues/147>`_)
1010
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
1111
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
12-
* feat(autoware_qp_interface): porting autoware_qp_interface package from autoware.universe (`#146 <https://github.com/autowarefoundation/autoware.core/issues/146>`_)
13-
* feat(autoware_qp_interface): porting autoware_qp_interface package from autoware.universe
12+
* feat(autoware_qp_interface): porting autoware_qp_interface package from autoware_universe (`#146 <https://github.com/autowarefoundation/autoware_core/issues/146>`_)
13+
* feat(autoware_qp_interface): porting autoware_qp_interface package from autoware_universe
1414
* Delete CHANGELOG.rst since it's outdated
1515
* Update common/autoware_qp_interface/package.xml
1616
---------
1717
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1818
* Contributors: NorahXiong, Yutaka Kondo
1919

20-
* fix(autoware_qp_interface): incorrect parameter passing in delegating constructor (`#147 <https://github.com/autowarefoundation/autoware.core/issues/147>`_)
20+
* fix(autoware_qp_interface): incorrect parameter passing in delegating constructor (`#147 <https://github.com/autowarefoundation/autoware_core/issues/147>`_)
2121
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
2222
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
23-
* feat(autoware_qp_interface): porting autoware_qp_interface package from autoware.universe (`#146 <https://github.com/autowarefoundation/autoware.core/issues/146>`_)
24-
* feat(autoware_qp_interface): porting autoware_qp_interface package from autoware.universe
23+
* feat(autoware_qp_interface): porting autoware_qp_interface package from autoware_universe (`#146 <https://github.com/autowarefoundation/autoware_core/issues/146>`_)
24+
* feat(autoware_qp_interface): porting autoware_qp_interface package from autoware_universe
2525
* Delete CHANGELOG.rst since it's outdated
2626
* Update common/autoware_qp_interface/package.xml
2727
---------

demos/autoware_test_node/CHANGELOG.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Changelog for package autoware_test_node
44

55
0.1.0 (2025-01-09)
66
------------------
7-
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware.core/issues/113>`_)
7+
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware_core/issues/113>`_)
88
* Contributors: M. Fatih Cırıt
99

1010
0.2.0 (2025-02-07)
1111
------------------
12-
* chore: humble to main sync (`#162 <https://github.com/autowarefoundation/autoware.core/issues/162>`_)
12+
* chore: humble to main sync (`#162 <https://github.com/autowarefoundation/autoware_core/issues/162>`_)
1313
* update changelog
1414
* 0.1.0
1515
---------
1616
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
17-
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware.core/issues/113>`_)
17+
* feat: add autoware_node and autoware_test node (`#113 <https://github.com/autowarefoundation/autoware_core/issues/113>`_)
1818
* Contributors: M. Fatih Cırıt, Yutaka Kondo
1919

2020
0.0.0 (2024-12-02)

localization/autoware_localization_util/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Changelog for package autoware_localization_util
66
------------------
77
* unify version to 0.1.0
88
* update changelog
9-
* feat: migrate autoware_localization_util from universe to core (`#150 <https://github.com/autowarefoundation/autoware.core/issues/150>`_)
9+
* feat: migrate autoware_localization_util from universe to core (`#150 <https://github.com/autowarefoundation/autoware_core/issues/150>`_)
1010
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1111
Co-authored-by: SakodaShintaro <shintaro.sakoda@tier4.jp>
1212
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1313
* Contributors: Yutaka Kondo, 心刚
1414

15-
* feat: migrate autoware_localization_util from universe to core (`#150 <https://github.com/autowarefoundation/autoware.core/issues/150>`_)
15+
* feat: migrate autoware_localization_util from universe to core (`#150 <https://github.com/autowarefoundation/autoware_core/issues/150>`_)
1616
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1717
Co-authored-by: SakodaShintaro <shintaro.sakoda@tier4.jp>
1818
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>

mkdocs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# To make changes, update the source repository and follow the guidelines in its README.
44

55
site_name: Autoware Core Documentation
6-
site_url: https://autowarefoundation.github.io/autoware.core
7-
repo_url: https://github.com/autowarefoundation/autoware.core
8-
edit_uri: https://github.com/autowarefoundation/autoware.core/edit/main/
6+
site_url: https://autowarefoundation.github.io/autoware_core
7+
repo_url: https://github.com/autowarefoundation/autoware_core
8+
edit_uri: https://github.com/autowarefoundation/autoware_core/edit/main/
99
docs_dir: .
1010
copyright: Copyright &copy; 2023 The Autoware Foundation
1111

planning/autoware_path_generator/src/utils.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ const geometry_msgs::msg::Pose refine_goal(
349349
// To perform smooth goal connection, we need to prepare the point before the goal point.
350350
// This function prepares the point before the goal point.
351351
// See the link below for more details:
352-
// https://autowarefoundation.github.io/autoware.universe/main/planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/#fixed_goal_planner
352+
// https://autowarefoundation.github.io/autoware_universe/main/planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/#fixed_goal_planner
353353
PathPointWithLaneId prepare_pre_goal(
354354
const geometry_msgs::msg::Pose & goal, const lanelet::ConstLanelets & lanes)
355355
{
@@ -425,7 +425,7 @@ std::optional<size_t> find_index_out_of_goal_search_range(
425425
// This function returns the cleaned up path. You need to add pre_goal and goal to the returned
426426
// path. This is because we'll do spline interpolation between the tail of the returned path and the
427427
// pre_goal later at this file.
428-
// https://github.com/autowarefoundation/autoware.universe/blob/908cb7ee5cca01c367f03caf6db4562a620504fb/planning/behavior_path_planner/autoware_behavior_path_planner/src/behavior_path_planner_node.cpp#L724-L725
428+
// https://github.com/autowarefoundation/autoware_universe/blob/908cb7ee5cca01c367f03caf6db4562a620504fb/planning/behavior_path_planner/autoware_behavior_path_planner/src/behavior_path_planner_node.cpp#L724-L725
429429
std::optional<PathWithLaneId> get_path_up_to_just_before_pre_goal(
430430
const PathWithLaneId & input, const geometry_msgs::msg::Pose & goal,
431431
const lanelet::Id goal_lane_id, const double search_radius_range)

planning/autoware_planning_factor_interface/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ public:
4343
&node, "obstacle_cruise_planner")},
4444
```
4545
46-
code example from src/universe/autoware.universe/planning/autoware_obstacle_cruise_planner/include/autoware/obstacle_cruise_planner/planner_interface.hpp
46+
code example from src/universe/autoware_universe/planning/autoware_obstacle_cruise_planner/include/autoware/obstacle_cruise_planner/planner_interface.hpp
4747
4848
### Adding Planning Factors
4949
50-
The `add` method can be used to add planning factors. Here's an example from src/universe/autoware.universe/planning/autoware_obstacle_cruise_planner/src/pid_based_planner/pid_based_planner.cpp.
50+
The `add` method can be used to add planning factors. Here's an example from src/universe/autoware_universe/planning/autoware_obstacle_cruise_planner/src/pid_based_planner/pid_based_planner.cpp.
5151
5252
```cpp
5353
planning_factor_interface_->add(

0 commit comments

Comments
 (0)