paparazzi / paparazzi

Paparazzi is a free and open-source hardware and software project for unmanned (air) vehicles. This is the main software repository.
http://paparazziuav.org
GNU General Public License v2.0
1.54k stars 1.13k forks source link

flightplan <proc> can not accept simple statements #3219

Open dewagter opened 9 months ago

dewagter commented 9 months ago
dewagter commented 9 months ago

Here is some code to reproduce the GCS error: #3220

Fabien-B commented 9 months ago

I will work on supporting the procedure in the new GCS, but the last error you mention is because of the > and && which are invalid in an XML file. You can replace && by @AND and > by @GT.