I am using following code on the .net SDK, trying to send the Phantom 3 simulator to a home point of lat/long/alt {0.0,0.0,0.0} before flying a mission.
Unfortunately, the UGCS emulator has a bug and will not return telemetry on Ubuntu when flying, a
I am creating a new route programmatically, and I am successful in adding that to the server. However, when I open the mission in the UGCS client, they seem to have transformed into other values, and can't find the elevation. Is there a transformatio
I'd like to fly more than one emulated drone simultaneously. The website says that I can fly "unlimited multi-drones", which I would like to think includes emulated ones (as they are important to avoid later collisions between multiple drones in the
I'd like to be able to process the telemetry data contained within the telemetry and telemetryField tables within C:\Users\<user>\AppData\Local\UGCS\db\sqlite\telemetry.db.
Unfortunately, my sqlite client is telling me the "value" column of the te
I am using the SDK to implement a full mission, including uploading a new route. The attached code Program.cs is heavily based on the Console example in the SDK. however, when I try to upload the new route, I get the exception "Action requires exclus
As Pitch, Roll and Yaw are three basic parameters that every pilots get taught about at flight school, I'm surprised it doesn't appear in any of the telemetry readings from the EMU-COPTER. Is there something different about drones that means
I would like to record telemetry for the quadcopter emulator, however the docs say that recording is disabled by default on the emulator. How can I enable it?