This commit is contained in:
Björn Ellensohn 2023-08-03 16:38:36 +02:00
parent bdd48a4f21
commit 5064ecea6b

View File

@ -26,7 +26,7 @@ def generate_launch_description():
executable='rmp220_teleop',
name='rmp220_teleop',
parameters=[joy_params, {'use_sim_time': use_sim_time}],
remappings=[('cmd_vel','cmd_vel_joy')],
remappings=[('/cmd_vel','cmd_vel_joy')],
namespace = namespace
)
@ -35,7 +35,7 @@ def generate_launch_description():
package="twist_mux",
executable="twist_mux",
parameters=[twist_mux_params, {'use_sim_time': False}],
#remappings=[('/cmd_vel_out','/diffbot_base_controller/cmd_vel_unstamped')]
remappings=[('/cmd_vel_out','/diffbot_base_controller/cmd_vel_unstamped')]
namespace = "/rmp"
)