Skip to content
Snippets Groups Projects
Commit 7da55111 authored by Carl Delsey's avatar Carl Delsey
Browse files

Switching to DWB controller

parent da755a81
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ def generate_launch_description():
], period = 1.0),
launch.actions.TimerAction(
actions = [
#launch_ros.actions.Node( package='nav2_controller_dwb', node_executable='nav2_controller_dwb', output='screen')
launch_ros.actions.Node( package='nav2_controller_dwb', node_executable='nav2_controller_dwb', output='screen')
#launch_ros.actions.Node( package='nav2_controller_example', node_executable='dwa_controller', output='screen')
], period = 5.0),
launch.actions.TimerAction(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment