- Aug 01, 2017
-
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Daniel Agar authored
-
- Jul 31, 2017
-
-
Paul Riseborough authored
* msg: add reporting of multi rotor drag fusion * ekf2: add reporting of multi rotor drag fusion * ekf2: Add parameters required to tune multi-rotor wind estimation * ekf2: Add correction for static pressure position error * ekf2: Use correct air density for position error corrections * ekf2: fix parameter documentation error * ekf2: Add separate forward and reverse position error correction factors * ekf2: Fix formatting and parameter descriptions * ekf2: Improve comments
-
ChristophTobler authored
-
Beat Küng authored
-
Lorenz Meier authored
-
- Jul 30, 2017
-
-
Lorenz Meier authored
-
Daniel Agar authored
* WIP: github issue template * Update issue_template.md
-
Daniel Agar authored
-
- Jul 29, 2017
-
-
Jan Liphardt authored
* Create 3037_parrot_disco_mod Add support for the Parrot Disco airframe. Tested with both Pixhawk Mini and Pixracer, using a generic 30A ESC and a Cobra 2221/16 motor. * Update 3037_parrot_disco_mod fixed indentation per @Dagar * Use new generic FW wing mixer (fw_generic_wing.main.mix)
-
Beat Küng authored
Due to flash overflow
-
Beat Küng authored
board_shutdown should not return, but just in case
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Otherwise the publication from IRQ context won't work
-
Beat Küng authored
-
Beat Küng authored
If needed it could be used in scripts as well.
-
Beat Küng authored
To make sure slow param writes will finish before we hit the timeout. I've seen param write durations of around 2s.
-
Beat Küng authored
-
Beat Küng authored
Prevents the system from shutting down.
-
Beat Küng authored
px4_shutdown_request() was called from the power button IRQ callback, which invoked a work queue callback. But on NuttX, the work queue uses a semaphore, and thus it cannot be called from IRQ context. This patch switches to publishing an uORB msg instead, which is handled in the commander main thread. To increase failure resistance, we could subscribe to the same topic in another module for redundancy, in case commander runs wild.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
This makes it easy to flip any airframe config over to HIL.
-
Lorenz Meier authored
-
Lorenz Meier authored
FMUv5: Ensure there is enough UART buffer space - since the board has plenty of RAM, all UARTs are treated equally
-
Lorenz Meier authored
-
Lorenz Meier authored
-