feat: Nav2 cmd_vel to STM32 autonomous drive bridge #46
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sl-controls/cmd-vel-bridge"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds
cmd_vel_bridge_node— a standalone ROS2 Humble node for Nav2 autonomous drive integration.What it does
/cmd_vel(Nav2 output) and drives the STM32 over USB CDCmax_linear_vel=0.5 m/s,max_angular_vel=2.0 rad/s/cmd_velsilent >500 msmd=2(AUTONOMOUS); resets ramp state in other modes/saltybot/imu,/saltybot/balance_state,/diagnosticsH\nevery 200 msFiles
saltybot_bridge/cmd_vel_bridge_node.pyconfig/cmd_vel_bridge_params.yamllaunch/cmd_vel_bridge.launch.pytest/test_cmd_vel_bridge.pysetup.pyUsage
Do NOT run alongside
serial_bridge_nodeorsaltybot_cmd_nodeon the same serial port — they conflict.Part of Phase 2b autonomous drive integration.