⚠️ IMPORTANT: This is a working document being developed with the assistance of Large Language Models (LLMs). All links, code examples, and technical specifications should be independently verified before use in production environments.
This repository contains research and implementation documentation for DJI Mavic 3 Enterprise drone operations, focusing on waypoint missions, RTK integration, and the DJI Terra platform.
/documentation/research.md- Comprehensive research findings and technical detailsterra.md- DJI Terra API exploration and implementation noteswaypoint_2.md- DJI Waypoint 2.0 API implementation guide
This documentation is actively being developed and should be considered a work in progress. Key areas include:
- DJI Terra capabilities and limitations
- Waypoint 2.0 API implementation
- RTK integration requirements
- Mission planning for large waypoint sets
- RC Pro controller integration
-
LLM Development: This documentation is being developed with the assistance of AI language models. All technical specifications, code examples, and API references should be verified against official DJI documentation.
-
Verification Status:
- 🔴 Links and URLs need verification
- 🔴 Code examples need testing
- 🔴 API endpoints and parameters need confirmation
- 🔴 Technical specifications need validation
-
Work in Progress: This is an active research project, and documentation is continuously being updated and refined.
The data/ directory contains drone flight and mission planning files organized as follows:
Raw input files:
template.kml- DJI Mavic 3 Enterprise waypoint mission templateoct_12_exclosure_mission.kml- Polygon boundary for exclosure study areaninety_nine.csv- Raw flight data for 99m missionone_thousand.csv- Raw flight data for 1000m mission
Processed/intermediate files:
ninety_nine.kml- Processed flight path data with coordinates and altitudes
The KML files contain waypoints, flight paths, and mission boundaries for drone operations. CSV files contain the raw telemetry data that was processed into KML format.