From f88d40b370f0c0252a66f9461e4298b07fc71d2c Mon Sep 17 00:00:00 2001 From: Open UAS <> Date: Tue, 13 Oct 2015 15:18:25 +0200 Subject: [PATCH] Update all configs to new UPPERCASE 3rd party naming convention and new aircraft ids --- .../aggieair_conf.xml} | 8 +- conf/OPENUAS/openuas_conf.xml | 86 ++- conf/OPENUAS/openuas_obc2014_conf.xml | 13 + .../OPENUAS/openuas_obc2014_control_panel.xml | 1 - .../ark_quad_lisa_mx.xml | 0 .../{AggieAir => AGGIEAIR}/rp3_lia.xml | 0 .../cridea_quadsuave.xml} | 0 conf/airframes/OPENUAS/openuas_itsybitsy.xml | 262 ++++++++ .../airframes/OPENUAS/openuas_leapfrogeye.xml | 261 ++++++++ conf/airframes/OPENUAS/openuas_mentor.xml | 261 ++++++++ conf/airframes/OPENUAS/openuas_moksha.xml | 579 ++++++++++++++++++ conf/airframes/OPENUAS/openuas_psi.xml | 270 ++++++++ conf/airframes/OPENUAS/openuas_taxiiii.xml | 376 ++++++++++++ .../OPENUAS/include_obc2014_mission.xml | 8 +- .../OPENUAS/openuas_nav_modules_test.xml | 141 +++++ .../OPENUAS/openuas_rotorcraft_simple.xml | 26 +- .../openuas_tuning_a_fresh_fixedwing.xml | 341 +++++++++++ conf/gcs/OPENUAS/openuas_papgets.xml | 73 +++ conf/gcs/OPENUAS/openuas_papgets_small.xml | 73 +++ conf/gcs/OPENUAS/openuas_r.xml | 12 + .../joystick/OPENUAS/openuas_aeroflycable.xml | 19 + .../OPENUAS/trust_qz_501_predator.xml | 38 ++ conf/radios/AGGIEAIR/aggieair_taranis.xml | 42 ++ conf/radios/OPENUAS/openuas_R615X_cppm.xml | 47 ++ conf/radios/OPENUAS/openuas_mx22.xml | 49 ++ conf/radios/OPENUAS/openuas_mx22_cppm.xml | 49 ++ conf/settings/OPENUAS/openuas_cam_extra.xml | 20 + conf/settings/OPENUAS/openuas_camera.xml | 24 + .../OPENUAS/openuas_fixedwing_basic_extra.xml | 32 + conf/settings/OPENUAS/openuas_skyseg.xml | 12 + conf/settings/OPENUAS/openuas_skyseg_x.xml | 12 + .../OPENUAS/openuas_tuning_agressive.xml | 14 + .../OPENUAS/openuas_tuning_basic_ins.xml | 100 +++ conf/settings/OPENUAS/openuas_tuning_rc.xml | 36 ++ conf/simulator/OPENUAS/README | 1 + .../OPENUAS/openuas_ardrone2_extended.xml | 63 ++ .../OPENUAS/openuas_ardrone_extended.xml | 63 ++ .../OPENUAS/openuas_barodebug_ardrone.xml | 46 ++ .../OPENUAS/openuas_barodebug_ardrone2.xml | 46 ++ .../OPENUAS/openuas_fixedwing_imu.xml | 114 ++++ conf/telemetry/OPENUAS/openuas_iridium.xml | 36 ++ .../OPENUAS/openuas_magnetodebug_ardrone.xml | 45 ++ .../OPENUAS/openuas_magnetodebug_ardrone2.xml | 45 ++ conf/telemetry/OPENUAS/openuas_xbee868le.xml | 34 + 44 files changed, 3751 insertions(+), 27 deletions(-) rename conf/{airframes/AggieAir/conf_aggieair.xml => AGGIEAIR/aggieair_conf.xml} (78%) create mode 100644 conf/OPENUAS/openuas_obc2014_conf.xml rename conf/airframes/{AggieAir => AGGIEAIR}/ark_quad_lisa_mx.xml (100%) rename conf/airframes/{AggieAir => AGGIEAIR}/rp3_lia.xml (100%) rename conf/airframes/{cridea/quad-suave.xml => CRIDEA/cridea_quadsuave.xml} (100%) create mode 100644 conf/airframes/OPENUAS/openuas_itsybitsy.xml create mode 100644 conf/airframes/OPENUAS/openuas_leapfrogeye.xml create mode 100644 conf/airframes/OPENUAS/openuas_mentor.xml create mode 100644 conf/airframes/OPENUAS/openuas_moksha.xml create mode 100644 conf/airframes/OPENUAS/openuas_psi.xml create mode 100644 conf/airframes/OPENUAS/openuas_taxiiii.xml create mode 100644 conf/flight_plans/OPENUAS/openuas_nav_modules_test.xml create mode 100644 conf/flight_plans/OPENUAS/openuas_tuning_a_fresh_fixedwing.xml create mode 100644 conf/gcs/OPENUAS/openuas_papgets.xml create mode 100644 conf/gcs/OPENUAS/openuas_papgets_small.xml create mode 100644 conf/gcs/OPENUAS/openuas_r.xml create mode 100644 conf/joystick/OPENUAS/openuas_aeroflycable.xml create mode 100644 conf/joystick/OPENUAS/trust_qz_501_predator.xml create mode 100644 conf/radios/AGGIEAIR/aggieair_taranis.xml create mode 100644 conf/radios/OPENUAS/openuas_R615X_cppm.xml create mode 100644 conf/radios/OPENUAS/openuas_mx22.xml create mode 100644 conf/radios/OPENUAS/openuas_mx22_cppm.xml create mode 100644 conf/settings/OPENUAS/openuas_cam_extra.xml create mode 100644 conf/settings/OPENUAS/openuas_camera.xml create mode 100644 conf/settings/OPENUAS/openuas_fixedwing_basic_extra.xml create mode 100644 conf/settings/OPENUAS/openuas_skyseg.xml create mode 100644 conf/settings/OPENUAS/openuas_skyseg_x.xml create mode 100644 conf/settings/OPENUAS/openuas_tuning_agressive.xml create mode 100644 conf/settings/OPENUAS/openuas_tuning_basic_ins.xml create mode 100644 conf/settings/OPENUAS/openuas_tuning_rc.xml create mode 100644 conf/simulator/OPENUAS/README create mode 100644 conf/telemetry/OPENUAS/openuas_ardrone2_extended.xml create mode 100644 conf/telemetry/OPENUAS/openuas_ardrone_extended.xml create mode 100644 conf/telemetry/OPENUAS/openuas_barodebug_ardrone.xml create mode 100644 conf/telemetry/OPENUAS/openuas_barodebug_ardrone2.xml create mode 100644 conf/telemetry/OPENUAS/openuas_fixedwing_imu.xml create mode 100644 conf/telemetry/OPENUAS/openuas_iridium.xml create mode 100644 conf/telemetry/OPENUAS/openuas_magnetodebug_ardrone.xml create mode 100644 conf/telemetry/OPENUAS/openuas_magnetodebug_ardrone2.xml create mode 100644 conf/telemetry/OPENUAS/openuas_xbee868le.xml diff --git a/conf/airframes/AggieAir/conf_aggieair.xml b/conf/AGGIEAIR/aggieair_conf.xml similarity index 78% rename from conf/airframes/AggieAir/conf_aggieair.xml rename to conf/AGGIEAIR/aggieair_conf.xml index fe257d5fd0..a2ca61c18f 100644 --- a/conf/airframes/AggieAir/conf_aggieair.xml +++ b/conf/AGGIEAIR/aggieair_conf.xml @@ -2,8 +2,8 @@ + + + + + + diff --git a/conf/OPENUAS/openuas_obc2014_conf.xml b/conf/OPENUAS/openuas_obc2014_conf.xml new file mode 100644 index 0000000000..0bb9f067cd --- /dev/null +++ b/conf/OPENUAS/openuas_obc2014_conf.xml @@ -0,0 +1,13 @@ + + + diff --git a/conf/OPENUAS/openuas_obc2014_control_panel.xml b/conf/OPENUAS/openuas_obc2014_control_panel.xml index 4dd255dd60..1700ef5a8f 100644 --- a/conf/OPENUAS/openuas_obc2014_control_panel.xml +++ b/conf/OPENUAS/openuas_obc2014_control_panel.xml @@ -45,7 +45,6 @@ - diff --git a/conf/airframes/AggieAir/ark_quad_lisa_mx.xml b/conf/airframes/AGGIEAIR/ark_quad_lisa_mx.xml similarity index 100% rename from conf/airframes/AggieAir/ark_quad_lisa_mx.xml rename to conf/airframes/AGGIEAIR/ark_quad_lisa_mx.xml diff --git a/conf/airframes/AggieAir/rp3_lia.xml b/conf/airframes/AGGIEAIR/rp3_lia.xml similarity index 100% rename from conf/airframes/AggieAir/rp3_lia.xml rename to conf/airframes/AGGIEAIR/rp3_lia.xml diff --git a/conf/airframes/cridea/quad-suave.xml b/conf/airframes/CRIDEA/cridea_quadsuave.xml similarity index 100% rename from conf/airframes/cridea/quad-suave.xml rename to conf/airframes/CRIDEA/cridea_quadsuave.xml diff --git a/conf/airframes/OPENUAS/openuas_itsybitsy.xml b/conf/airframes/OPENUAS/openuas_itsybitsy.xml new file mode 100644 index 0000000000..8a8645b306 --- /dev/null +++ b/conf/airframes/OPENUAS/openuas_itsybitsy.xml @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + +
+ +
+ + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/conf/airframes/OPENUAS/openuas_leapfrogeye.xml b/conf/airframes/OPENUAS/openuas_leapfrogeye.xml new file mode 100644 index 0000000000..38cb965cea --- /dev/null +++ b/conf/airframes/OPENUAS/openuas_leapfrogeye.xml @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + +
+ + + +
+ +
+ + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + +
+ +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + +
+ +
+ + + + + + + + +
+ +
+ + +
+ +
+ + + +
+ +
+ + + + + + +
+ +
+ + + + + +
+
diff --git a/conf/airframes/OPENUAS/openuas_mentor.xml b/conf/airframes/OPENUAS/openuas_mentor.xml new file mode 100644 index 0000000000..16cea1c3fe --- /dev/null +++ b/conf/airframes/OPENUAS/openuas_mentor.xml @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + +
+ + +
+ +
+ + + + + + +
+ + + +
+ + + + + + + + + + + +
+ +
+ + + + +
+ +
+ + +
+ + + +
+ + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + +
+ +
+ + + + + + + + +
+ +
+ + + + + +
+ +
+ + + +
+ +
+ + +
+ +
+ + + + + + + +
+ +
diff --git a/conf/airframes/OPENUAS/openuas_moksha.xml b/conf/airframes/OPENUAS/openuas_moksha.xml new file mode 100644 index 0000000000..743657c1f2 --- /dev/null +++ b/conf/airframes/OPENUAS/openuas_moksha.xml @@ -0,0 +1,579 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + +
+ + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + +
+ +
+ +
+ + +
diff --git a/conf/airframes/OPENUAS/openuas_psi.xml b/conf/airframes/OPENUAS/openuas_psi.xml new file mode 100644 index 0000000000..d68b87e16c --- /dev/null +++ b/conf/airframes/OPENUAS/openuas_psi.xml @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + +
+ +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + +
+ +
+ + + + + + + +
+ +
+ + + + +
+ +
+ + + + + + +
+ +
+ + + + + +
+
diff --git a/conf/airframes/OPENUAS/openuas_taxiiii.xml b/conf/airframes/OPENUAS/openuas_taxiiii.xml new file mode 100644 index 0000000000..2de950ce22 --- /dev/null +++ b/conf/airframes/OPENUAS/openuas_taxiiii.xml @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + +
+ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + +
+ + + + + + + + +
+ + +
+ + + + + +
+ + +
+ + +
+ + +
+ +
+ +
+ diff --git a/conf/flight_plans/OPENUAS/include_obc2014_mission.xml b/conf/flight_plans/OPENUAS/include_obc2014_mission.xml index 2bf5828f2a..e6cb393753 100644 --- a/conf/flight_plans/OPENUAS/include_obc2014_mission.xml +++ b/conf/flight_plans/OPENUAS/include_obc2014_mission.xml @@ -1,5 +1,5 @@ - - + @@ -315,7 +317,7 @@ to “Airfield Home” and orbit for either a landing or regain of Data Link. ***************************************************** --> diff --git a/conf/flight_plans/OPENUAS/openuas_nav_modules_test.xml b/conf/flight_plans/OPENUAS/openuas_nav_modules_test.xml new file mode 100644 index 0000000000..c3de7f2d78 --- /dev/null +++ b/conf/flight_plans/OPENUAS/openuas_nav_modules_test.xml @@ -0,0 +1,141 @@ + + + +
+#include "subsystems/datalink/datalink.h" +#include "modules/digital_cam/dc.h" +#define LINE_START_FUNCTION dc_Survey(40); +#define LINE_STOP_FUNCTION dc_autoshoot = DC_AUTOSHOOT_STOP; +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/conf/flight_plans/OPENUAS/openuas_rotorcraft_simple.xml b/conf/flight_plans/OPENUAS/openuas_rotorcraft_simple.xml index 9c45a5d19d..86eaa90ebe 100644 --- a/conf/flight_plans/OPENUAS/openuas_rotorcraft_simple.xml +++ b/conf/flight_plans/OPENUAS/openuas_rotorcraft_simple.xml @@ -5,18 +5,25 @@ It should be useable for UAS enthousiasts just starting in the field of autonomo This flightplan should be kept as simple as possible and *not* to be extended with more functionality, if one needs that, plz use another flightplan. For you first flights make sure you have more dan enough space and do not make decisions that would be unwise, you have a brain, best to put it to good use ;) -Your aircraft is your responsibility +Your safe aircraft operation is *your* responsibility --> - +
-#include "autopilot.h" -#include "subsystems/ahrs.h" -#include "subsystems/electrical.h" -#include "subsystems/datalink/datalink.h" + +//Set Generic options + #include "autopilot.h" +//Enable AHRS Health test functions + #include "subsystems/ahrs/ahrs_aligner.h" +//Enable advanced electrical power functions + #include "subsystems/electrical.h" +//Enable datalink tests + #include "subsystems/datalink/datalink.h" #include "firmwares/rotorcraft/guidance/guidance_v.h" +
+ @@ -43,8 +50,8 @@ Your aircraft is your responsibility - - + + @@ -129,10 +136,11 @@ Altough Switching the mode to auto2/NAV from any other mode will reset nav_headi - +
+ diff --git a/conf/flight_plans/OPENUAS/openuas_tuning_a_fresh_fixedwing.xml b/conf/flight_plans/OPENUAS/openuas_tuning_a_fresh_fixedwing.xml new file mode 100644 index 0000000000..98ab86fdf5 --- /dev/null +++ b/conf/flight_plans/OPENUAS/openuas_tuning_a_fresh_fixedwing.xml @@ -0,0 +1,341 @@ + + + + + + +
+#include "subsystems/navigation/nav_line.h" +#include "datalink.h" +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/conf/gcs/OPENUAS/openuas_papgets.xml b/conf/gcs/OPENUAS/openuas_papgets.xml new file mode 100644 index 0000000000..5c2eb1c29b --- /dev/null +++ b/conf/gcs/OPENUAS/openuas_papgets.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/gcs/OPENUAS/openuas_papgets_small.xml b/conf/gcs/OPENUAS/openuas_papgets_small.xml new file mode 100644 index 0000000000..1fef213c06 --- /dev/null +++ b/conf/gcs/OPENUAS/openuas_papgets_small.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/gcs/OPENUAS/openuas_r.xml b/conf/gcs/OPENUAS/openuas_r.xml new file mode 100644 index 0000000000..85e1a387f4 --- /dev/null +++ b/conf/gcs/OPENUAS/openuas_r.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/conf/joystick/OPENUAS/openuas_aeroflycable.xml b/conf/joystick/OPENUAS/openuas_aeroflycable.xml new file mode 100644 index 0000000000..1ad05b52ba --- /dev/null +++ b/conf/joystick/OPENUAS/openuas_aeroflycable.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/conf/joystick/OPENUAS/trust_qz_501_predator.xml b/conf/joystick/OPENUAS/trust_qz_501_predator.xml new file mode 100644 index 0000000000..86249d8fec --- /dev/null +++ b/conf/joystick/OPENUAS/trust_qz_501_predator.xml @@ -0,0 +1,38 @@ + + + + + + +