[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Paparazzi-devel] launch GCS with -edit option using Live CD
From: |
address@hidden |
Subject: |
Re: [Paparazzi-devel] launch GCS with -edit option using Live CD |
Date: |
Thu, 15 Mar 2007 03:11:58 GMT |
John,
The edit option was added fairly recently and may not be on the live
CD, but if it is, you can invoke it by adding the -edit flag to the gcs
part of your session in conf/control_panel.xml like this:
<program name="gcs">
...
<arg flag="-edit" constant=""/>
<arg flag="-speech" constant=""/>
<arg flag="-google_fill" constant=""/>
....
</program>
This editor is quickly becoming obsolete however, as we now have the
ability to choose and configure any useful path without the need for a
customized flight plan at all, and highly complex paths will soon be
possible entirely through the gui.
Jeremy