File tree 1 file changed +4
-4
lines changed
localization/pose_initializer
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ This `pose_initializer` is used via default AD API. For detailed description of
51
51
52
52
### Using the GNSS estimated position
53
53
54
- ```
54
+ ``` bash
55
55
ros2 service call /localization/initialize tier4_localization_msgs/srv/InitializeLocalization
56
56
```
57
57
58
58
The GNSS estimated position is used as the initial guess, and the localization algorithm automatically estimates a more accurate position.
59
59
60
60
### Using the input position
61
61
62
- ```
62
+ ``` bash
63
63
ros2 service call /localization/initialize tier4_localization_msgs/srv/InitializeLocalization "
64
64
pose_with_covariance:
65
65
- header:
@@ -84,7 +84,7 @@ The input position is used as the initial guess, and the localization algorithm
84
84
85
85
### Direct initial position set
86
86
87
- ```
87
+ ``` bash
88
88
ros2 service call /localization/initialize tier4_localization_msgs/srv/InitializeLocalization "
89
89
pose_with_covariance:
90
90
- header:
@@ -109,7 +109,7 @@ The initial position is set directly by the input position without going through
109
109
110
110
### Via ros2 topic pub
111
111
112
- ```
112
+ ``` bash
113
113
ros2 topic pub --once /initialpose geometry_msgs/msg/PoseWithCovarianceStamped "
114
114
header:
115
115
frame_id: map
You can’t perform that action at this time.
0 commit comments