- Jul 24, 2016
-
-
James Goppert authored
sitl CI is having some issue cloning, but I have verified it locally for various configs
-
- Jul 23, 2016
-
-
Eric Ye authored
-
Eric Ye authored
Fixes issue #5111
-
Julian Oes authored
This includes just some minor fixes.
-
James Goppert authored
-
- Jul 22, 2016
-
-
Henry Zhang authored
-
Henry Zhang authored
-
Julian Oes authored
This file got deleted accidentally because all .config files were in gitignore.
-
Julian Oes authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
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.
-