- May 05, 2016
-
-
Julian Oes authored
-
jwilson authored
-
jwilson authored
-
Julian Oes authored
-
David Sidrane authored
-
David Sidrane authored
-
Daniel Agar authored
-can't sync after deinit
-
- May 04, 2016
-
-
Felix Hu authored
-
Felix Hu authored
-
Lorenz Meier authored
-
Julian Oes authored
Instead of calculating time offsets between samples, it is easier just to assume a constant sampling time. Then all samples can be integrated, and published every forth time the FIFO buffer has been emptied. The sampling in the sensor happens at 8kHz, the driver empties the buffer at 1kHz, and publishes (and resets the integration) at 250 Hz.
-
Julian Oes authored
This adds a second put method to the integrator class. This allows to integrate with known intervals between samples, rather than based on timestamps. This makes integrating the samples coming out of the MPU9250 FIFO buffer easier.
-
- May 03, 2016
-
-
Beat Küng authored
if fuseOptFlowData == false, then K_LOS was not initialized, but it was accessed in the next fuse block to update states variable.
-
Beat Küng authored
This fixes a memory leak
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
tumbili authored
-
tumbili authored
in order to avoid memory management
-
Julian Oes authored
muorb: call `initialize()` before `get_instance()`
-
Michal Stasiak authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Mark Charlebois authored
* Use DriverFramework as a PX4 module Targets wanting to use DriverFramework must add lib/DriverFramework/framework to their config file. Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Removed spurious code No need to add if check before for loop Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Added DriverFramework to NuttX configs Added lib/DriverFramework/firmware to nuttx configs Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Updated src/lib/DriverFramework * Removed DF_TARGET and __DF_${OS} defines These are now handled inside DriverFramework Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Updated DriverFramework Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Restored __DF_${OS} The include files in DriverFramwork need to know the target OS. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
- May 01, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Andreas Daniel Antener authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-