mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update: controller params
This commit is contained in:
parent
622ac3d3bb
commit
4842f5172a
@ -10,7 +10,8 @@ def generate_launch_description():
|
||||
package='segwayrmp',
|
||||
executable='SmartCar',
|
||||
name='SmartCar',
|
||||
remappings=[('cmd_vel','cmd_vel_out'), ('/odom','odom'), ('/imu','imu'), ('/bms_fb','bms_fb'), ('/joint_states','joint_states'), ('/tf','tf'), ('/tf_static','tf_static')],
|
||||
#remappings=[('cmd_vel','cmd_vel_out'), ('/odom','odom'), ('/imu','imu'), ('/bms_fb','bms_fb'), ('/joint_states','joint_states'), ('/tf','tf'), ('/tf_static','tf_static')],
|
||||
remappings=[('cmd_vel','cmd_vel_out')],
|
||||
#namespace = "/rmp"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user