DJI drone flying app with integrations for FreeTAKServer (FTS)
Features include:
- Automatic transmission for drone's point position location information (PPLI), sensor point of interset (SPI), and field of view (FOV)
- Interactive Cursor on Target creation though FTS's REST API (GeoObject)
- RTMP streaming to remote server
- Object detection using Tensorflow Lite
The first time the app detects the DJI controller it will ask you to associate the controller USB device with FreeTAK UAS.
If you have not yet started FreeTAK UAS, you should see something like this
If you have already started FreeTAK UAS, you should see something like this
The configuration screen is where you enter the FreeTAKServer (FTS) IP and port, FTS API token, RTMP IP and port, and your drone identifier.
IP addresses and port numbers are entered in the IP:Port format, (e.g. 10.11.12.13:19023)
All fields are required to be populated in order to proceed to the drone flight screen. In addition to the configurations the DJI SDK will register itself as well as detect the Flight Controller. There are two Toast messages that indicate a successful SDK registration and controller detection.
Once all of the configurations are entered and the SDK registers and the controller inits the UAS button will be enabled
- Automatic COT placement when using Object Detection
- ATAK Plugin to display everything in a DropDownReceiver
If a developer wishes to build this app, they must construct a local.properties
file on their local device. They must generate a few API keys and tokens from various sites such as DJI and Here, among others
It may be helpful to include documentation that informs a developer what API keys and values are needed and how to properly construct their local.properties
file