- Jul 06, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Beat Küng authored
Drawbacks of the previous method: when writing to the SD card, there are high delays in the write() call of several 100ms, every now and then. The frequency and length of these events depend on: - SD card - used logger bandwidth - bandwidth of gps data (RTCM) Since the whole gps thread was blocked during this period, it lead to gps timeouts and lost module. What we do now is: publish an orb topic with queuing. This makes it async and the logger takes care of buffering. This means it's best to: - use high logger rate - use large logger buffer - reduce logger bandwith by disabling unused topics
-
James Goppert authored
-
James Goppert authored
-
- Jul 05, 2016
-
-
James Goppert authored
* Updated matrix lib to 1.0.0. * Bump matrix version.
-
James Goppert authored
-
Julian Oes authored
-
Ivan Dimitrov authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
- Jul 04, 2016
-
-
Eike authored
* SF10a driver added * Remove Sf10a driver * Set lower range boundary to 0.01m for LPE
-
Daniel Agar authored
-
Daniel Agar authored
-
- Jul 03, 2016
-
-
Andreas Antener authored
-
bharathr authored
-
bharathr authored
-
bharathr authored
-
bharathr authored
-
Martin K. Schröder authored
This was horribly wrong. Matrix is first cast into a matrix of size NxM (which is supposed to be the size of the result - NOT the starting point) so the transpose result becomes garbage. Instead make "Me" an MxN matrix as the original. Took me a whole evening to figure out this problem. Now my Kalman filter finally returns good results.
-
- Jul 02, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Jul 01, 2016
-
-
tumbili authored
- do not exit sensors app if sensor init failed - do not spam console if we fail over first/second gyro Signed-off-by:
tumbili <roman@px4.io>
-
Hidenori authored
For Navio2, make posix_navio2_release and use navio2.config.
-
Hidenori authored
-
Miguel Arroyo authored
-
Hidenori authored
-
Daniel Agar authored
-
James Goppert authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-