Skip to content

Commit cf69679

Browse files
committed
add bash
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
1 parent a20083f commit cf69679

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

localization/pose_initializer/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ This `pose_initializer` is used via default AD API. For detailed description of
5151

5252
### Using the GNSS estimated position
5353

54-
```
54+
```bash
5555
ros2 service call /localization/initialize tier4_localization_msgs/srv/InitializeLocalization
5656
```
5757

5858
The GNSS estimated position is used as the initial guess, and the localization algorithm automatically estimates a more accurate position.
5959

6060
### Using the input position
6161

62-
```
62+
```bash
6363
ros2 service call /localization/initialize tier4_localization_msgs/srv/InitializeLocalization "
6464
pose_with_covariance:
6565
- header:
@@ -84,7 +84,7 @@ The input position is used as the initial guess, and the localization algorithm
8484

8585
### Direct initial position set
8686

87-
```
87+
```bash
8888
ros2 service call /localization/initialize tier4_localization_msgs/srv/InitializeLocalization "
8989
pose_with_covariance:
9090
- header:
@@ -109,7 +109,7 @@ The initial position is set directly by the input position without going through
109109

110110
### Via ros2 topic pub
111111

112-
```
112+
```bash
113113
ros2 topic pub --once /initialpose geometry_msgs/msg/PoseWithCovarianceStamped "
114114
header:
115115
frame_id: map

0 commit comments

Comments
 (0)