- May 14, 2017
-
-
Mohamed Abdelkader Zahana authored
-
Lorenz Meier authored
-
Lorenz Meier authored
Land detector: Choose a default alt limit parameter value that ensures regular users are not running into it
-
- May 13, 2017
-
-
yaoling authored
-
Lorenz Meier authored
-
- May 12, 2017
-
-
Daniel Agar authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Lorenz Meier authored
-
Mohammed Kabir authored
-
- May 09, 2017
-
-
Dennis Mannhart authored
-
- May 08, 2017
-
-
lovettchris authored
-
Paul Riseborough authored
-
Paul Riseborough authored
Also remove else if branch that cannot be accessed.
-
Paul Riseborough authored
This ensures that a mode change will occur immediately when the EKF reports the solution as invalid.
-
- May 07, 2017
-
-
Lorenz Meier authored
-
Lorenz Meier authored
This will help to understand the sensor selection on FMUv5 in different airframes. We do have the RAM and CPU to do this on this platform.
-
- May 06, 2017
-
-
Lorenz Meier authored
-
- May 05, 2017
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- May 04, 2017
-
-
Lorenz Meier authored
-
Julian Oes authored
* mc_pos_control: ignore a NaN/inf position setpoint This is a hotfix that prevents the position controller from trying to do velocity control with a position setpoint that isn't valid in the first place. This is only a workaround, ideally the controls later should not scale down throttle to the minimum just because the position setpoint is far away if they still have valid setpoint in z. * mc_pos_control: use PX4_ISFINITE and not isfinite
-
Lorenz Meier authored
The free memory was accessed from interrupt context where it should not be accessed from. We build the statistic now at a fixed rate while not armed.
-
Beat Küng authored
and avoid doing a loop iteration when the thread is requested to exit (as it could access _buffer).
-
Nate Weibley authored
- Use the course over ground as loiter exit criteria (better wind behavior) - Compute the tangent origin coordinate explicitly instead of using immediate position
-
Lorenz Meier authored
IO needs atomic updates of a few critical status flags, but doing these always atomic (with interrupts disabled) might cause a too high interrupts disabled interval. In order to avoid this only operations that change the state of the target variable are done with interrupts disabled, while operations without an effect on the target variable are not executed.
-
Werner Stern authored
-
- May 03, 2017
-
-
Lorenz Meier authored
This enables to use the RAM normally consumed by the log buffer to be used for calibration and other memory-intense tasks. These run typically only disarmed when logging is not enabled.
-