aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/gyro_calibration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Commander: Implement calibration routines for multi-sensor setupsLorenz Meier2015-02-091-48/+100
|
* Commander: Use indexed sensor names in calibration routinesLorenz Meier2015-02-031-8/+16
|
* Save and check device id for acc and gyro calibration parameters.config_all_deviceshauptmech2015-01-311-0/+7
| | | | | | | | Fix config utility to work with all devices of each type. Accel, gyro and mag devices correctly set their device_id devtype. Combo devices (mpu6000 lsm303d) now correctly return their devtype. config util shows device id for all sensor types. Add, save during calibration and check during preflight ID parameters for accelerometer and gyro
* Move commander to multi pub/sub APILorenz Meier2015-01-291-2/+2
|
* Commander: Improve calibration routines to produce more conscise and better ↵Lorenz Meier2014-11-021-1/+4
| | | | sequenced instructions
* Make commander multi-device awareLorenz Meier2014-06-101-2/+2
|
* 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