feat: migrate world sync and add plan_to_joint_config from collide-align#9
Conversation
Physics simulation causes joints to drift slightly outside yaml-defined limits after contact forces or complex motions. cuRobo rejects planning with INVALID_START_STATE_JOINT_LIMITS in these cases. Clamp current_q to [q_lo, q_hi] before passing to plan_single as a numerical safeguard. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6dddde8 to
c0f9b9d
Compare
Reach Skill: Extra EE Target Support — Debug & Verification Report1. Changes
|
| Pipeline | Result |
|---|---|
CoffeeSetupMugPipeline-v0 |
✅ |
CheesyBreadPipeline-v0 |
✅ |
KettleBoilingPipeline-v0 |
✅ |
OpenFridgePipeline-v0 |
✅ |
python run_autosim.py --pipeline_id <PIPELINE_ID> --enable_cameras4d4a6fa to
7899ae5
Compare
Migrate and Refactor lwautosim Repository