Skip to content

Commit 5a0e100

Browse files
docs(autoware_pose_cov_modifier): fix line breaks and dead links (#8991)
* fix(autoware_pose_cov_modifier): fix line breaks Signed-off-by: Melike Tanrıkulu <melike@leodrive.ai> * fix dead links Signed-off-by: Melike Tanrıkulu <melike@leodrive.ai> --------- Signed-off-by: Melike Tanrıkulu <melike@leodrive.ai>
1 parent 1750903 commit 5a0e100

File tree

1 file changed

+9
-9
lines changed
  • localization/autoware_pose_covariance_modifier

1 file changed

+9
-9
lines changed

localization/autoware_pose_covariance_modifier/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ Here is a flowchart depicting the process and the predefined thresholds:
7373

7474
```mermaid
7575
graph TD
76-
gnss_poser["gnss_poser"] --> |"/sensing/gnss/\npose_with_covariance"| pose_covariance_modifier_node
77-
ndt_scan_matcher["ndt_scan_matcher"] --> |"/localization/pose_estimator/ndt_scan_matcher/\npose_with_covariance"| pose_covariance_modifier_node
76+
gnss_poser["gnss_poser"] --> |"/sensing/gnss/<br/>pose_with_covariance"| pose_covariance_modifier_node
77+
ndt_scan_matcher["ndt_scan_matcher"] --> |"/localization/pose_estimator/ndt_scan_matcher/<br/>pose_with_covariance"| pose_covariance_modifier_node
7878
7979
subgraph pose_covariance_modifier_node ["Pose Covariance Modifier Node"]
80-
pc1{{"gnss_pose_yaw\nstddev"}}
81-
pc1 -->|"<= 0.3 rad"| pc2{{"gnss_pose_z\nstddev"}}
82-
pc2 -->|"<= 0.1 m"| pc3{{"gnss_pose_xy\nstddev"}}
80+
pc1{{"gnss_pose_yaw<br/>stddev"}}
81+
pc1 -->|"<= 0.3 rad"| pc2{{"gnss_pose_z<br/>stddev"}}
82+
pc2 -->|"<= 0.1 m"| pc3{{"gnss_pose_xy<br/>stddev"}}
8383
pc2 -->|"> 0.1 m"| ndt_pose("NDT Pose")
8484
pc3 -->|"<= 0.1 m"| gnss_pose("GNSS Pose")
8585
pc3 -->|"0.1 m < x <= 0.2 m"| gnss_ndt_pose("`Both GNSS and NDT Pose
@@ -117,20 +117,20 @@ the [pose_twist_estimator.launch.xml](../../launch/tier4_localization_launch/lau
117117

118118
### Without this condition (default)
119119

120-
- The output of the [ndt_scan_matcher](../../localization/ndt_scan_matcher) is directly sent
121-
to [ekf_localizer](../../localization/ekf_localizer).
120+
- The output of the [ndt_scan_matcher](../../localization/autoware_ndt_scan_matcher) is directly sent
121+
to [ekf_localizer](../../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.
125125
- This node does not launch.
126126

127127
### With this condition
128128

129-
- The output of the [ndt_scan_matcher](../../localization/ndt_scan_matcher) is renamed
129+
- The output of the [ndt_scan_matcher](../../localization/autoware_ndt_scan_matcher) is renamed
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](../../localization/ekf_localizer) with:
133+
- The output of this package goes to [ekf_localizer](../../localization/autoware_ekf_localizer) with:
134134
- **topic name:** `/localization/pose_estimator/pose_with_covariance`.
135135

136136
## Node

0 commit comments

Comments
 (0)