update: controller params

This commit is contained in:
Björn Ellensohn 2023-08-09 11:50:17 +02:00
parent 622ac3d3bb
commit 4842f5172a

View File

@ -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"
)