- Mar 24, 2016
-
-
Julian Oes authored
The header file was not in source with the source file.
-
Julian Oes authored
This moves the mavlink_log interface from ioctl to uORB and enables the mavlink statusmessage output for Snapdragon. The API changes will lead to changes in all modules that are using it.
-
Julian Oes authored
-
Julian Oes authored
This brings better support for device ids.
-
Julian Oes authored
This fixes some regressions on the calibration using NuttX, especially considering the PRIME param and the device ids.
-
Julian Oes authored
The PRIME param got lost on the way of the refactoring.
-
Julian Oes authored
The PRIME param got lost on the way of the refactoring.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
Instead of using a uORB topic with the calibration values published in sensors and consumed by the DriverFramework driver wrappers, let's just use the the params directly. This is quite a rough change and needs definitely some cleanup and refactoring.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
E.g. instead of defining a gyro_scale struct in drv_gyro.h, use the gyro_calibration message.
-
Julian Oes authored
Trailing whitespace all over.
-
Julian Oes authored
This adds uORB messages to publish calibration data by sensors which is then consumed by the sensors. Currently this is only used on Snapdragon and guarded by QURT ifdefs.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Mar 23, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Julian Oes authored
This reverts commit 213cdf1a. Raising the stream rate of param values had the nice effect that receiving the params became really quick. However, on the downside it set all other streams pretty slow. This needs to be fixed differently.
-
- Mar 22, 2016
-
-
Julian Oes authored
-
Kevin Mehall authored
-
Siddharth Bharat Purohit authored
-
Julian Oes authored
This was in there by accident.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
There is no calibration config needed anymore.
-
Julian Oes authored
The calibration config is no longer needed.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
The recent workaround to flag all params as used did not include param_for_used_index(). However, this function got used in the case if one param had not been received by QGC and was requested by its index.
-
Daniel Agar authored
-
Daniel Agar authored
-closes #4040
-
- Mar 21, 2016
-
-
Mark Whitehorn authored
-