- Apr 10, 2019
-
-
Alessandro Simovic authored
-
- Apr 09, 2019
-
-
PX4 Build Bot authored
- ecl in PX4/Firmware (aed3d80d5982f37e8353d6d07e29c79a9260b086): https://github.com/PX4/ecl/commit/f95cd4b3584d029c35b288a39180ddf25b2dd004 - ecl current upstream: https://github.com/PX4/ecl/commit/c4492b17c1d7bb9b74011efa9890452b091421e8 - Changes: https://github.com/PX4/ecl/compare/f95cd4b3584d029c35b288a39180ddf25b2dd004...c4492b17c1d7bb9b74011efa9890452b091421e8 c4492b1 2019-04-09 Martina - do not reset yaw if vehicle on ground 14227ea 2019-04-08 Julian Oes - CMakeLists.txt: fix cmake warning f97f0b6 2019-03-30 Paul Riseborough - EKF: Remove unnecessary code 43b5e26 2019-03-02 Paul Riseborough - EKF: Fix bug causing continual yaw reset when EKF2_MAG_TYPE = 2
-
Julian Kent authored
-
Daniel Agar authored
-
- Apr 08, 2019
-
-
Beat Küng authored
With 24 MHz accesses to the SD card were unreliable. And the chance of failure recently got worse, so that logging became impossible.
-
- Apr 07, 2019
-
-
Daniel Agar authored
- needed for code coverage of python scripts
-
Daniel Agar authored
-
Daniel Agar authored
-
Matthias Grob authored
- platform is optional and matters for Visual Studio builds - `ver` command shows the windows version and was just my first CI test
-
Matthias Grob authored
-
Matthias Grob authored
-
Daniel Agar authored
- mavlink v2.0 in PX4/Firmware (88f2a685): https://github.com/mavlink/c_library_v2/commit/171c83700c6318af9ffb4a7ee733567b55a14543 - mavlink v2.0 current upstream: https://github.com/mavlink/c_library_v2/commit/c6ab0459343c78a6a424514b5f64fa65d8cc0cf8 - Changes: https://github.com/mavlink/c_library_v2/compare/171c83700c6318af9ffb4a7ee733567b55a14543...c6ab0459343c78a6a424514b5f64fa65d8cc0cf8
-
Matthias Grob authored
-
- Apr 05, 2019
-
-
Anthony Lamping authored
-
Julian Oes authored
This should fix the macOS build.
-
Julian Oes authored
When using QGC and/or the Dronecode SDK it was possible to get in a state where the two mavlink instances were both publishing their last heartbeat_time and cause commander to consistently toggle between data link lost and regained. With this fix, we only ever look at the very last heartbeat time and therefore seem to avoid this issue.
-
Julian Oes authored
This prevents a warning message being printed to SITL users because the UAVCAN_ENABLE param does not exist.
-
Julian Oes authored
With this change the param SDLOG_MODE can be used for SITL as well.
-
Beat Küng authored
-
- Apr 04, 2019
-
-
David Sidrane authored
-
Martina Rivizzigno authored
-
Martina Rivizzigno authored
-
Martina Rivizzigno authored
-
Martina Rivizzigno authored
-
Martina Rivizzigno authored
loiter mode since it's the failsafe mode
-
Martina Rivizzigno authored
instance protected
-
Martina Rivizzigno authored
-
Martina Rivizzigno authored
updateAvoidanceSetpoints->updateAvoidanceDesiredSetpoints
-
Martina Rivizzigno authored
-
Martina Rivizzigno authored
to check progress
-
Martina Rivizzigno authored
-
Martina Rivizzigno authored
waypoints in FlightTasks. In obstacle avoidace library reset desired avoidance waypoints after publication
-
Martina Rivizzigno authored
-
Martina Rivizzigno authored
-
Martina Rivizzigno authored
-
Martina Rivizzigno authored
-
Martina Rivizzigno authored
-
Burak Han authored
-
PX4 Build Bot authored
- ecl in PX4/Firmware (3a004d13dc13d81403ae3873d5109c0503a4f964): https://github.com/PX4/ecl/commit/a892ececf8490b21aa8917bc243b2bc441af6a87 - ecl current upstream: https://github.com/PX4/ecl/commit/f95cd4b3584d029c35b288a39180ddf25b2dd004 - Changes: https://github.com/PX4/ecl/compare/a892ececf8490b21aa8917bc243b2bc441af6a87...f95cd4b3584d029c35b288a39180ddf25b2dd004 f95cd4b 2019-01-22 Roman - ground effect: removed dependency on local position 7845ff4 2019-01-23 CarlOlsson - EKF: increase wind process noise scaler to 0.5 32ca6f7 2018-10-24 CarlOlsson - ekf: scale wind process noise with low pass filtered height rate 938c8ad 2019-02-04 CarlOlsson - EKF: use hagl estimate if valid for when to trigger yaw reset on takeoff 8b4ae48 2019-03-05 Hamish Willee - README: Fix link to EKF/ECL tuning guide f0889c1 2019-03-18 Carl Olsson - EKF: fixed some comment typos 6e77b19 2019-03-14 Todd Stellanova - Add DataValidatorGroup tests, add more DataValidator tests (#592)
-