[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 547f32: [setting] group power
From: |
Gautier Hattenberger |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 547f32: [setting] group power switch in strip |
Date: |
Tue, 10 Mar 2020 08:00:43 -0700 |
Branch: refs/heads/small_features
Home: https://github.com/paparazzi/paparazzi
Commit: 547f32c5b020623bbcef9ad69086fd9b5b9c1dae
https://github.com/paparazzi/paparazzi/commit/547f32c5b020623bbcef9ad69086fd9b5b9c1dae
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-10 (Tue, 10 Mar 2020)
Changed paths:
M conf/settings/power_switch.xml
Log Message:
-----------
[setting] group power switch in strip
Commit: 91aba94e8fc78198710c0a8f9f279c38274c18c1
https://github.com/paparazzi/paparazzi/commit/91aba94e8fc78198710c0a8f9f279c38274c18c1
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-10 (Tue, 10 Mar 2020)
Changed paths:
M sw/airborne/boards/apogee/chibios/v1.0/board.h
Log Message:
-----------
[apogee] add definition of power switch for Apogee with ChibiOS
Commit: 4503016a8e7faaed7c1fb1609626a1959e2fc3cf
https://github.com/paparazzi/paparazzi/commit/4503016a8e7faaed7c1fb1609626a1959e2fc3cf
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-10 (Tue, 10 Mar 2020)
Changed paths:
M conf/Makefile.chibios
Log Message:
-----------
[chibios] add support for unaligned pprzlink data
Commit: a067b0a1d9c7cbdf41a92b3887a00243a0c4c68e
https://github.com/paparazzi/paparazzi/commit/a067b0a1d9c7cbdf41a92b3887a00243a0c4c68e
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-10 (Tue, 10 Mar 2020)
Changed paths:
M sw/ground_segment/cockpit/page_settings.ml
Log Message:
-----------
[gcs] add a tooltip for settings name that are too long
even when the "shortname" is used, the settings name is sometimes too
long to be visible
Commit: 53e1e7913dc02a359a78e3c4d9e9f65bf00d417b
https://github.com/paparazzi/paparazzi/commit/53e1e7913dc02a359a78e3c4d9e9f65bf00d417b
Author: Gautier Hattenberger <address@hidden>
Date: 2020-03-10 (Tue, 10 Mar 2020)
Changed paths:
M sw/airborne/subsystems/navigation/common_nav.c
M sw/airborne/subsystems/navigation/common_nav.h
Log Message:
-----------
[nav] add an estimation of time to home
The estimation is taking into account the wind speed if available, the
airspeed (or NOMINAL_SPEED param if not available) to compute the time
to go back to HOME point in straight line.
This can be used in a flight plan exception to deroute a return to home
if the expected flight time is too long (and not only the current flight
time)
Compare:
https://github.com/paparazzi/paparazzi/compare/547f32c5b020%5E...53e1e7913dc0
- [paparazzi-commits] [paparazzi/paparazzi] 547f32: [setting] group power switch in strip,
Gautier Hattenberger <=