Merge branch 'nav2_setup' of github.com:dcaiti-robot/dcaiti_ws into nav2_setup
This commit is contained in:
commit
3441dc2812
@ -9,4 +9,9 @@ twist_mux:
|
|||||||
keyboard:
|
keyboard:
|
||||||
topic : cmd_vel_keyboard
|
topic : cmd_vel_keyboard
|
||||||
timeout : 0.5
|
timeout : 0.5
|
||||||
|
priority: 90
|
||||||
|
|
||||||
|
joystick:
|
||||||
|
topic : cmd_vel_joystick
|
||||||
|
timeout : 0.5
|
||||||
priority: 100
|
priority: 100
|
@ -25,7 +25,7 @@ def generate_launch_description():
|
|||||||
package_name='dcaiti_control' #<--- CHANGE ME
|
package_name='dcaiti_control' #<--- CHANGE ME
|
||||||
|
|
||||||
use_ros2_control = LaunchConfiguration('use_ros2_control')
|
use_ros2_control = LaunchConfiguration('use_ros2_control')
|
||||||
world_path='worlds/cafe.world'
|
world_path='worlds/willowgarage.world'
|
||||||
|
|
||||||
rsp = IncludeLaunchDescription(
|
rsp = IncludeLaunchDescription(
|
||||||
PythonLaunchDescriptionSource([os.path.join(
|
PythonLaunchDescriptionSource([os.path.join(
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit c50e8bd4bdcff856969979b0b640fad9190b17a8
|
|
Loading…
x
Reference in New Issue
Block a user