[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 5c325f: [settings] add optiona
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 5c325f: [settings] add optional target attribute to settin... |
Date: |
Sat, 25 Jul 2015 07:35:41 -0700 |
Branch: refs/heads/settings_target
Home: https://github.com/paparazzi/paparazzi
Commit: 5c325f1c69deed553e2580a5103991328dfe9f62
https://github.com/paparazzi/paparazzi/commit/5c325f1c69deed553e2580a5103991328dfe9f62
Author: Felix Ruess <address@hidden>
Date: 2015-07-25 (Sat, 25 Jul 2015)
Changed paths:
M conf/settings/control/rotorcraft_guidance.xml
M conf/settings/control/stabilization_att_float_euler.xml
M conf/settings/control/stabilization_att_float_quat.xml
M conf/settings/control/stabilization_att_int.xml
M conf/settings/control/stabilization_att_int_quat.xml
M conf/settings/control/stabilization_rate.xml
M conf/settings/nps.xml
M conf/settings/rotorcraft_basic.xml
M conf/settings/settings.dtd
M conf/settings/test_settings.xml
M sw/tools/generators/gen_settings.ml
Log Message:
-----------
[settings] add optional target attribute to settings
Commit: d5b8e4e86dd183e43ca2ca3ddc6c66ad8acf31de
https://github.com/paparazzi/paparazzi/commit/d5b8e4e86dd183e43ca2ca3ddc6c66ad8acf31de
Author: Gautier Hattenberger <address@hidden>
Date: 2015-07-25 (Sat, 25 Jul 2015)
Changed paths:
M conf/settings/estimation/body_to_imu.xml
Log Message:
-----------
add targets to body_to_imu settings
Commit: ddf074342e7ab6712162b132c6c0063e7944c1b3
https://github.com/paparazzi/paparazzi/commit/ddf074342e7ab6712162b132c6c0063e7944c1b3
Author: Gautier Hattenberger <address@hidden>
Date: 2015-07-25 (Sat, 25 Jul 2015)
Changed paths:
M sw/lib/ocaml/gtk_tools.ml
M sw/lib/ocaml/gtk_tools.mli
M sw/supervision/pc_aircraft.ml
Log Message:
-----------
[settings] uncheck settings if not compatible with target
I wanted to make the line unsensitive, but it doesn't seems to be
possible. Either all the lines or nothing. As a fallback, the settings
is unselected. It is not perfect (some stuff might be missed, you can
check it back, ...) and the settings are removed at generation time
anyway.
Not sure it can be done better unless someone finds the way to control
the list element sensitivity one by one.
Commit: 5102c466c583167ec884c84b9b42442a4e3c7690
https://github.com/paparazzi/paparazzi/commit/5102c466c583167ec884c84b9b42442a4e3c7690
Author: Felix Ruess <address@hidden>
Date: 2015-07-25 (Sat, 25 Jul 2015)
Changed paths:
M conf/settings/estimation/body_to_imu.xml
M sw/tools/generators/gen_settings.ml
Log Message:
-----------
[settings] possibility to exclude targets
Commit: b3fa3811e7bd32f1d7e8aee1d25afce073091464
https://github.com/paparazzi/paparazzi/commit/b3fa3811e7bd32f1d7e8aee1d25afce073091464
Author: Felix Ruess <address@hidden>
Date: 2015-07-25 (Sat, 25 Jul 2015)
Changed paths:
M sw/tools/generators/gen_settings.ml
Log Message:
-----------
[settings] prevent Invalid_argument of String.get
Compare:
https://github.com/paparazzi/paparazzi/compare/ca2e45e50ab4...b3fa3811e7bd
- [paparazzi-commits] [paparazzi/paparazzi] 5c325f: [settings] add optional target attribute to settin...,
GitHub <=