Skip to content

Commit d2ed69e

Browse files
authored
Add odom duration in controller server and docking server (#743)
Signed-off-by: Maurice <[email protected]>
1 parent 0eed092 commit d2ed69e

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

configuration/packages/configuring-controller-server.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,17 @@ Parameters
202202
Description
203203
Topic to get instantaneous measurement of speed from.
204204

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+
205216
:enable_stamped_cmd_vel:
206217

207218
============== =============================
@@ -289,6 +300,7 @@ Example
289300
min_theta_velocity_threshold: 0.001
290301
failure_tolerance: 0.3
291302
odom_topic: "odom"
303+
odom_duration: 0.3
292304
progress_checker_plugins: ["progress_checker"] # progress_checker_plugin: "progress_checker" For Humble and older
293305
goal_checker_plugins: ["goal_checker"] # goal_checker_plugin: "goal_checker" For Galactic and older
294306
controller_plugins: ["FollowPath"]

configuration/packages/configuring-docking-server.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,17 @@ Parameters
139139
Description
140140
The topic to use for the odometry data when rotate_to_dock is enabled.
141141

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+
142153
:dock_backwards:
143154

144155
============== ==============
@@ -652,6 +663,7 @@ Example
652663
base_frame: "base_link"
653664
fixed_frame: "odom"
654665
odom_topic: "odom"
666+
odom_duration: 0.3
655667
dock_backwards: false # Deprecated, use dock_direction in plugin
656668
dock_prestaging_tolerance: 0.5
657669
introspection_mode: "disabled"

0 commit comments

Comments
 (0)