Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/source/_static/atomic_actions/move.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/atomic_actions/pick.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/atomic_actions/place.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/source/overview/sim/atomic_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ AtomicActionEngine ◄─────────────── PlanResult

The following actions are available out of the box:

| Action | Config class | Target type | Motion phases |
|---|---|---|---|
| `MoveAction` | `MoveActionCfg` | `Tensor (4,4)` — EEF pose | Move arm to pose |
| `PickUpAction` | `PickUpActionCfg` | `ObjectSemantics` or `Tensor (4,4)` | Approach → close gripper → lift |
| `PlaceAction` | `PlaceActionCfg` | `Tensor (4,4)` — EEF release pose | Lower → open gripper → retract |
| Atomic action | Single arm / dual arm | Target type| Motion phases | GIF |
|---|---|---|---|---|
| `MoveAction` | Single arm | `Tensor (4,4)` — EEF pose | Approach → close gripper → lift | <img src="../../_static/atomic_actions/move.gif" alt="PickUpAction recording" width="240" /> |
| `PickUpAction` | Single arm | `ObjectSemantics` or `Tensor (4,4)` | Move arm to pose | <img src="../../_static/atomic_actions/pick.gif" alt="PickUpAction recording" width="240" /> |
| `PlaceAction` | Single arm | `Tensor (4,4)` — EEF release pose | Lower → open gripper → retract | <img src="../../_static/atomic_actions/place.gif" alt="PickUpAction recording" width="240" /> |

### `MoveAction`

Expand Down
Loading