Skip to content

Commit 6d49bdd

Browse files
committed
Add twistStamped params as needed
Signed-off-by: Ryan Friedman <[email protected]>
1 parent 26b7770 commit 6d49bdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/navigation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ smoother_server:
150150
ros__parameters:
151151
use_sim_time: *default_use_sim_time
152152
smoother_plugins: ["simple_smoother"]
153+
enable_stamped_cmd_vel: True
153154
simple_smoother:
154155
plugin: "nav2_smoother::SimpleSmoother"
155156

@@ -159,6 +160,7 @@ behavior_server:
159160
global_frame: map
160161
robot_base_frame: base_link
161162
use_sim_time: *default_use_sim_time
163+
enable_stamped_cmd_vel: True
162164
behavior_plugins: ["spin", "backup", "drive_on_heading", "wait"]
163165
spin:
164166
plugin: "nav2_behaviors/Spin"

0 commit comments

Comments
 (0)