aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mathlib_new' into vector_control2Anton Babushkin2013-12-2517-62/+331
|\
| * Changed RSSI range to 0..255Lorenz Meier2013-12-253-5/+5
| * Added PPM frame length feedback in IO comms and status command - allows to wa...Lorenz Meier2013-12-254-6/+23
| * Greatly robustified PPM parsing, needs cross-checking with receiver modelsLorenz Meier2013-12-252-10/+30
| * Robustifiying PPM parsingLorenz Meier2013-12-231-1/+1
| * Added channel count to log formatLorenz Meier2013-12-232-1/+3
| * Merge pull request #556 from PX4/ppm_parsingLorenz Meier2013-12-222-9/+38
| |\
| | * PPM channel count detection is now using a more paranoid approach.Lorenz Meier2013-12-202-9/+38
| * | Add tight RC testLorenz Meier2013-12-214-1/+150
| * | Counting channel count changesLorenz Meier2013-12-211-2/+11
| * | Fixed bracketing errorLorenz Meier2013-12-211-2/+5
| * | Allowed custom battery scaling on IOLorenz Meier2013-12-212-2/+16
| * | Added average as direct outputLorenz Meier2013-12-201-1/+2
| * | Added performance counter for write IOCTLLorenz Meier2013-12-201-1/+6
| * | Useful bits for high-rate loggingLorenz Meier2013-12-201-26/+41
| |/
| * Hotfix: Fixed mapping of override channelLorenz Meier2013-12-191-1/+6
* | Partially merge branch 'inav_alt_gps' into vector_control2, only estimator partAnton Babushkin2013-12-236-221/+481
|\ \
| * | position_estimator_inav: minor comments and code style fixesAnton Babushkin2013-11-251-6/+7
| * | multirotor_pos_control: fixed wrong mergingAnton Babushkin2013-11-231-22/+80
| * | Merge branch 'master' into inav_alt_gpsAnton Babushkin2013-11-2211-188/+204
| |\ \
| * | | position_estimator_inav: don’t use GPS vertical speedAnton Babushkin2013-11-223-8/+0
| * | | Merge branch 'master' into inav_alt_gpsAnton Babushkin2013-11-1120-94/+171
| |\ \ \
| * | | | position_estimator_inav: minor baro offset changesAnton Babushkin2013-11-071-7/+8
| * | | | Merge branch 'master' into inav_alt_gpsAnton Babushkin2013-11-0338-747/+1445
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into inav_alt_gps. Use GPS for altitude estimation.Anton Babushkin2013-10-2740-797/+2250
| |\ \ \ \ \
| * | | | | | multirotor_pos_control: bug fixedAnton Babushkin2013-10-181-1/+6
| * | | | | | Merge branch 'master' into inav_sonar_indepAnton Babushkin2013-10-1817-119/+513
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into inav_sonar_indepAnton Babushkin2013-10-1316-702/+910
| |\ \ \ \ \ \ \
| * | | | | | | | multirotor_pos_control: distance-based altitude hold rewrittenAnton Babushkin2013-10-132-13/+28
| * | | | | | | | position_estimator_inav: surface offset estimation improvedAnton Babushkin2013-10-131-1/+1
| * | | | | | | | sdlog2: DIST (distance to surface) message addedAnton Babushkin2013-10-132-6/+26
| * | | | | | | | 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-1140-178/+804
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 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-075-44/+97
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | position_estimator_inav: major optimization, poll only attitude topic, publis...Anton Babushkin2013-10-071-26/+28