[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] c69744: [modules] allow to loa
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] c69744: [modules] allow to load modules from a flight plan |
Date: |
Sat, 27 Feb 2016 03:14:09 -0800 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: c697449e9852c2cd8b66c28b369dfaabcd3778e6
https://github.com/paparazzi/paparazzi/commit/c697449e9852c2cd8b66c28b369dfaabcd3778e6
Author: Gautier Hattenberger <address@hidden>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M Makefile.ac
M conf/airframes/examples/microjet_lisa_m.xml
M conf/flight_plans/flight_plan.dtd
M conf/flight_plans/nav_modules.xml
M sw/lib/ocaml/gen_common.ml
M sw/lib/ocaml/gen_common.mli
M sw/supervision/pc_aircraft.ml
M sw/tools/generators/gen_aircraft.ml
M sw/tools/generators/gen_modules.ml
Log Message:
-----------
[modules] allow to load modules from a flight plan
Commit: 709fb6088b4f1bc3c82c3188aee7807c807beb3c
https://github.com/paparazzi/paparazzi/commit/709fb6088b4f1bc3c82c3188aee7807c807beb3c
Author: Gautier Hattenberger <address@hidden>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M sw/tools/generators/gen_modules.ml
Log Message:
-----------
remove debug print
Commit: bf36c7ba03f6231f5b43750d1e2b86677cde68a0
https://github.com/paparazzi/paparazzi/commit/bf36c7ba03f6231f5b43750d1e2b86677cde68a0
Author: Gautier Hattenberger <address@hidden>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M sw/lib/ocaml/gen_common.ml
M sw/lib/ocaml/gen_common.mli
M sw/supervision/pc_aircraft.ml
M sw/tools/generators/gen_aircraft.ml
M sw/tools/generators/gen_modules.ml
Log Message:
-----------
[modules] singletonize modules between airframe file and flight plan
Commit: 993818bdd62f59e858d880e2a36854e7342dc31a
https://github.com/paparazzi/paparazzi/commit/993818bdd62f59e858d880e2a36854e7342dc31a
Author: Gautier Hattenberger <address@hidden>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M conf/flight_plans/flight_plan.dtd
M sw/lib/ocaml/gen_common.ml
M sw/lib/ocaml/gen_common.mli
M sw/tools/generators/gen_aircraft.ml
Log Message:
-----------
[modules] display warnings when module or its options are loaded twice
Commit: cd852e1333c5059616081c8139157fc1a8779a9a
https://github.com/paparazzi/paparazzi/commit/cd852e1333c5059616081c8139157fc1a8779a9a
Author: Gautier Hattenberger <address@hidden>
Date: 2016-02-26 (Fri, 26 Feb 2016)
Changed paths:
M sw/lib/ocaml/gen_common.ml
Log Message:
-----------
[modules] improve warning message in case of duplicates
Commit: 390597e3871effc83545386c15a6da4de30a59de
https://github.com/paparazzi/paparazzi/commit/390597e3871effc83545386c15a6da4de30a59de
Author: Felix Ruess <address@hidden>
Date: 2016-02-27 (Sat, 27 Feb 2016)
Changed paths:
M Makefile.ac
M conf/airframes/examples/microjet_lisa_m.xml
M conf/flight_plans/flight_plan.dtd
M conf/flight_plans/nav_modules.xml
M sw/lib/ocaml/gen_common.ml
M sw/lib/ocaml/gen_common.mli
M sw/supervision/pc_aircraft.ml
M sw/tools/generators/gen_aircraft.ml
M sw/tools/generators/gen_modules.ml
Log Message:
-----------
Merge pull request #1540 from paparazzi/flight_plan_modules
Load modules directly from a flight plan.
Mainly meant for specifying which nav modules to load directly in the flight
plan.
This should make easier to set up the airframe file as it doesn't need to
contain the modules needed only for some specific flight plans (where some nav
routines are called that are provided by nav modules).
Compare:
https://github.com/paparazzi/paparazzi/compare/de2c7afc9814...390597e3871e