aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* position_estimator_inav: distance to surface estimation fixesAnton Babushkin2013-10-132-14/+23
* position_estimator_inav: estimate distance to bottom rate, increase time of p...Anton Babushkin2013-10-124-20/+42
* position_estimator_inav: bug fixed, allow to disable GPS by setting INAV_W_PO...Anton Babushkin2013-10-111-3/+4
* multirotor_pos_control: reset distance z setpoint when distance_bottom switch...Anton Babushkin2013-10-111-1/+1
* multirotor_pos_control: update altitude setpoint if reference altitude changedAnton Babushkin2013-10-111-6/+12
* Merge branch 'master' into inav_sonar_indepAnton Babushkin2013-10-1120-75/+297
|\
| * Dynamic integral resets for straight and circle mode, announcing turn radius nowLorenz Meier2013-10-083-1/+36
| * Added support for dynamic turn radiiLorenz Meier2013-10-087-26/+86
| * State machine fixes for HILLorenz Meier2013-10-065-32/+56
| * Merged status changesLorenz Meier2013-10-066-16/+119
| |\
| | * Merge branch 'master' of github.com:PX4/Firmware into status_monitoringLorenz Meier2013-09-133-9/+9
| | |\
| | * | perf: added perf_event_count() methodAndrew Tridgell2013-09-122-0/+34
| | * | added error_count field to sensor report structuresAndrew Tridgell2013-09-121-0/+1
| | * | px4io: added monitoring of vservo and vrssiAndrew Tridgell2013-09-121-16/+14
| | * | uORB: added new servorail_status objectAndrew Tridgell2013-09-122-0/+70
* | | | Added "bottom distance" switch, multirotor_pos_control implemented: use botto...Anton Babushkin2013-10-1110-41/+106
* | | | position_estimator_inav: use independent estimate for distance to ground (son...Anton Babushkin2013-10-104-23/+26
* | | | multirotor_pos_control: run mainloop at 100HzAnton Babushkin2013-10-101-2/+2
* | | | position_estimator_inav: if flow is inaccurate, but used for correction with ...Anton Babushkin2013-10-091-0/+4
* | | | Remove vehicle_local_position.ref_surface_timestamp field, don't sync baro_of...Anton Babushkin2013-10-093-27/+20
* | | | position_estimator_inav: use flow even if it's not accurate if GPS is not ava...Anton Babushkin2013-10-091-73/+74
* | | | multirotor_pos_control: debug log messages removedAnton Babushkin2013-10-081-1/+0
* | | | Added vehicle_local_position.ref_surface_timestamp to track surface level cha...Anton Babushkin2013-10-083-33/+55
* | | | multirotor_pos_control: track reference position even if not active to handle...Anton Babushkin2013-10-081-9/+12
* | | | position_estimator_inav: avoid triggering land detector on altitude reference...Anton Babushkin2013-10-081-15/+15
* | | | position_estimator_inav: code style fixedAnton Babushkin2013-10-071-0/+9
* | | | Merge branch 'inav_fix' into inav_flowAnton Babushkin2013-10-071-26/+28
|\ \ \ \
| * | | | position_estimator_inav: major optimization, poll only attitude topic, publis...Anton Babushkin2013-10-071-26/+28
* | | | | Revert "sensors: slow down updates rate to 200Hz to free some CPU time"Anton Babushkin2013-10-071-2/+2
* | | | | sensors: slow down updates rate to 200Hz to free some CPU timeAnton Babushkin2013-10-061-2/+2
* | | | | position_estimator_inav: major update, using optical flow for position estima...Anton Babushkin2013-10-053-24/+121
* | | | | commander: require only valid velocity for EASY mode, allows flying with FLOW...Anton Babushkin2013-10-053-3/+4
|/ / / /
* | | | Merge branch 'master' into inav_fixAnton Babushkin2013-09-301-1/+2
|\| | |
| * | | Hotfix: Ensure that a minimum of 10 degrees pitch is set on takeoffLorenz Meier2013-09-291-1/+2
* | | | Merge branch 'master' into inav_fixAnton Babushkin2013-09-2712-43/+150
|\| | |
| * | | Fix the direction of the override switch for the new state machineLorenz Meier2013-09-241-1/+1
| * | | Comments in GPS UORB topic don't make senseJean Cyr2013-09-221-3/+3
| * | | Hotfixes for HIL and mode switching.Lorenz Meier2013-09-224-12/+40
| * | | Fixed in-air restart, now obeys the right orderLorenz Meier2013-09-221-10/+12
| * | | Fixed in-air restartLorenz Meier2013-09-221-2/+20
| * | | Fix a whole bunch of sanity checks across all mixersLorenz Meier2013-09-224-17/+48
| * | | Cover last potential corner case with mixers, should be totally safe nowLorenz Meier2013-09-223-4/+32
| * | | Merge branch 'master' into mpc_yaw_fixAnton Babushkin2013-09-212-9/+52
| |\ \ \
| * \ \ \ Merge branch 'master' into mpc_yaw_fixAnton Babushkin2013-09-204-72/+101
| |\ \ \ \
| * | | | | multirotor_pos_control: yaw setpoint bug fixedAnton Babushkin2013-09-191-5/+5
* | | | | | position_estimator_inav: GPS topic timeout detection fixed, messages about GP...Anton Babushkin2013-09-221-4/+17
* | | | | | position_estimator_inav: more compact messages to fit in mavlink packetAnton Babushkin2013-09-221-5/+5
* | | | | | position_estimator_inav: GPS signal quality hysteresis, accel bias estimation...Anton Babushkin2013-09-221-14/+28
* | | | | | Merge branch 'master' into inav_fixAnton Babushkin2013-09-226-81/+153
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | mavlink: bugfixAnton Babushkin2013-09-211-1/+1