About

Gender

Male


Please tell us a bit about your UAV interest

hobbyist


Hometown:

Linlithgow, Scotland


Activity Feed

Stevod replied to Stevod's discussion How do I enable Telemetry for Emulator in UgCS
"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…"
Apr 9, 2018
Stevod replied to Stevod's discussion MAVLINK Lua dissector
"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…"
Nov 22, 2017
Stevod posted a discussion
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…
Nov 22, 2017
Stevod posted a discussion in UgCS
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,…
Nov 15, 2017
Stevod replied to Stevod's discussion Do route Lat/Longs get converted when adding via SDK? in UgCS
"Thanks, Igor. That works."
Aug 15, 2017
Stevod posted a discussion in UgCS
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…
Aug 11, 2017
Stevod replied to Priya Sharmila's discussion Telemetry Data received is Incomplete using UgCS .Net SDK in UgCS
"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…"
Aug 10, 2017
Stevod replied to Stevod's discussion Multiple Emulated Drones in UgCS
"Sorry I haven't been able to try these new files. My PC is having problems, and I am in the middle of my third reimage :("
Aug 8, 2017
Stevod replied to Priya Sharmila's discussion Connect to UgCS Server using .Net SDK in UgCS
"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…"
Aug 6, 2017
Stevod replied to Stevod's discussion Multiple Emulated Drones in UgCS
"service manager log attached.service-manager.log"
Aug 1, 2017
Stevod replied to Stevod's discussion Multiple Emulated Drones in UgCS
"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…"
Aug 1, 2017
Stevod posted a discussion in UgCS
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…
Jul 30, 2017
Stevod replied to Stevod's discussion Using Telemetry data in sqlite telemetry.db in UgCS
"Many thanks, Igor."
Jul 17, 2017
Stevod replied to Stevod's discussion Using Telemetry data in sqlite telemetry.db in UgCS
"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…"
Jul 16, 2017
Stevod posted a discussion in UgCS
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…
Jul 16, 2017
Stevod replied to Stevod's discussion Can't upload route to EMU-COPTER using .Net SDK in UgCS
"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"
Jul 12, 2017
More…