Skip to content

reorg: fold wato_hand/ into pioneer_humanoid/ (Humanoid_Wato part 2) - #268

Merged
wilsonchenghy merged 1 commit into
mainfrom
claude/reorg-wato-hand
Sep 2, 2026
Merged

reorg: fold wato_hand/ into pioneer_humanoid/ (Humanoid_Wato part 2)#268
wilsonchenghy merged 1 commit into
mainfrom
claude/reorg-wato-hand

Conversation

@wilsonchenghy

@wilsonchenghy wilsonchenghy commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

Part 2 of dissolving src/simulation/Humanoid_Wato/. Follows #267.

Moves / renames

from to
Humanoid_Wato/wato_hand/wato_hand_cfg.py pioneer_humanoid/pioneer_humanoid/hand_cfg.py
symbol WATO_HAND_CFG HAND_CFG
Humanoid_Wato/wato_hand/{urdf,meshes,config}/ pioneer_humanoid/assets/hand/

Removed

  • hand.py's sys.path hack → from .hand_cfg import HAND_CFG, JOINT_POS_LIMITS, apply_joint_limits
  • dead ROS/gazebo scaffolding (CMakeLists.txt, package.xml, launch/, export.log)
  • splay_demo.py — unreferenced one-off finger-splay demo (recoverable from git history)

Verification

rl-train --task=Isaac-Repose-Cube-WatoHand-v0 --headless --max_iterations 1 → EXIT 0, hand USD loads from pioneer_humanoid/assets/hand/, reaches Learning iteration 0/1.

Left in Humanoid_Wato/

Wato Humanoid Simultion Model V1/ (locomotion robot) + pioneer_boxing_arm/ (Ramy's, saved in a branch). Both handled in part 3, after which Humanoid_Wato/ is deleted.

Note: the inhand task still has an internal config/wato_hand/ dir + Isaac-Repose-Cube-WatoHand-v0 gym id — a separate rename (touches gym IDs), not in this PR.

- Humanoid_Wato/wato_hand/wato_hand_cfg.py -> pioneer_humanoid/pioneer_humanoid/hand_cfg.py
  (symbol WATO_HAND_CFG -> HAND_CFG)
- Humanoid_Wato/wato_hand/{urdf,meshes,config} -> pioneer_humanoid/assets/hand/
- hand.py drops the sys.path hack -> `from .hand_cfg import ...`
- dead ROS/gazebo scaffolding (CMakeLists, package.xml, launch/, export.log) removed
- splay_demo.py removed — unreferenced one-off demo (in git history if needed)

Humanoid_Wato/ now down to the V1 humanoid model + Ramy's boxing arm.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EtusD8QWFBLpdMUZPpye5B
@wilsonchenghy
wilsonchenghy merged commit 98e7296 into main Sep 2, 2026
5 checks passed
@wilsonchenghy
wilsonchenghy deleted the claude/reorg-wato-hand branch September 2, 2026 03:53
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