docs: troubleshooting for stale /robot_description (orphaned RSP) - #16
Merged
Merged
Conversation
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Troubleshooting entry: an orphaned
robot_state_publisherfrom a prior bring-up (terminal closed / hard-killed / backgrounded) keeps a latched/robot_descriptionon the bus, so a newcontroller_managerlatches the wrong URDF, loads the wrong hardware, and no controller can activate — the gamepad andros2 control switch_controllerslook dead.Symptom → cause → confirm (
ros2 control list_hardware_components,pgrep -af robot_state_publisher) → fix (pkillthe 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