aboutsummaryrefslogtreecommitdiff
path: root/src/modules/position_estimator_inav/position_estimator_inav_main.c
Commit message (Expand)AuthorAgeFilesLines
* sdlog2: position & velocity valid, postion global and landed flags added to L...Anton Babushkin2013-09-141-5/+5
* position_estimator_inav: land detector bug fixedAnton Babushkin2013-09-051-5/+5
* position_estimator_inav: critical bug fixedAnton Babushkin2013-08-301-18/+23
* Full failsafe rewrite.Anton Babushkin2013-08-271-1/+1
* position_estimator_inav: reset reference altitude on arming.Anton Babushkin2013-08-261-6/+16
* position_estimator_inav: requre EPH < 5m to set GPS referenceAnton Babushkin2013-08-261-1/+1
* TAKEOFF implemented for multirotors, added altitude check to waypoint navigat...Anton Babushkin2013-08-261-1/+2
* Merged seatbelt_multirotor_newLorenz Meier2013-08-231-1/+1
|\
| * mavlink VFR_HUD message fixed, minor fixes and cleanupAnton Babushkin2013-08-221-1/+1
* | Moved math library to library dir, improved sensor-level HIL, cleaned up geo ...Lorenz Meier2013-08-211-2/+1
|/
* position_estimator_inav: "landed" detector implemented, bugfixesAnton Babushkin2013-08-201-43/+85
* commander, multirotor_pos_control, sdlog2: bugfixesAnton Babushkin2013-08-191-0/+7
* vehicle_local_position topic updated, position_estimator_inav and commander f...Anton Babushkin2013-08-181-96/+105
* commander, multirotor_att_control, position_estimator_inav: position valid fl...Anton Babushkin2013-08-171-8/+7
* position_estimator_inav: fixed global_pos topic publishingAnton Babushkin2013-08-161-1/+6
* position_estimator_inav, multirotor_pos_control: bugs fixedAnton Babushkin2013-07-241-2/+2
* position_estimator_inav: accelerometer bias estimation for Z, default weights...Anton Babushkin2013-07-211-6/+14
* position_estimator_inav: minor fixesAnton Babushkin2013-07-171-2/+2
* position_estimator_inav: global position altitude fixedAnton Babushkin2013-07-121-1/+1
* multirotor_pos_control: use separate PID controllers for position and velocityAnton Babushkin2013-07-091-1/+1
* position_estimator_inav init bugs fixedAnton Babushkin2013-07-011-27/+68
* position_estimator_inav default parameters changed, some fixesAnton Babushkin2013-06-281-0/+1
* Sonar added to position_estimator_inavAnton Babushkin2013-06-281-17/+62
* position_estimator_inav: better handling of lost GPS, minor fixesAnton Babushkin2013-06-191-30/+30
* position_estimator_inav bugfixesAnton Babushkin2013-06-171-1/+1
* position_estimator_inav rewrite, publishes vehicle_global_position nowAnton Babushkin2013-06-171-147/+158
* position_estimator_inav cosmetic changesAnton Babushkin2013-06-131-7/+9
* Complete position estimator implemented (GPS + Baro + Accel)Anton Babushkin2013-06-101-109/+133
* Use GPS velocity in position estimatorAnton Babushkin2013-05-201-10/+13
* Merge branch 'master' into seatbelt_multirotorAnton Babushkin2013-05-171-0/+441