Update reference_timeout for physical robot.
This commit is contained in:
@@ -31,6 +31,12 @@ mecanum_drive_controller:
|
|||||||
base_frame_id: base_footprint
|
base_frame_id: base_footprint
|
||||||
enable_odom_tf: true
|
enable_odom_tf: true
|
||||||
|
|
||||||
|
# How long a /cmd_vel (reference) command stays valid, in seconds. The
|
||||||
|
# controller default is 0.0, which treats every command as instantly expired
|
||||||
|
# so the controller halts between messages. 0.5 s holds the last command
|
||||||
|
# between messages (standard cmd_vel behaviour) so the base runs at speed.
|
||||||
|
reference_timeout: 0.5
|
||||||
|
|
||||||
kinematics:
|
kinematics:
|
||||||
# wheel_radius: height of wheel centre above ground from URDF joint origin
|
# wheel_radius: height of wheel centre above ground from URDF joint origin
|
||||||
# (base_footprint→base_link = 0.020 m + wheel joint z-offset ≈ 0.052 m = 0.072 m)
|
# (base_footprint→base_link = 0.020 m + wheel joint z-offset ≈ 0.052 m = 0.072 m)
|
||||||
|
|||||||
Reference in New Issue
Block a user