Skip to content

Commit bb868cc

Browse files
fix CI - Sentence case - markdownlint
Signed-off-by: meliketanrikulu <melike@leodrive.ai> Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>
1 parent 2602e83 commit bb868cc

File tree

1 file changed

+8
-8
lines changed
  • localization/autoware_pose_covariance_modifier_node

1 file changed

+8
-8
lines changed

localization/autoware_pose_covariance_modifier_node/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,31 +22,31 @@ to the error values coming from GNSS, it also manages situations where GNSS and
2222
<img src="./media/new_proposal-proposal.drawio.png" width="620">
2323
</p>
2424

25-
## Activate This Feuture
25+
## Activate this feature
2626

2727
This package is not used by default autoware, you need to activate it to use it.
2828

2929
To activate, you need to change the `use_autoware_pose_covariance_modifier` parameter to true within the [tier4_localization_launch](https://github.com/autowarefoundation/autoware.universe/blob/main/launch/tier4_localization_launch/launch/localization.launch.xml).
3030

31-
# Node
31+
## Node
3232

33-
## Subscribed Topics
33+
### Subscribed topics
3434

3535
| Name | Type | Description |
3636
| ----------------------------------- | ----------------------------------------------- | ---------------------- |
3737
| `input_trusted_pose_with_cov_topic` | `geometry_msgs::msg::PoseWithCovarianceStamped` | Input GNSS pose topic. |
3838
| `input_ndt_pose_with_cov_topic` | `geometry_msgs::msg::PoseWithCovarianceStamped` | Input NDT pose topic. |
3939

40-
## Published Topics
40+
### Published topics
4141

4242
| Name | Type | Description |
4343
| ----------------------------------- | ----------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
4444
| `output_pose_with_covariance_topic` | `geometry_msgs::msg::PoseWithCovarianceStamped` | Output pose topic. It will be sent as input to ekf_localizer package. |
4545
| `selected_pose_type` | `std_msgs::msg::String` | Declares which pose sources are used in the output of this package |
46-
| `output/ndt_position_rmse` | `std_msgs::msg::Float32` | Output pose ndt avarage rmse in position xy. It is published only when the enable_debug_topics is true. |
47-
| `output/gnss_position_rmse` | `std_msgs::msg::Float32` | Output pose gnss avarage rmse in position xy.It is published only when the enable_debug_topics is true. |
46+
| `output/ndt_position_rmse` | `std_msgs::msg::Float32` | Output pose ndt average rmse in position xy. It is published only when the enable_debug_topics is true. |
47+
| `output/gnss_position_rmse` | `std_msgs::msg::Float32` | Output pose gnss average rmse in position xy.It is published only when the enable_debug_topics is true. |
4848

49-
## Parameters
49+
### Parameters
5050

5151
| Name | Type | Description |
5252
| -------------------------------------------- | -------- | ------------------------------------------------------------------------------ |
@@ -55,7 +55,7 @@ To activate, you need to change the `use_autoware_pose_covariance_modifier` para
5555
| `error_thresholds.yaw_error_deg_threshold` | `double` | Threshold value to understand whether the yaw error is within reliable limits. |
5656
| `debug.enable_debug_topics` | `bool` | Enables the debug topics |
5757

58-
### Important Notes
58+
## Important notes
5959

6060
- In order to use this package, your GNSS sensor must provide you with the error value. If you do not have a GNSS sensor that provides you with the error value, you cannot use this package.
6161
- You need to use this package with georeferenced map

0 commit comments

Comments
 (0)