You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is not used by default autoware, you need to activate it to use it.
28
28
29
29
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).
|`output_pose_with_covariance_topic`|`geometry_msgs::msg::PoseWithCovarianceStamped`| Output pose topic. It will be sent as input to ekf_localizer package. |
45
45
|`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. |
@@ -55,7 +55,7 @@ To activate, you need to change the `use_autoware_pose_covariance_modifier` para
55
55
|`error_thresholds.yaw_error_deg_threshold`|`double`| Threshold value to understand whether the yaw error is within reliable limits. |
56
56
|`debug.enable_debug_topics`|`bool`| Enables the debug topics |
57
57
58
-
###Important Notes
58
+
## Important notes
59
59
60
60
- 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.
61
61
- You need to use this package with georeferenced map
0 commit comments