Skip to content
Open
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
2 changes: 2 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Test it:
curl -X POST http://localhost:8000/act \
-H 'content-type: application/json' \
-d '{"instruction":"pick up the red cup","state":[0.1,0.2,0.3,0.4,0.5,0.6]}'

> **For drone deployments:** send IMU/attitude state instead of joint positions, e.g., `"state": [roll, pitch, yaw, altitude]`.
```

You'll get back something like:
Expand Down
Loading