- Aug 04, 2016
-
-
Beat Küng authored
-
Julian Oes authored
This brings support for the Ak8963 for Bebop.
-
Vasily Evseenko authored
-
Vasily Evseenko authored
-
Vasily Evseenko authored
-
Vasily Evseenko authored
Fix missing orb_unadvertise on shutdown Fix missing closing of file descriptors
-
Vasily Evseenko authored
-
Vasily Evseenko authored
-
Julian Oes authored
Since we're already filtering the incoming gyro and accel sensor signals, we don't need to filter the output rates again.
-
Julian Oes authored
We should not spam the console just because the input data is degenerate, it would only make things worse because everything would slow down due to the printfs.
-
Julian Oes authored
Since accel and gyro are not filtered in the drivers anymore, we need to filter them in this estimator in order to achieve a similar performance.
-
Eike authored
-
Mark Whitehorn authored
-
James Goppert authored
-
- Aug 03, 2016
-
-
Andreas Daniel Antener authored
-
James Goppert authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Nate Weibley authored
Opening/seeking/closing the file for each data chunk was extremely expensive and drastically slowed the download process as the position in the file increased. Over USB with large files this change + nuttx update results in ~ 10x speedup for log downloads.
-
James Goppert authored
-
Andreas Antener authored
-
- Aug 02, 2016
-
-
Andreas Antener authored
-
Andreas Antener authored
-
Andreas Antener authored
added single point to decide if we need quadchute, let the reason be passed from the source where we know what's going on
-
Andreas Antener authored
-
Andreas Antener authored
-
sander authored
-
sander authored
-
Andreas Antener authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
James Goppert authored
-
Beat Küng authored
-
Beat Küng authored
issue (GCC 6.1.1): ../src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp:1284:27: error: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Werror=double-promotion] if ((fabs(air_gnd_angle) > M_PI) || (ground_speed_2d.length() < 3.0f)) {
-
Vasily Evseenko authored
Report terrain altitude
-
- Aug 01, 2016
-
-
James Goppert authored
-
Julian Oes authored
If the circuit breaker to disable IO safety is engaged, the safety button should still blink in the appropriate pattern: double flash for safety off, solid on for armed.
-
Julian Oes authored
Since the FRAM and the baro are on the same bus on the Pixracer, we currently need to lock down everything (instead of just this SPI bus) for the time when the params are written. Therefore, we need to keep this locking as short as possible. This change makes the locking even shorter by moving all param_get and param_name and param_size calls out of the lock.
-
- Jul 31, 2016
-
-
sander authored
-