diff --git a/config/joystick.yaml b/config/joystick.yaml index 7e7c500..e62f15e 100644 --- a/config/joystick.yaml +++ b/config/joystick.yaml @@ -25,4 +25,4 @@ teleop_node: enable_button: 2 enable_turbo_button: 5 - require_enable_button: true \ No newline at end of file + require_enable_button: false \ No newline at end of file diff --git a/launch/robot_joystick.launch.py b/launch/robot_joystick.launch.py index 0bb2776..340f165 100644 --- a/launch/robot_joystick.launch.py +++ b/launch/robot_joystick.launch.py @@ -56,7 +56,7 @@ def generate_launch_description(): executable='teleop_node', name='teleop_twist_joy', parameters=[joy_params, {'use_sim_time': use_sim_time}], - remappings=[('cmd_vel', 'cmd_vel_out')], + remappings=[('cmd_vel', 'cmd_vel_joy')], #namespace = namespace ) @@ -81,7 +81,7 @@ def generate_launch_description(): default_value='false', description='Use sim time if true'), joy_node, - #teleop_node, - rmp_teleop_node, + teleop_node, + #rmp_teleop_node, twist_mux_node ]) \ No newline at end of file