- May 11, 2016
-
-
Beat Küng authored
- __BEGIN_DECLS is for declarations not definitions - getprogname() declaration is in err.h
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Useful to test maximum sequential write speed to the SD Card
-
David Sidrane authored
-
Julian Oes authored
It seems that the stack size was exhausted on Snapdragon.
-
Paul Riseborough authored
removes use of vehicle arm status message
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Paul Riseborough authored
Remove unused gyro scale factor parameter Change gyro and accelerometer bias noise parameters to more intuitive units Updated tuning defaults
-
Paul Riseborough authored
-
Paul Riseborough authored
Numerous EKF updates for improved accuracy and stability
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Julian Oes authored
The hexagon-clang is clang-3.5 and does not support -fcheck-new.
-
- May 10, 2016
-
-
Lorenz Meier authored
-
Mark Whitehorn authored
-
sander authored
-
sander authored
-
sander authored
-
sander authored
-
CarlOlsson authored
-
Roman authored
- tested in acro mode with good orientation lock and good response - tested in stabilize mode with good attitude tracking - needs more testing and maybe small adjustments
-
Beat Küng authored
GCC assumes that operator new never returns null, but throws an exception instead. This is defined by the C++ standard, and thus ok. But we disable exceptions with -fno-exceptions, so we break this assumption. GCC then goes ahead and removes some of our nullptr checks. This flag removes the assumption. This adds ~1.4kB to the binary size of the px4fmu-v4 target.
-
Lorenz Meier authored
Navigator: differentiate between takeoff and reposition commands, perform calculations for repositions only when armed.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Andreas Antener authored
-
Lorenz Meier authored
-