Silvan Fuhrer
5e32e9be5a
TECS: rename variables and methods to make clear which are EAS and which TAS
...
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
Silvan Fuhrer
4922659ef4
FW Position controller: specify in params that the airspeed setpoints are for calibrated airspeed
...
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
jinger26
8118886f63
updated roadmap link
4 years ago
David Sidrane
1414c02471
msg:led_control Extend to support 8 LEDS
4 years ago
David Sidrane
7800f94dcb
cuav_can-gps-v1 Use SK6812 Serial PWM LED Driver
4 years ago
David Sidrane
2c4d1d8fe0
Add SK6812 Serial PWM LED DMA Driver
4 years ago
David Sidrane
64531c4521
Add SK6812 Serial PWM LED Driver
4 years ago
David Sidrane
0b85039882
Add Neopixel Driver
4 years ago
David Sidrane
fdba8f1f23
cuav_can-gps-v1:Use corrected pinout
4 years ago
David Sidrane
f7aea05b19
Nuttx with STM32F4412 corrected pinmap
4 years ago
Jaeyoung-Lim
fa5a6cf712
Add option for custom mavlink configuration
...
This commit enables a option for users to add a custom mavlink configuration through rc.mavlink_override
4 years ago
이충경
17ea6f68e2
fix variable name in EKF2Selector ( #16621 )
4 years ago
Silvan Fuhrer
da7f6d06f3
AirspeedSelector: set default of ASPD_DO_CHECKS to 1 and ASPD_FS_INTEG to 5.
...
That enables the sensor checks by default
The default for the innovation check integral of 5 is rather conservative, thus
makeing it less likely to be triggered by accidnet (e.g. due to bad wind estimate).
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
Silvan Fuhrer
28f9214e56
AirspeedSelector: parameter clean up and disable re-enabling if clear delay negative
...
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
Silvan Fuhrer
98d057b8c9
AirspeedValidator: change logic for innovation checks
...
Previously, the logic was not consistent with the description in the params.
It now, if the integral is enabled, declares innovation check failed if
integral is above threshold.
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
Silvan Fuhrer
0c2099e788
AirspeedSelector: improve messaging on airspeed sensor switches
...
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
Silvan Fuhrer
aecc0aa0c3
AirspeedSelector: do checks for data stopped in airspeed selector, not validator
...
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
Silvan Fuhrer
7132e674d6
AirspeedValidator: Simplify data missing check
...
The data_stopped check should be independent of the innovation
and load factor check.
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
Silvan Fuhrer
083cd6f1c1
AirspeedValidator: remove unnecessary _checks_failing
...
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
Silvan Fuhrer
37a49dbb6a
AirspeedValidator: improve readability
...
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
Silvan Fuhrer
061fb9ac07
AirspeedSelector: add const
...
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
Silvan Fuhrer
cd2c366e22
AirspeedSelector: remove unnecessary reboot required and Experimental comments in params
...
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
Silvan Fuhrer
11dbc7e17f
AirspeedSelector: improve description of ASPD_FALLBACK_GW
...
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
Silvan Fuhrer
0f1207dd7e
AirspeedSelector: improve readability
...
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 years ago
PX4 BuildBot
1d8808183d
Update submodule ecl to latest Thu Jan 21 17:04:02 UTC 2021
...
- ecl in PX4/Firmware (18bac6aff5
): 99575d73e1
- ecl current upstream: b919f3ddf4
- Changes: 99575d73e1...b919f3ddf4
b919f3d
2021-01-21 Paul Riseborough - EKF: Restore protection from extreme innovation values
efb78de
2021-01-21 Paul Riseborough - EKF: Set position fusion gate option false by default
556a195
2021-01-19 Paul Riseborough - EKF: Improve handling of non position mode large position innovations
4 years ago
Daniel Agar
18bac6aff5
ROMFS: posix rcS set EXTRA_MIXER_MODE
4 years ago
Daniel Agar
e0b33ba842
mavlink: temporarily disable ACTUATOR_OUTPUT_STATUS stream by default
...
- the presence of this stream appears to be causing the MAVSDK tests to fail and needs to be investigated
4 years ago
Matthias Grob
7cdb9e9412
MulticopterPositionControl: altitude comment typo
4 years ago
Matthias Grob
4ce4fe05c5
BlockLowPass: initialize state in definition
4 years ago
ArthurLamberticus
82d32c7f3f
mavlink: add ACTUATOR_OUTPUT_STATUS stream
...
Co-authored-by: Lise Prunier <lise.prunier@aerialcoboticus.com>
4 years ago
Matthias Grob
4becf74cbc
.gitmodules: adapt submodule names to repo renaming
4 years ago
Matthias Grob
65884960fa
Remove ancient submodules
...
that were accidentally added back without URL in #16471
4 years ago
Hamish Willee
bd00aec936
Parameter markdown use page css for layout
4 years ago
Daniel Agar
9a066959d4
delete empty src/lib/DriverFramework
4 years ago
TheLegendaryJedi
64c857562d
Crazyflie v 21 ( #16502 )
...
Build model name fix.
Co-authored-by: TheLegendaryJedi <goncalo.atanasio@gmail.com>
4 years ago
TheLegendaryJedi
dd9b0ded0f
[UPDATE] - Remove duplicate syslink code
4 years ago
TheLegendaryJedi
641665f2e9
[UPDATE] - Workflows and Jenkins CI builds CF21
4 years ago
TheLegendaryJedi
b3d9efedfa
[UPDATE] - Code clean and format
4 years ago
TheLegendaryJedi
e450c5a9d9
[UPDATE] - Crazyflie parameter config
4 years ago
TheLegendaryJedi
40f971c082
[NEW] - bmi088 i2c drivers and crazyflie 2.1 conf
4 years ago
bresch
d7812f83f1
mag_cal: fix race condition causing invalid mag calibration
...
In some cases, the fitness of the optimizer does not shrink at each
iteration, causing the "decreasing fitness check" to fail. This stops
the optimization and returns with sub-optimal, or unrealistic results.
4 years ago
Beat Küng
b190d98d6d
Jenkinsfile: remove dev-guide metadata deployment
...
dev guide got merged with the user guide.
4 years ago
Mathieu Bresciani
8d8b58efc3
Add logging of mag calibration data (mag_worker_data)
...
Co-authored-by: Julian Kent <julian@auterion.com>
4 years ago
Jari van Ewijk
6a32301ed5
Add NXP FMUK66E build to CI
...
This build was not yet available in the CI. We just got the first hardware and are doing the first tests right now. So far most things seem to work.
4 years ago
Hamish Willee
59a1148aec
Modify airframe gen to use html.escape
4 years ago
Hamish Willee
d2eefbf2fb
Escape < and > in maintainer field
4 years ago
AlexKlimaj
386b56fbce
drivers/imu/bosch/bmi088: Add BMI090L accel ID
4 years ago
Ryan Johnston
d22eef9396
boards: mRo Control Zero F7 fix for voltage/current sensing
...
* Rename GPIO_nVDD_BRICK1v to GPIO_VDD_BRICK1
4 years ago
CUAVcaijie
bed77c2988
add notes
4 years ago
CUAVcaijie
297a428cc0
Fix the case where the flight controller is connected to the battery (charge 100), QGC shows no battery
4 years ago