- Sep 29, 2018
-
-
Daniel Agar authored
- fixes #10599
-
Paul Riseborough authored
A filtered update update interval is calculated for each receiver. If dissimilar interval data is detected, blending occurs when data is received from the slower of the receivers. If similar interval data is detected, blending occurs when receiver data with similar time stamps is available. If no data is received from either receiver for longer than 300msec, then no blending will be performed and the most recent data will be used instead.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
- previously it was possible to get a Position Control rejected message without further advice what was actually wrong. So now we report warnings even if gps is not required for arming (which could be annoying too...). - the GPS failure message was very generic, making it hard to debug the cause. Now we check every bit and send an appropriate warning All strings were checked not to exceed the maximum length of 50 characters.
-
Beat Küng authored
estimator status init is not required.
-
Beat Küng authored
So that they can be used for reporting errors.
-
Beat Küng authored
1 was too high to pass the EKF2 test (EKF2_REQ_SACC which is 0.5 by default) and thus switching into position mode in HIL was not possible.
-
- Sep 28, 2018
-
-
Daniel Agar authored
- revert once #10590 is resolved properly
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
module list is now the same as posix_ocpoc_ubuntu.cmake
-
Beat Küng authored
-
Beat Küng authored
There were cases where the console was continuously spammed with activation failure messages.
-
Beat Küng authored
-
Beat Küng authored
-
TSC21 authored
-
TSC21 authored
-
David Sidrane authored
-
David Sidrane authored
This extends the Capture support for FMU CHAN 5 and 6.
-
- Sep 27, 2018
-
-
Beat Küng authored
'source' is not POSIX
-
Beat Küng authored
This uses the systems default shell: - Ubuntu: dash - Fedora: bash Since bash is invoked via /bin/sh, it operates in POSIX mode: https://tiswww.case.edu/php/chet/bash/POSIX - remove '# Ignore the expand_aliases command in zshell.' Not needed because the shell operates in POSIX mode - [[ is bashism -> use [ - autostart_files=( $autostart_file_match ) is not supported in dash, so use 'ls' - shellcheck runs the dash flavor, since dash is a minimalistic shell. Tested on dash & bash.
-
Beat Küng authored
- NuttX supports both versions - POSIX shell only supports '='
-
Beat Küng authored
For consistency & documentation
-
Julien Lecoeur authored
-
Julien Lecoeur authored
-
Julien Lecoeur authored
-
Julien Lecoeur authored
-
- Sep 26, 2018
-
-
David Sidrane authored
-
Bart Slinger authored
-
Bart Slinger authored
-
Bart Slinger authored
-
Bart Slinger authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
PX4 Build Bot authored
- nuttx in PX4/Firmware (1adcfeecc20620f02439093afb85f3151b2e8be1): https://github.com/PX4-NuttX/nuttx/commit/e31e94f5bd3cf68b9ed0f010724ac9122730dd21 - nuttx current upstream: https://github.com/PX4-NuttX/nuttx/commit/7e3c8e10cd92351b905bc8d0e34e69bccd00dfea - Changes: https://github.com/PX4-NuttX/nuttx/compare/e31e94f5bd3cf68b9ed0f010724ac9122730dd21...7e3c8e10cd92351b905bc8d0e34e69bccd00dfea 7e3c8e1 2018-09-21 Gregory Nutt - [BACKPORT] 510b0f7e07 Correct all ARMv7-M architectures.
-