Stevod's Discussions (8)

Sort by

MAVLINK Lua dissector

I am using the LUA dissector from mavgenerate.py (which I have previously used the same file successfully with Wireshark a few months ago).

Unfortunately, this time around the decode does not happen, and the TCP payload is just shown as the raw hex da

Read more…

How can I Set Home using SDK?

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

Read more…

Multiple Emulated Drones

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

Read more…

Using Telemetry data in sqlite telemetry.db

Hi, 

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

Read more…

Why no Yaw in Telemetry?

Hi guys,

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

Read more…