create_mission
Manually create drone missions with custom waypoints for types like grid, orbit, or corridor. Define waypoints, actions, and drone profile to plan flights.
Instructions
Create a new drone mission manually with custom waypoints. Supported types: waypoint, grid, orbit, spiral, panorama, corridor. For automated survey generation with optimal waypoint placement, use generate_grid_survey, generate_orbit_mission, or other generate_* tools instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Mission name | |
| type | Yes | Mission type | |
| waypoints | No | Array of waypoints | |
| drone_profile_id | No | UUID of drone profile to associate | |
| tags | No | Tags for the mission |