From 6401b2a11558c42808f00d7e985581981abfb9e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ellensohn?= Date: Fri, 11 Aug 2023 13:24:41 +0200 Subject: [PATCH] update: new layout for teleop with middleware --- config/joystick.yaml | 2 +- launch/robot_joystick.launch.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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