Merge branch 'nav2_setup' of github.com:dcaiti-robot/dcaiti_ws into nav2_setup
This commit is contained in:
@ -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(
|
||||||
|
|||||||
Submodule src/twist_mux deleted from c50e8bd4bd
Reference in New Issue
Block a user