mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update
This commit is contained in:
parent
c021fa8432
commit
6db21746ea
@ -12,5 +12,4 @@ twist_mux:
|
||||
joystick:
|
||||
topic : cmd_vel_joy
|
||||
timeout : 0.5
|
||||
priority: 100
|
||||
namespace: "/rmp"
|
||||
priority: 100
|
@ -35,8 +35,8 @@ 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')],
|
||||
namespace = "/rmp"
|
||||
remappings=[('/cmd_vel_joy','cmd_vel_joy')],
|
||||
namespace = namespace
|
||||
)
|
||||
|
||||
return LaunchDescription([
|
||||
|
Loading…
Reference in New Issue
Block a user