- Aug 05, 2016
-
-
Lorenz Meier authored
This reverts commit 699b6a2c.
-
Mark Whitehorn authored
* fix VTOL vehicle_status timestamp * run astyle
-
James Goppert authored
-
Lorenz Meier authored
-
James Goppert authored
-
sander authored
-
sander authored
-
sander authored
-
Julian Oes authored
The mission feasability checker was called with the same arguments twice which made it hard to understand when a mission is marked valid. The mission check should run in these two cases: - When initializing (if home comes up) if there is already a mission saved. - When the mission gets updated.
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Lorenz Meier authored
Navigator: Initialize subscription and disallow copy constructors for classes that have pointer members
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Aug 04, 2016
-
-
Bart Slinger authored
-
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
-