paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] AGL or MSL in flight plan


From: Chris
Subject: Re: [Paparazzi-devel] AGL or MSL in flight plan
Date: Sat, 22 Mar 2014 17:57:38 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Felix are there any plans to make the gcs read the SRTM data of the airplane coordinates and send it back to the airplane via telemetry?
Chris

On 03/22/2014 03:58 PM, Felix Ruess wrote:
Hi Kadir,

as described on https://wiki.paparazziuav.org/wiki/Flight_Plans#Waypoints you can either set waypoint altitude AboveSeaLevel (hMSL) or height which is relative to the ground_alt you set in your flight plan (not a true AGL, as it is only relative to your initial ground altitude and not to over the hill you might be currently flying).

Internally waypoints are stored relative to your initial reference point (either flight plan position/alt or updated after NavSetGroundReferenceHere() was called).

Does that answer your question?


Cheers, Felix


On Fri, Mar 21, 2014 at 9:57 AM, Kadir ÇİMENCİ <address@hidden> wrote:
By the way , lla.alt seems altitude above ellipsoid then converted back to enu.. it seems to me the new waypoint's altitude is AGL too..


2014-03-21 10:52 GMT+02:00 Kadir ÇİMENCİ <address@hidden>:

Hello everyone,

I am a liitle bit confused about the altitude levels in flight plan. Editor accepts an AGL level for a waypoint but in 'navigation.c';

waypoints[i].z = POS_BFP_OF_REAL((wp_tmp_float[i].z - GROUND_ALT))
subtracts GROUND_ALT which seems to me hmsl..

On the other hand the datalink accepts the new waypoint altitude as the altitude above MSL in datalink.c with;

lla.alt = DL_MOVE_WP_alt(dl_buffer)*10 - state.ned_origin_i.hmsl +
          state.ned_origin_i.lla.alt;

Can you help me? Thanks..

Kadir


_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel




_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]