update: new layout for teleop with middleware

This commit is contained in:
Björn Ellensohn 2023-08-11 13:24:41 +02:00
parent 42c22cf98c
commit 6401b2a115
2 changed files with 4 additions and 4 deletions

View File

@ -25,4 +25,4 @@ teleop_node:
enable_button: 2
enable_turbo_button: 5
require_enable_button: true
require_enable_button: false

View File

@ -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
])