Topics¶
Publishers¶
Topic |
Type |
Always Active |
Description |
|---|---|---|---|
|
|
✅ |
Consolidated state of all joints of the robot |
|
|
✅ |
Torso joint positions, velocities, torques |
|
|
✅ |
Right arm joint state |
|
|
✅ |
Left arm joint state |
|
|
✅ |
Head joint state |
|
|
✅ |
Control Manager state, brakes, EMO, CoM, stream, collision |
|
|
⚙️ |
Battery voltage, current, percentage |
|
|
⚙️ |
Left flange: FT sensor, IMU, switch, voltage, digital I/O |
|
|
⚙️ |
Right flange: FT sensor, IMU, switch, voltage, digital I/O |
|
|
✅ |
High-rate robot odometry and TF broadcast relative to node namespace |
Subscribers¶
Topic |
Type |
Description |
|---|---|---|
|
|
Velocity command for driving base wheels (linear x, y and angular z) |
[!IMPORTANT] Mobile Base Control (
cmd_vel) streaming requirement: Sincecmd_velacts as a high-frequency publisher, you must enable persistent stream control before publishing base velocity commands.
Call
/stream_controlwithstate: truebefore sendingcmd_velcommands.Call
/stream_controlwithstate: falseafter finishing base control to return to regular position hold.Attempting to activate
/stream_controlwhen already active is idempotent; the service will safely log a warning and return success.