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
b3d006af1a
commit
bdd48a4f21
@ -10,7 +10,7 @@ def generate_launch_description():
|
|||||||
package='segwayrmp',
|
package='segwayrmp',
|
||||||
executable='SmartCar',
|
executable='SmartCar',
|
||||||
name='SmartCar',
|
name='SmartCar',
|
||||||
remappings=[('cmd_vel','cmd_vel_out'), ('/odom','odom'), ('/imu','imu'), ('/bms_fb','bms_fb'), ('/joint_states','joint_states')],
|
remappings=[('cmd_vel','cmd_vel_out'), ('/odom','odom'), ('/imu','imu'), ('/bms_fb','bms_fb'), ('/joint_states','joint_states'), ('/tf','tf'), ('/tf_static','tf_static')],
|
||||||
namespace = "/rmp"
|
namespace = "/rmp"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user