"To ensure compatibility between telemetry from different drone makes, and to ensure that I can use telemetry from any drone type, I now use the UgCS SDK (the more recent .Net SDK, not the Java one) to read the telemetry as it arrives. That gives…"
"Problem resolved:
1. There's a bug in the mavlink.lua dissector that causes it to fail, due to the unknownFrameBeginOffset variable not being initialised. Just add "unknownFrameBeginOffset=0" to the start of the script to fix it.
2. The script is…"
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…
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,…
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…
"By default, the telemetry that is returned is not complete, in that it does not every value, every time. Instead, it returns only values that have changed.
However, I think there is a telemetry setting in one of the config files that allows it to…"
"Hi Priva, as I'm not using PIxhawk, I can't answer your technical question. However, the main restriction on both the Community and One version is that you cannot connect more than one client to the UGCS server simultaneously. The main impact of…"
"Thanks Alexey. I have saved your files to the relevant directories, and restarted, but UGCS won't load the vehicles correctly - see attached screenshot. I have reinstalled from scratch, including deleting User and App Data on Win 10, but the problem…"
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…
"BTW, I am using the .Net SDK, so an alternative may be to pull the telemetry using the GetTelemetryRequest call, if that does the conversion automatically when it provides the data to the SDK client. However, can somebody provide the parameters to…"
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…
"Stevod said:
That's great, thanks. Nir - that was the problem. I now have a fully operational mission at the console using EMU-COPTER.
Stage 1 accomplished :). I have attached the file in case it helps anyone.
Program.cs"