generate_orbit_mission
Plan a circular orbit mission around a point of interest. Automatically sets all waypoints to face the center for consistent framing, then saves the mission to your account and returns the mission ID and waypoint count.
Instructions
Generate an orbit/POI mission that flies a circle around a point of interest. All waypoints face the center for consistent framing. Automatically saves the mission to your account — returns the saved mission with ID and waypoint count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Mission name | Orbit Mission |
| center_lat | Yes | Center point latitude | |
| center_lng | Yes | Center point longitude | |
| radius_m | Yes | Orbit radius in meters | |
| altitude_ft | Yes | Flight altitude in feet AGL | |
| speed_mph | No | Flight speed in mph | |
| direction | No | Orbit direction | cw |
| photo_interval | No | Take photo every N waypoints (null = no photos) | |
| drone_profile_id | No |