Skip to content

Commit

Permalink
don't enable twist stamped cmd_vel yet
Browse files Browse the repository at this point in the history
as nav2 packages are not available for rolling
  • Loading branch information
skpawar1305 committed Feb 26, 2024
1 parent b7b6d7d commit 693e9cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion webots_ros2_tiago/launch/robot_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def generate_launch_description():
('map', nav2_map),
('params_file', nav2_params),
('use_sim_time', use_sim_time),
('enable_stamped_cmd_vel', use_twist_stamped),
],
condition=launch.conditions.IfCondition(use_nav)))

Expand Down
1 change: 0 additions & 1 deletion webots_ros2_turtlebot/launch/robot_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def generate_launch_description():
('map', nav2_map),
('params_file', nav2_params),
('use_sim_time', use_sim_time),
('enable_stamped_cmd_vel', use_twist_stamped),
],
condition=launch.conditions.IfCondition(use_nav))
navigation_nodes.append(turtlebot_navigation)
Expand Down

0 comments on commit 693e9cc

Please sign in to comment.