- Sep 01, 2018
-
-
PX4 Build Bot authored
- ecl in PX4/Firmware (95b83ba29715c067a30cb9501cab51264db502f1): https://github.com/PX4/ecl/commit/56b8bb08a16f0e86f7c7dfe458f0d2d3082e92e4 - ecl current upstream: https://github.com/PX4/ecl/commit/3c74dc2ce1002db5b68a833fdd0aa964210e91f5 - Changes: https://github.com/PX4/ecl/compare/56b8bb08a16f0e86f7c7dfe458f0d2d3082e92e4...3c74dc2ce1002db5b68a833fdd0aa964210e91f5 3c74dc2 2018-08-30 Daniel Agar - ECL_Controller base needs virtual destructor 0d39072 2018-08-30 Daniel Agar - EKF add missing header guards a6a1edb 2018-08-30 Kabir Mohammed - EKF : Fix type of flow data navigation variable (#499) a53ad9c 2018-08-25 Paul Riseborough - EKF: Add missing optical flow ground motion protection
-
Daniel Agar authored
- nuttx in PX4/Firmware (0a1a2025402a387cde88132c6f8d8cc7237d2e6b): https://github.com/PX4-NuttX/nuttx/commit/bf8cce85c3f9310bcff8cdd1d979270419782a6e - nuttx current upstream: https://github.com/PX4-NuttX/nuttx/commit/e3b5b667aee16a699ecd6605f2d2a4adc6e95c17 - Changes: https://github.com/PX4-NuttX/nuttx/compare/bf8cce85c3f9310bcff8cdd1d979270419782a6e...e3b5b667aee16a699ecd6605f2d2a4adc6e95c17 e3b5b66 2018-08-31 Daniel Agar - [BACKPORT] Merged in dagar/nuttx/pr-stm32f7_stackcheck-upstream (pull request #714)
-
- Aug 31, 2018
-
-
Martina Rivizzigno authored
- The first waypoint contains the vehicle current position and the desired velocity setpoint
-
David Sidrane authored
Use CONFIG_ARMV7M_STACKCHECK to add the instrumentation for runtime stack checking
-
David Sidrane authored
To enable coherent runtime stack checking use the boards CONFIG_ARMV7M_STACKCHECK setting
-
Daniel Agar authored
- this is shared by both the FW position controller and navigator's missiong feasibility checker
-
Daniel Agar authored
-
Daniel Agar authored
-
Beat Küng authored
Not needed anymore
-
Beat Küng authored
This is all done through posix_sitl_default.cmake and env variables: - PX4_ESTIMATOR - replay
-
Beat Küng authored
-
Beat Küng authored
Generally exit() should not be used on Posix, because it exits the whole program instead of only the task.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
On POSIX it exits the process.
-
- Aug 30, 2018
-
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
On FW with a px4io bin file, but not a px4io do not error Use tune control and have all paths in rcS indicate tunes
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
Adds a single file definition to provide a single point to add new tunes and clearly understand, the useage: it need to be stopped will it not allow interruption.
-
David Sidrane authored
Refactor to use the tune_control interface
-
David Sidrane authored
Since tune control came in this driver does not have a have a test based interface. The module Documentation has been moved to tune_control minor cleanup and assert on workque delay of 0
-
David Sidrane authored
Since tune control came in this driver does not have a have a test based interface. The module Documentation has been moved to tune_control
-
David Sidrane authored
-
David Sidrane authored
Since tune control came in this driver does not have a have a test based interface. The module Documentation has been moved to tune_control minor cleanup and assert on workque delay of 0
-
David Sidrane authored
Since tune control came in this driver does not have a have a test based interface. The module Documentation has been moved to tune_control
-
Daniel Agar authored
-
Daniel Agar authored
-