docs: compile TROUBLESHOOTING.md with CUDA and drone errors (closes #63)#129
Closed
DsThakurRawat wants to merge 1 commit into
Closed
docs: compile TROUBLESHOOTING.md with CUDA and drone errors (closes #63)#129DsThakurRawat wants to merge 1 commit into
DsThakurRawat wants to merge 1 commit into
Conversation
This was referenced May 15, 2026
Collaborator
|
Thanks @DsThakurRawat — the error-signature coverage in this PR (libcudnn mismatch, CUDA OOM, JetPack version, MAVROS FCU connection, opset rollback, the whole catalog) is real and useful. Credit preserved via Same lighter-touch approach I took with #130: this is content that needed grounding more than rewriting. The replacement only refreshes:
All your other error patterns and fix commands kept verbatim — they're correct and battle-tested. Closing in favor of the replacement PR. Please keep contributing! |
5 tasks
rylinjames
added a commit
that referenced
this pull request
May 16, 2026
#63) (#137) Adds docs/troubleshooting.md with the most common error signatures and fixes Reflex users hit on edge devices, cloud GPUs, ROS2 robots, and drones. Structure: CUDA/GPU → Jetson → ROS2 bridge → Drone/MAVROS → Export/validation → Registry → Quick diagnostics. Adapted from #129 — kept all the original error signatures and fix patterns (they're real and useful). Only refreshed: - onnxruntime-gpu pin: 1.18.0 → >=1.25.1 (matches v0.9.2 floor) - cuDNN floor: 9.0+ → 9.5+ (matches v0.9.2 floor) - Driver floor: R525+ → R555+ for cuDNN 9.5+ (per v0.9.4 doctor guard) - Added Blackwell sm_120 section (RTX 5090 / B200) per v0.9.3 guard - Added the four v0.9.4 reflex doctor guards as the prescribed first step on any failure (multi-GPU arch, Jetson R35, cuDNN/driver skew, TRT EP empirical session test) - Replaced #129's reference to PR #121 with the actual shipped --state-msg-type flag from #133 (joint_state/imu/odom dispatch) - Updated cross-ref from understanding_verification.md → verification.md (renamed in #136) - Updated cross-ref to adding_a_robot.md (shipped in #135) - File renamed TROUBLESHOOTING.md → troubleshooting.md for consistency with sibling docs (lowercase, no ALL_CAPS) Supersedes #129. Co-authored-by: Divyansh Rawat <186957976+DsThakurRawat@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Description
Introduces
docs/TROUBLESHOOTING.mdto help users quickly resolve common deployment and configuration errors at the edge, in the cloud, and on robots/drones.Key Additions:
libcudnnversion mismatches, insufficient NVIDIA drivers, and GPU OOM during graph capture.rclpy) installations.nvidia-smi,reflex doctor, etc.).Type of Change
How Has This Been Tested?
pytest tests/passes locallyreflex doctorsanity checkChecklist