About

Gender

Male


About Me:

UgCS Team​


Please tell us a bit about your UAV interest

Ugcs


Hometown:

Riga


Activity Feed

Igor Sutugin replied to Stevod's discussion Do route Lat/Longs get converted when adding via SDK? in UgCS
"Hi Stevod,

Please specify lat/lon values in radians before send it to server."
Aug 11, 2017
Igor Sutugin replied to Stevod's discussion Using Telemetry data in sqlite telemetry.db in UgCS
"Hi Stevod
Here example of GetTelemetryRequest:

DateTime utcTime = DateTime.Now.ToUniversalTime();DateTime posixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);TimeSpan span = utcTime - posixEpoch;var beginningMilliseconds =…"
Jul 17, 2017
Igor Sutugin replied to Nir Berman's discussion Can't arm DJI P3P using UgCS .NET sdk in UgCS
"Please remove takeoff_altitude from click-to-go command arguments.
it has only 5 parameters:
latitude, longitude, altitude_agl, ground_speed - are required
heading - optional"
Jul 13, 2017
Igor Sutugin replied to Nir Berman's discussion Can't arm DJI P3P using UgCS .NET sdk in UgCS
"To set takeoff point you need to do the following steps: 
1) Get vehicle object from UCS server: 
GetObjectRequest requestVehicle = new GetObjectRequest(){  ClientId = clientId,  ObjectType = "Vehicle",  ObjectId = 3,   RefreshDependencies =…"
Jul 13, 2017
Igor Sutugin replied to Nir Berman's discussion Can't arm DJI P3P using UgCS .NET sdk in UgCS
"Hi Nir,
I checked your code and see that you use degrees in 
new CommandArgument { Code = "latitude", Value = new Value { DoubleValue = 32.0698955 }}, new CommandArgument { Code = "longitude", Value = new Value { DoubleValue = 34.7834508 }}

They…"
Jul 13, 2017