Skip to content

docs(troubleshooting): stale robot_state_publisher poisons /robot_description - #17

Merged
T-K-233 merged 1 commit into
mainfrom
docs/troubleshooting-stale-robot-description
Jul 20, 2026
Merged

docs(troubleshooting): stale robot_state_publisher poisons /robot_description#17
T-K-233 merged 1 commit into
mainfrom
docs/troubleshooting-stale-robot-description

Conversation

@T-K-233

@T-K-233 T-K-233 commented Jul 20, 2026

Copy link
Copy Markdown
Member

Adds a troubleshooting FAQ entry for the orphaned-robot_state_publisher gotcha: a crashed run can leave a stale RSP publishing a latched /robot_description, so a freshly-started controller_manager latches the wrong URDF → wrong hardware → gamepad/controller-switch dead. Documents how to detect (list_hardware_components + pgrep), fix (pkill + relaunch), and prevent (clean Ctrl-C).

Surfaced while debugging the biped MuJoCo bring-up in this session.

🤖 Generated with Claude Code

https://claude.ai/code/session_012QKJQ9hze1hMWXJpdPcjp3

…cription

Add a troubleshooting entry for the case where an orphaned
robot_state_publisher from a previous bring-up keeps a latched
/robot_description on the bus, so a new controller_manager loads the
wrong hardware and no controller can activate (gamepad / switch_controllers
appear dead). Covers diagnosis, how to confirm (list_hardware_components,
pgrep), the fix (kill orphans), and prevention (clean Ctrl-C).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012QKJQ9hze1hMWXJpdPcjp3
@T-K-233
T-K-233 merged commit 757534e into main Jul 20, 2026
4 checks passed
@T-K-233
T-K-233 deleted the docs/troubleshooting-stale-robot-description branch July 20, 2026 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant