docs: troubleshooting guide for CUDA / Jetson / ROS2 / drone errors (closes #63)#137
Merged
Conversation
#63) 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.
Summary
Adds
docs/troubleshooting.md— error signatures and fixes for the most common Reflex deployment failures. Closes #63.Adapted from #129
@DsThakurRawat opened #129 with the same goal. The structure (CUDA/GPU → Jetson → ROS2 → Drone/MAVROS → Export → Registry → Quick diagnostics) and error signatures are theirs and accurate. Preserved via
Co-Authored-Byon the commit.What's the same as #129
All the error-message captures and fix patterns —
libcudnn_ops_infer.so.8errors,cudaErrorNoKernelImageForDevice, JetPack version checks, thermal throttling guidance, MAVROS FCU connection, opset rollback,HF_HUB_DOWNLOAD_TIMEOUT, etc. These are real errors users hit and the fix recipes are right.What changed — version + cross-ref refresh only
onnxruntime-gpu==1.18.0→>=1.25.1nvidia-cudnn-cu12>=9.5from v0.9.2reflex doctor" with the four v0.9.4 guards--state-msg-type {joint_state|imu|odom}. Section now teaches the real flag.understanding_verification.md→verification.mdadding_a_robot.mdlinkTROUBLESHOOTING.md→troubleshooting.mdCloses / supersedes
good first issue)Test plan
onnxruntime-gpu>=1.25.1, cuDNN ≥ 9.5, driver R555+) matches whatreflex doctoractually validates in source (CHANGELOG v0.9.2, v0.9.3, v0.9.4 entries)doctor_check_list.md(✓),cli_reference.md(✓ from docs: comprehensive CLI command reference (closes #65) #134),verification.md(✓ from docs: VERIFICATION.md trust-receipt guide (closes #35) #136),adding_a_robot.md(✓ from docs: Adding-a-Robot embodiment cookbook (closes #64) #135)--state-msg-typeflag from fix(ros2): pluggable state extractors (joint_state / imu / odom) #133 (not the obsolete fix(ros2): support IMU state vector for drone embodiments #121 auto-detection)