Skip to content

docs: troubleshooting for stale /robot_description (orphaned RSP) - #16

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

docs: troubleshooting for stale /robot_description (orphaned RSP)#16
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 entry: an orphaned robot_state_publisher from a prior bring-up (terminal closed / hard-killed / backgrounded) keeps a latched /robot_description on the bus, so a new controller_manager latches the wrong URDF, loads the wrong hardware, and no controller can activate — the gamepad and ros2 control switch_controllers look dead.

Symptom → cause → confirm (ros2 control list_hardware_components, pgrep -af robot_state_publisher) → fix (pkill the orphans) → prevent (Ctrl-C the launch in its own terminal). MDX-safe (no raw <...>/{...}); no local build (no Node) — relies on CI.

🤖 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 dd9690c into main Jul 20, 2026
2 checks passed
@T-K-233
T-K-233 deleted the docs/troubleshooting-stale-robot-description branch July 20, 2026 22:45
@T-K-233
T-K-233 restored the docs/troubleshooting-stale-robot-description branch July 20, 2026 23:45
@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