- May 15, 2015
-
-
Andreas Antener authored
-
Lorenz Meier authored
-
- May 14, 2015
-
-
Lorenz Meier authored
Add usart 6 to px4-stm32f4discovery board
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
set default, weak rate I gains for multirotors
-
Lorenz Meier authored
make main LED show low and critical battery status
-
Lorenz Meier authored
mpc parameter INAV_W_Z_VIS_P increased
-
- May 13, 2015
-
-
nopeppermint authored
-
nopeppermint authored
-
nopeppermint authored
-
Lorenz Meier authored
Fix potential null pointer deref in Mavlink dtor if task_main returns error
-
Nate Weibley authored
LL_APPEND is called just before the loop spins up but various error conditions can cause the task to exit before then. When that happens Mavlink::start_helper calls delete on the instance which tries to prune it from the global list. If this is the first Mavlink instance to attempt starting the list head is null and we hardfault in the Mavlink dtor. Only call LL_DELETE after checking the list head for a null pointer.
-
Andrea Nistico authored
-
Roman Bapst authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Roman Bapst authored
added default rate I gain for multicopters. added default gains for FireFly6 in mc mode (from Simon Wilks)
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
mc_pos_control: always update previous velocity
-
- May 11, 2015
-
-
Lorenz Meier authored
-
- May 10, 2015
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
tumbili authored
-
- May 08, 2015
-
-
Lorenz Meier authored
-
Lorenz Meier authored
commander gyro calibration: Do not require a specific position, automatically start a retry after motion on the first try
-
- May 07, 2015
-
-
Thomas Gubler authored
port #1920 to mavlink_receiver fixes #1921
-
Roman Bapst authored
-
Lorenz Meier authored
copy quaternion setpoint into attitude setpoint topic
-
tumbili authored
-
Simon Wilks authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this runs the mpu6000 200usec faster than requested then detects and disccards duplicates by comparing accel values. This avoids a nasty aliasing issue due to clock drift between the stm32 and mpu6000
-
Andrew Tridgell authored
this runs the sampling of the accelerometer 200usec faster than requested and then throw away duplicates using the accelerometer status register data ready bit. This avoids aliasing due to drift in the stm32 clock compared to the lsm303d clock
-
- May 06, 2015
-
-
Roman Bapst authored
-
Lorenz Meier authored
-