mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
[nps] add include in nps_ivy for waypoints and blocks
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
#include "nps_autopilot.h"
|
#include "nps_autopilot.h"
|
||||||
#include "nps_fdm.h"
|
#include "nps_fdm.h"
|
||||||
#include "nps_sensors.h"
|
#include "nps_sensors.h"
|
||||||
|
#include "firmwares/rotorcraft/navigation.h"
|
||||||
|
|
||||||
#include NPS_SENSORS_PARAMS
|
#include NPS_SENSORS_PARAMS
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ let aircraft_sample = fun name ac_id ->
|
|||||||
Xml.Element ("aircraft",
|
Xml.Element ("aircraft",
|
||||||
["name", name;
|
["name", name;
|
||||||
"ac_id", ac_id;
|
"ac_id", ac_id;
|
||||||
"airframe", "airframes/microjet_example.xml";
|
"airframe", "airframes/examples/microjet.xml";
|
||||||
"radio", "radios/cockpitSX.xml";
|
"radio", "radios/cockpitSX.xml";
|
||||||
"telemetry", "telemetry/default_fixedwing.xml";
|
"telemetry", "telemetry/default_fixedwing.xml";
|
||||||
"flight_plan", "flight_plans/basic.xml";
|
"flight_plan", "flight_plans/basic.xml";
|
||||||
|
|||||||
Reference in New Issue
Block a user