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
e8a7113193
commit
563f24fad8
@ -2,14 +2,14 @@ twist_mux:
|
|||||||
ros__parameters:
|
ros__parameters:
|
||||||
topics:
|
topics:
|
||||||
navigation:
|
navigation:
|
||||||
topic : /rmp/cmd_vel
|
topic : cmd_vel
|
||||||
timeout : 0.5
|
timeout : 0.5
|
||||||
priority: 10
|
priority: 10
|
||||||
tracker:
|
tracker:
|
||||||
topic : /rmp/cmd_vel_tracker
|
topic : cmd_vel_tracker
|
||||||
timeout : 0.5
|
timeout : 0.5
|
||||||
priority: 20
|
priority: 20
|
||||||
joystick:
|
joystick:
|
||||||
topic : "/rmp/cmd_vel_joy"
|
topic : cmd_vel_joy
|
||||||
timeout : 0.5
|
timeout : 0.5
|
||||||
priority: 100
|
priority: 100
|
@ -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','cmd_vel_joy')],
|
remappings=[('cmd_vel_joy','/rmp/cmd_vel_joy')],
|
||||||
namespace = namespace
|
namespace = namespace
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user