This commit is contained in:
Björn Ellensohn 2023-09-05 11:09:06 +02:00
parent 88ed614af0
commit 6cbdf79299

View File

@ -13,6 +13,7 @@ def generate_launch_description():
#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')], remappings=[('cmd_vel','cmd_vel_out')],
#namespace = "/rmp" #namespace = "/rmp"
parameters=[{'serial_full_name': /dev/ttyUSB0}],
) )