aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/gyro_calibration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* sensors, commander: code style fixedAnton Babushkin2014-05-111-8/+10
|
* accel/gyro/mag calibration: big cleanup, use common messagesAnton Babushkin2013-10-211-16/+21
|
* calibration: bugs fixed, mavlink messages cleanupAnton Babushkin2013-10-211-94/+117
|
* Adjusted mavlink info messages during gyro calibration to not break ↵Stefan Rado2013-10-211-2/+4
| | | | QGroundControl.
* Fix gyro calibration for rotated sensors.Stefan Rado2013-10-191-100/+78
| | | | The calibration routine now uses the raw sensor values instead of the already rotated values.
* Hotfix: Disable gyro scale calibration to prevent people from wrongly using itLorenz Meier2013-09-181-4/+8
|
* Closing all opened file descriptors, fixed param save issue, tests cleanLorenz Meier2013-09-011-8/+12
|
* Calibration message cleanupLorenz Meier2013-08-271-5/+10
|
* Restore proper feedback (mavlink and tone) for calibration commands, etcJulian Oes2013-08-221-15/+16
|
* gyro_calibration: confusing typo in mavlink message fixedAnton Babushkin2013-08-141-1/+1
|
* Fixed gyro scale calibration (it was storing scale even though the scale ↵Julian Oes2013-08-141-2/+6
| | | | calibration was skipped
* moved commander to C++, preparation for better gyro scale calibration ↵Lorenz Meier2013-07-201-0/+279
respecting the current attitude for more accurate results