Search code examples
dji-sdk

Can I test my DJI SDK for Windows 10 application with a DJI Drone simulator without the risk of running a real DJI Drone?


Can I test my DJI SDK for Windows 10 application with a DJI Drone simulator without the risk of running a real DJI Drone?

I am asking since it is cumbersome to have developers run a real drone in their office to test what they are building.


Solution

  • There are 2 ways to test applications but both require a physical drone.

    1) Download and install the PC Simulator; this is a game-engine that connects the PC (USB) to a drone and displays the flight operations. It is available online under the developer downloads.

    2) Using the API, you can enable simulator. This method is not as good because you cannot see in real-time what the aircraft is doing unless you receive and display flight details within your app.

    Both act the same to the PC simulator can be easier to evaluate and observe the flight operation.