This commit is contained in:
Björn Ellensohn 2023-08-03 16:24:51 +02:00
parent b3d006af1a
commit bdd48a4f21

View File

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