File tree 1 file changed +6
-3
lines changed
localization/pose_initializer
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,11 @@ This `pose_initializer` is used via default AD API. For detailed description of
54
54
```
55
55
ros2 service call /localization/initialize tier4_localization_msgs/srv/InitializeLocalization
56
56
```
57
- The GNSS estimated position is used as the initial guess, and the localization algorithm automatically estimates a more accurate position.
58
57
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
63
ros2 service call /localization/initialize tier4_localization_msgs/srv/InitializeLocalization "
63
64
pose_with_covariance:
@@ -78,9 +79,11 @@ pose_with_covariance:
78
79
method: 0
79
80
"
80
81
```
82
+
81
83
The input position is used as the initial guess, and the localization algorithm automatically estimates a more accurate position.
82
84
83
85
### Direct initial position set
86
+
84
87
```
85
88
ros2 service call /localization/initialize tier4_localization_msgs/srv/InitializeLocalization "
86
89
pose_with_covariance:
@@ -101,11 +104,11 @@ pose_with_covariance:
101
104
method: 1
102
105
"
103
106
```
104
- The initial position is set directly by the input position without going through localization algorithm.
105
107
108
+ The initial position is set directly by the input position without going through localization algorithm.
106
109
110
+ ### Via ros2 topic pub
107
111
108
- ### Via ros2 topic pub
109
112
```
110
113
ros2 topic pub --once /initialpose geometry_msgs/msg/PoseWithCovarianceStamped "
111
114
header:
You can’t perform that action at this time.
0 commit comments