This commit is contained in:
Björn Ellensohn 2023-08-03 17:14:14 +02:00
parent 563f24fad8
commit 84a37d3ebc

View File

@ -35,7 +35,7 @@ def generate_launch_description():
package="twist_mux", package="twist_mux",
executable="twist_mux", executable="twist_mux",
parameters=[twist_mux_params, {'use_sim_time': False}], parameters=[twist_mux_params, {'use_sim_time': False}],
remappings=[('cmd_vel_joy','/rmp/cmd_vel_joy')], #remappings=[('cmd_vel_joy','/rmp/cmd_vel_joy')],
namespace = namespace namespace = namespace
) )