Skip to content

Commit 9b90ef2

Browse files
committed
rename autoware_core
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 4a3d044 commit 9b90ef2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build_depends_humble.repos

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ repositories:
1212
type: git
1313
url: https://github.com/autowarefoundation/autoware_lanelet2_extension.git
1414
version: 0.6.2
15-
core/autoware.core:
15+
core/autoware_core:
1616
type: git
17-
url: https://github.com/autowarefoundation/autoware.core.git
17+
url: https://github.com/autowarefoundation/autoware_core.git
1818
version: 0.2.0
1919
core/autoware_msgs:
2020
type: git

build_depends_nightly.repos

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ repositories:
66
type: git
77
url: https://github.com/autowarefoundation/autoware_utils.git
88
version: main
9-
core/autoware.core:
9+
core/autoware_core:
1010
type: git
11-
url: https://github.com/autowarefoundation/autoware.core.git
11+
url: https://github.com/autowarefoundation/autoware_core.git
1212
version: main
1313
core/autoware_adapi_msgs:
1414
type: git

localization/autoware_pose_covariance_modifier/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ the [pose_twist_estimator.launch.xml](../../launch/tier4_localization_launch/lau
118118
### Without this condition (default)
119119

120120
- The output of the [ndt_scan_matcher](../../localization/autoware_ndt_scan_matcher) is directly sent
121-
to [ekf_localizer](https://github.com/autowarefoundation/autoware.core/tree/main/localization/autoware_ekf_localizer).
121+
to [ekf_localizer](https://github.com/autowarefoundation/autoware_core/tree/main/localization/autoware_ekf_localizer).
122122
- It has a preset covariance value.
123123
- **topic name:** `/localization/pose_estimator/pose_with_covariance`
124124
- The GNSS pose does not enter the ekf_localizer.
@@ -130,7 +130,7 @@ the [pose_twist_estimator.launch.xml](../../launch/tier4_localization_launch/lau
130130
- **from:** `/localization/pose_estimator/pose_with_covariance`.
131131
- **to:** `/localization/pose_estimator/ndt_scan_matcher/pose_with_covariance`.
132132
- The `ndt_scan_matcher` output enters the `autoware_pose_covariance_modifier`.
133-
- The output of this package goes to [ekf_localizer](https://github.com/autowarefoundation/autoware.core/tree/main/localization/autoware_ekf_localizer) with:
133+
- The output of this package goes to [ekf_localizer](https://github.com/autowarefoundation/autoware_core/tree/main/localization/autoware_ekf_localizer) with:
134134
- **topic name:** `/localization/pose_estimator/pose_with_covariance`.
135135

136136
## Node

0 commit comments

Comments
 (0)