paparazzi-devel
[Top][All Lists]
Advanced

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

[Paparazzi-devel] Using GCS as the flight plan editor


From: Chris
Subject: [Paparazzi-devel] Using GCS as the flight plan editor
Date: Sun, 31 Oct 2010 17:11:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Thunderbird/3.0.10

Hi.
Can something be done with the GCS flight plan editor in order to eliminate the annoying habit it has deleting all height="100" statements for example?
Here is an example:
In my flight plan i have among other those waypoints:

<waypoint height="100.0" name="HOME" x="12.5" y="6.6"/>
<waypoint alt="100" name="START" x="138.3" y="126.8"/>
<waypoint name="RELEASE" x="86.1" y="18.8"/>

After editing it with the GCS editor and subsequently saving it, i get:

<waypoint name="HOME" x="12.5" y="6.6"/>
<waypoint alt="100" name="START" x="138.3" y="126.8"/>
<waypoint name="RELEASE" x="86.1" y="18.8"/>

Notice that the alt="100" is still there only the height="100.0" is MIA
It is not that important but it can lead to serious problems if you edit the flight plan in a hurry and forget to correct it afterwards.
Chris





reply via email to

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