- Jul 22, 2016
-
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
- Jul 21, 2016
-
- Jul 20, 2016
- Jul 19, 2016
-
-
David Sidrane authored
-
Beat Küng authored
-
David Sidrane authored
-
- Jul 18, 2016
-
-
Beat Küng authored
-
- Jul 17, 2016
-
-
James Goppert authored
-
- Jul 16, 2016
-
-
Mark Whitehorn authored
-
Julian Oes authored
The reason for this change is that RPi2 and RPi3 are compatible, and hopefully all differences coming up can be resolved without ifdefs but at runtime.
-
Julian Oes authored
We currently only support Navio2, so let's fuse the two configurations.
-
Miguel Arroyo authored
-
Julian Oes authored
-
Julian Oes authored
The two cmake files for default and release where out of sync. This change bases them on a common cmake file.
-
Daniel Agar authored
-
Beat Küng authored
* logger: disable some default topics, which are most likely not used This is also to safe CPU and lower the amount of file descriptors used. * logger: use the hrt timer for more accurate scheduling Under NuttX with the default rate of 285Hz, the actual measured rate was only 200Hz while on Linux it was ~280Hz. The reason is that NuttX only uses a usleep() granularity of 1ms, so that the typical sleep time is longer than what we set. Now the logger waits on a semaphore, which gets activated periodically with a hrt timer. With this the measured rate is exactly the expected one, 285Hz.
-
- Jul 15, 2016
-
-
Beat Küng authored
-
lovettchris authored
-
Julian Oes authored
Fixedwings need a global position estimate for POSCTL.
-
Julian Oes authored
We want to allow flying POSCTL with optical flow only without GPS.
-
Julian Oes authored
Small additions for Intel Edison.
-
- Jul 14, 2016
-
-
David Sidrane authored
-
David Sidrane authored
-
Beat Küng authored
They're initialized in do_gyro_calibration already
-
Julian Oes authored
-
- Jul 13, 2016
-
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Julian Oes authored
This fixes the issue where the console was spammed if a broadcast failed after a connection had previously been established.
-
Beat Küng authored
This fixes a bug with following setup: - two (or N > 1) connected gyros - ekf2 enabled In this case, sensors would publish with the combined rate of the gyros, but with N following messages having the same gyro data & timestamp. Apparently ekf2 cannot handle this, the other estimators can. We may want to rethink what the proper solution is here.
-
Julian Oes authored
-
Julian Oes authored
-