mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-24 13:55:51 +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_fdm.h"
|
||||
#include "nps_sensors.h"
|
||||
#include "firmwares/rotorcraft/navigation.h"
|
||||
|
||||
#include NPS_SENSORS_PARAMS
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ let aircraft_sample = fun name ac_id ->
|
||||
Xml.Element ("aircraft",
|
||||
["name", name;
|
||||
"ac_id", ac_id;
|
||||
"airframe", "airframes/microjet_example.xml";
|
||||
"airframe", "airframes/examples/microjet.xml";
|
||||
"radio", "radios/cockpitSX.xml";
|
||||
"telemetry", "telemetry/default_fixedwing.xml";
|
||||
"flight_plan", "flight_plans/basic.xml";
|
||||
|
||||
Reference in New Issue
Block a user