Skip to content

Commit

Permalink
Remove stamped twist parameter (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed May 27, 2024
1 parent 21b0914 commit a914ad4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ diff_drive_base_controller:

cmd_vel_timeout: 0.5
#publish_limited_velocity: true
use_stamped_vel: true
#velocity_rolling_window_size: 10

# Velocity and acceleration limits
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ tricycle_controller:

# cmd_vel input
cmd_vel_timeout: 500 # In milliseconds. Timeout to stop if no cmd_vel is received
use_stamped_vel: true # Set to True if using TwistStamped.

# Debug
publish_ackermann_command: true # Publishes AckermannDrive. The speed does not comply to the msg definition, it the wheel angular speed in rad/s.

0 comments on commit a914ad4

Please sign in to comment.