File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,17 @@ Parameters
202
202
Description
203
203
Topic to get instantaneous measurement of speed from.
204
204
205
+ :odom_duration:
206
+
207
+ ============== ===========================
208
+ Type Default
209
+ -------------- ---------------------------
210
+ double 0.3
211
+ ============== ===========================
212
+
213
+ Description
214
+ Time (s) to buffer odometry commands to estimate the robot speed.
215
+
205
216
:enable_stamped_cmd_vel:
206
217
207
218
============== =============================
@@ -289,6 +300,7 @@ Example
289
300
min_theta_velocity_threshold : 0.001
290
301
failure_tolerance : 0.3
291
302
odom_topic : " odom"
303
+ odom_duration : 0.3
292
304
progress_checker_plugins : ["progress_checker"] # progress_checker_plugin: "progress_checker" For Humble and older
293
305
goal_checker_plugins : ["goal_checker"] # goal_checker_plugin: "goal_checker" For Galactic and older
294
306
controller_plugins : ["FollowPath"]
Original file line number Diff line number Diff line change @@ -139,6 +139,17 @@ Parameters
139
139
Description
140
140
The topic to use for the odometry data when rotate_to_dock is enabled.
141
141
142
+ :odom_duration:
143
+
144
+ ============== ===========================
145
+ Type Default
146
+ -------------- ---------------------------
147
+ double 0.3
148
+ ============== ===========================
149
+
150
+ Description
151
+ Time (s) to buffer odometry commands to estimate the robot speed.
152
+
142
153
:dock_backwards:
143
154
144
155
============== ==============
@@ -652,6 +663,7 @@ Example
652
663
base_frame : " base_link"
653
664
fixed_frame : " odom"
654
665
odom_topic : " odom"
666
+ odom_duration : 0.3
655
667
dock_backwards : false # Deprecated, use dock_direction in plugin
656
668
dock_prestaging_tolerance : 0.5
657
669
introspection_mode : " disabled"
You can’t perform that action at this time.
0 commit comments