Skip to content

Commit

Permalink
doc: Modify ekf_localizer directory links
Browse files Browse the repository at this point in the history
Signed-off-by: Motsu-san <[email protected]>
  • Loading branch information
Motsu-san committed Jan 20, 2025
1 parent dfe44d0 commit 0fdc3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions localization/autoware_pose_covariance_modifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ the [pose_twist_estimator.launch.xml](../../launch/tier4_localization_launch/lau
### Without this condition (default)

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

## Node
Expand Down

0 comments on commit 0fdc3de

Please sign in to comment.