- Mar 25, 2016
-
-
James Goppert authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Mar 24, 2016
-
-
Andreas Bircher authored
-
Andreas Bircher authored
-
Lorenz Meier authored
-
AndersonRayner authored
sdlog2_dump.py didn't know what to do with data types "d" and was causing errors when trying to dump APM .bin files to .csv.
-
Julian Oes authored
The latest version must have gotten lost in the merge.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
If mavlink_log calls follow close after each other a later one will replace the previous one. Therefore do a quick usleep to get the calibration status out the door.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
The logging into a text file was commented out in the recent changes but is added back in with this commit.
-
Julian Oes authored
-
Julian Oes authored
The mavlink log didn't seem to be used anyway. This should fix jenkins.
-
Julian Oes authored
The mavlink_log API changes lead to changes in all drivers/modules using it.
-
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.
-