Skip to content
Merged
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-velocity-smoother.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,17 @@ Velocity Smoother Parameters
True uses TwistStamped, false uses Twist.
Note: This parameter is default ``false`` in Jazzy or older! Kilted or newer uses ``TwistStamped`` by default.

:stamp_smoothed_velocity_with_smoothing_time:

============== =============================
Type Default
-------------- -----------------------------
bool false
============== =============================

Description
Whether to interpolate the timestamps of the smoothed `geometery_msgs:msg::TwistStamped` cmd_vel message after the last command velocity received. Only available in Jazzy as a backport of the now-default behavior in Lyrical and newer. Default is ``false`` for backwards compatibility.

:bond_heartbeat_period:

============== =============================
Expand Down Expand Up @@ -202,3 +213,4 @@ Example
odom_duration: 0.1
use_realtime_priority: false
enable_stamped_cmd_vel: false
stamp_smoothed_velocity_with_smoothing_time: false # ONLY IN JAZZY
Loading