aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Shorten the reset param name to INAV_W_XY_RES_VAntonio Sanniravong2014-06-243-7/+7
* Resets XY velocities when we can't estimate themAntonio Sanniravong2014-06-243-0/+12
* Hotfix: Move channel count to right positionLorenz Meier2014-06-231-1/+1
* Fix error reporting in stream config, report if a stream was not found at all...Lorenz Meier2014-06-231-16/+20
* Hotfix: Only orb_copy items in mavlink app if the timestamp changedLorenz Meier2014-06-231-11/+15
* Hotfix: Fix message name typoLorenz Meier2014-06-231-1/+1
* perfcounter: write time unit for all fieldsThomas Gubler2014-06-231-2/+2
* Merge pull request #928 from PX4/ekf_auto_mag_declLorenz Meier2014-06-211-5/+21
|\
| * Merge branch 'master' into ekf_auto_mag_declAnton Babushkin2014-05-1755-3845/+3628
| |\
| * \ Merge branch 'master' into ekf_auto_mag_declAnton Babushkin2014-05-1313-67/+85
| |\ \
| * | | attitude_estimator_ekf: auto detect mag declination using GPS coordinatesAnton Babushkin2014-05-121-5/+21
* | | | mavlink: sign of climb rate fixed in VFR_HUD messageAnton Babushkin2014-06-121-1/+1
* | | | Merge branch 'master' into mavlink_stackAnton Babushkin2014-06-121-6/+1
|\ \ \ \
| * | | | mavlink: put update call back inJulian Oes2014-06-101-0/+2
| * | | | mavlink: report global position setpoint and do this always no just when upda...Julian Oes2014-06-101-8/+6
* | | | | MavlinkOrbSubscription API reworkedAnton Babushkin2014-06-116-137/+248
* | | | | Merge branch 'master' into mavlink_stackAnton Babushkin2014-06-1045-444/+1197
|\| | | |
| * | | | Converted style to work with wiki. Cleaned up bad fields.Andrew Chambers2014-06-091-97/+270
| * | | | Merge pull request #1028 from PX4/inav_gps_delayLorenz Meier2014-06-073-26/+107
| |\ \ \ \
| | * | | | position_estimator_inav: more safe EPH/EPV estimation, minor changesAnton Babushkin2014-05-311-17/+30
| | * | | | Merge branch 'ubx_no_debug' into inav_gps_delayAnton Babushkin2014-05-301-2/+5
| | |\ \ \ \
| | * | | | | position_estimator_inav: default GPS delay changed to 0.2sAnton Babushkin2014-05-301-1/+1
| | * | | | | position_estimator_inav: add buffer for rotation matrix to do accel bias corr...Anton Babushkin2014-05-301-16/+45
| | * | | | | position_estimator_inav: GPS delay compensationAnton Babushkin2014-05-293-8/+47
| * | | | | | Remove unused loiter radius parameter. Fixes #1042Lorenz Meier2014-06-062-17/+0
| * | | | | | mavlink: send MISSION_REQUEST after short timeout when receiving mission, rem...Anton Babushkin2014-06-062-37/+15
| * | | | | | Hotfix: Better microSD reportingLorenz Meier2014-06-031-0/+2
| * | | | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-06-033-9/+19
| |\ \ \ \ \ \
| | * | | | | | actuator_armed: Fixed comments and doxygen, no C-level changesLorenz Meier2014-06-011-5/+15
| | * | | | | | mavlink: for takeoff mission items don't set the time inside field. Correctly...Thomas Gubler2014-06-011-3/+3
| | * | | | | | do not read out home position in gcs (home position is still displayed)Thomas Gubler2014-06-011-1/+1
| * | | | | | | Hotfix: Fix scaling for battery currentLorenz Meier2014-06-031-1/+1
| |/ / / / / /
| * | | | | | Merge pull request #1032 from PX4/mavlinkhfcLorenz Meier2014-06-011-15/+17
| |\ \ \ \ \ \
| | * | | | | | attempt to fix mavlink hardware flow control disable logicThomas Gubler2014-05-311-15/+17
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #1014 from PX4/rtl_autoland_fixThomas Gubler2014-06-011-2/+8
| |\ \ \ \ \ \
| | * | | | | | navigator: autocontinue and RTL autolanding fixesAnton Babushkin2014-05-281-2/+8
| * | | | | | | Merge pull request #998 from PX4/takeoff_fixThomas Gubler2014-06-011-16/+16
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | navigator: takeoff fix, always reach takeoff altitude, even if first waypoint...Anton Babushkin2014-05-221-16/+16
| * | | | | | | Minor fixes to MAVLinkLorenz Meier2014-05-291-2/+5
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #1009 from PX4/inav_fixLorenz Meier2014-05-295-57/+38
| |\ \ \ \ \ \
| | * | | | | | position_estimator_inav: remove acceleration from state and INAV_W_XXX_ACC pa...Anton Babushkin2014-05-275-57/+38
| * | | | | | | Merge pull request #1019 from PX4/betaThomas Gubler2014-05-283-12/+43
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #694 from thomasgubler/beta_homealtitudewarningThomas Gubler2014-05-283-12/+43
| | |\ \ \ \ \ \ \
| | | * | | | | | | mission feasibility checker: add missing default return in checkHomePositionA...Thomas Gubler2014-02-251-0/+2
| | | * | | | | | | mission feasibility checker: remove audio warning for waypoint below home alt...Thomas Gubler2014-02-241-1/+2
| | | * | | | | | | mission feasibility checker: add check for waypoint altitude relative to home...Thomas Gubler2014-02-243-12/+40
| * | | | | | | | | Merge pull request #1013 from PX4/waypointminpitchLorenz Meier2014-05-271-2/+2
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | mavlink mission item takeoff: read correct param for minimal pitchThomas Gubler2014-05-281-2/+2
| | | |_|/ / / / / | | |/| | | | | |
| * / | | | | | | ekf_att_pos_estimator: Default printing to offLorenz Meier2014-05-271-1/+1
| |/ / / / / / /
| * | | | | | | Allow wider param range for accel offset, lower gain\Lorenz Meier2014-05-241-2/+2