- Feb 02, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Feb 01, 2017
-
-
Lorenz Meier authored
-
Dennis Mannhart authored
-
Bart Slinger authored
-
Beat Küng authored
got dropped during rebase cleanup
-
Beat Küng authored
-
Beat Küng authored
-
Paul Riseborough authored
-
Beat Küng authored
-
Beat Küng authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Paul Riseborough authored
If the same gyro data was contained in two uORB instances, the thermal offset coefficient was being corrected twice. TODO should fix what was causing data from the same sensor to appear on two uORB topics.
-
Paul Riseborough authored
-
Paul Riseborough authored
Refactored calibrator is not working.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Paul Riseborough authored
The flight code assumes corrections have the same sign as the sensor bias error and are subtracted from the raw reading
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
since the correction topic now contains data from all sensors, we don't need additional fields in voted_sensors_update
-
Beat Küng authored
This is needed so that temperature compensation reads in the updated values and publishes the updated sensor_correction topic.
-
Beat Küng authored
-
Beat Küng authored
This is not needed, as s is an uORB instance and accel_offset_0 contains data from uORB instance 0.
-
Beat Küng authored
this was actually never published, only _0, _1, ... get published
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Makes sure that the offsets & scales are updated and published later on.
-
Beat Küng authored
if compensation enabled, scale & offsets for the drivers should be reset, but actually only the params were reset and accel_scale was still applied to the driver via ioctl.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
if it's not published yet or published with low frequency, this makes sure we have valid data. also: - _sensor_correction -> sensor_correction - remove unnecessary init of sensor_correction_sub
-
Beat Küng authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-