- Jul 16, 2016
-
-
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
-
Julian Oes authored
The MavlinkOrbSubscription only had an interface to either always copy or copy based on a timestamp. This commit adds a copy interface if the topic has been updated.
-
Julian Oes authored
We don't want to drop messages if possible for mavlink log messages, so let's use the orb queueing.
-
Julian Oes authored
This is a try to simplify the if statements a bit. Also, a check of new_arming_state which was impossible, is removed.
-
Julian Oes authored
-
Andreas Antener authored
-
Roman authored
Signed-off-by:
Roman <bapstr@ethz.ch>
-
Roman authored
since pure manual control for fixed wings in handled on the io side the scale parameters for roll, pitch and yaw had to be introduced there as well. Signed-off-by:
Roman <bapstr@ethz.ch>
-
tumbili authored
-
tumbili authored
-
tumbili authored
for fixed wings
-
- Jul 12, 2016
-
-
xiaoyuli authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-