Commit 44e01de
committed
Add SO-101 cube-stack task with XR teleoperation
Add an SO-101 (5-DOF) cube-stacking environment driven by XR
teleoperation through the IsaacTeleop retargeting pipeline.
- Add the SO-101 robot asset and register it in isaaclab_assets.
- Add Isaac-Stack-Cube-SO101 joint-position and IK-Abs task configs. The
5-DOF arm uses position-only IK over four joints, with the wrist roll
driven directly and an analog gripper, flattened to a 5D action
[pos_x, pos_y, pos_z, roll, gripper].
- Build the teleop pipeline from three retargeters: a clutch
(relative-origin EE pose), a wrist-roll swing-twist, and an analog
gripper.
Clutch engage behavior, so engaging teleop does not jerk the arm:
- Latch the controller origin on the first RUNNING frame (the headset
"Play"), re-arming whenever teleop is not running, so connecting the
client never latches and every Play re-zeroes to the controller's
current pose.
- Rotate the world-frame controller delta into the seated base frame
(yawed +90 deg about +Z) before commanding the position-only IK.
- Latch the robot's live end-effector position, converted into the base
frame, as the clutch home on engage instead of a fixed constant, so a
steady controller leaves the arm still.
isaaclab_teleop: add IsaacTeleopCfg.ee_frame_prim_path; the device reads
that prim's world transform each frame and supplies it to the pipeline
as the robot_ee_pos ValueInput leaf (passed through verbatim, not
composed with the anchor/rebase transforms).
Add sim-free unit tests for the retargeter math: clutch rebasing,
world-to-base conversion against a scipy oracle, swing-twist roll, and
the analog gripper mapping.1 parent eacb2f4 commit 44e01de
15 files changed
Lines changed: 1589 additions & 69 deletions
File tree
- source
- isaaclab_assets/isaaclab_assets/robots
- isaaclab_tasks
- isaaclab_tasks/contrib/stack
- config/so101
- mdp
- test/contrib
- isaaclab_teleop
- changelog.d
- isaaclab_teleop
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments