- Group (a macro): an ordered sequence of existing base actions (e.g.
walk_forward,turn_left). - Custom: a behavior defined directly from joint-pose keyframes.
<project>/actions/<name>.json and
synced to your account in the same step.
All
env action commands require sign-in. They
operate on your account’s actions. Run cadenza login <name> <token> first.Create
| Flag | Description |
|---|---|
--group | Build a macro (default). |
--steps '<a,b,c>' | Comma-separated base actions for a group, e.g. 'walk_forward,turn_left,sit'. Omit to build interactively. |
--custom | Build a custom joint-pose action. |
--frames-file <file> | Read custom keyframes from a JSON file instead of the interactive editor (for scripts/CI). Implies --custom. |
--robot <name> | Robot for the action. Defaults to the project’s env.json robot, else go1. |
go1 and g1 action lists.
- Group (macro)
- Custom (from a file)
List, show, remove
listreturns only your own account’s actions. You never see anyone else’s.show/removeoperate on the project’s local action files.