Skip to content

Commit

Permalink
nav2: Add twistStamped params as needed
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored and srmainwaring committed Jul 22, 2024
1 parent ff7522d commit 940efb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/navigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ smoother_server:
ros__parameters:
use_sim_time: *default_use_sim_time
smoother_plugins: ["simple_smoother"]
enable_stamped_cmd_vel: True
simple_smoother:
plugin: "nav2_smoother::SimpleSmoother"

Expand All @@ -159,6 +160,7 @@ behavior_server:
global_frame: map
robot_base_frame: base_link
use_sim_time: *default_use_sim_time
enable_stamped_cmd_vel: True
behavior_plugins: ["spin", "backup", "drive_on_heading", "wait"]
spin:
plugin: "nav2_behaviors/Spin"
Expand Down

0 comments on commit 940efb9

Please sign in to comment.