Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions configuration/packages/configuring-controller-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,17 @@ Parameters
Description
Topic to get instantaneous measurement of speed from.

:odom_duration:

============== ===========================
Type Default
-------------- ---------------------------
double 0.3
============== ===========================

Description
Time (s) to buffer odometry commands to estimate the robot speed.

:enable_stamped_cmd_vel:

============== =============================
Expand Down Expand Up @@ -289,6 +300,7 @@ Example
min_theta_velocity_threshold: 0.001
failure_tolerance: 0.3
odom_topic: "odom"
odom_duration: 0.3
progress_checker_plugins: ["progress_checker"] # progress_checker_plugin: "progress_checker" For Humble and older
goal_checker_plugins: ["goal_checker"] # goal_checker_plugin: "goal_checker" For Galactic and older
controller_plugins: ["FollowPath"]
Expand Down
12 changes: 12 additions & 0 deletions configuration/packages/configuring-docking-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,17 @@ Parameters
Description
The topic to use for the odometry data when rotate_to_dock is enabled.

:odom_duration:

============== ===========================
Type Default
-------------- ---------------------------
double 0.3
============== ===========================

Description
Time (s) to buffer odometry commands to estimate the robot speed.

:dock_backwards:

============== ==============
Expand Down Expand Up @@ -652,6 +663,7 @@ Example
base_frame: "base_link"
fixed_frame: "odom"
odom_topic: "odom"
odom_duration: 0.3
dock_backwards: false # Deprecated, use dock_direction in plugin
dock_prestaging_tolerance: 0.5
introspection_mode: "disabled"
Expand Down