aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* estimator: Fix minor reporting issuesLorenz Meier2014-06-281-6/+6
* estimator: Use the right perf counters to measure the quantities we are inter...Lorenz Meier2014-06-271-6/+6
* Merge branch 'navigator_rewrite_estimator' of github.com:PX4/Firmware into na...Lorenz Meier2014-06-277-44/+58
|\
| * Merge branch 'navigator_rewrite' into navigator_rewrite_estimatorJulian Oes2014-06-277-44/+58
| |\
| | * Merge branch 'master' into navigator_rewriteJulian Oes2014-06-2717-522/+802
| | |\
| | | * mavlink: Always send heartbeat and do not require both topics to updateLorenz Meier2014-06-261-13/+15
| | | * Merge pull request #1077 from PX4/arming_feedback_fixThomas Gubler2014-06-262-11/+11
| | | |\
| | | | * Add mavlink_fd to all commander arm transitions to provide user feedback why ...Lorenz Meier2014-06-261-10/+10
| | | | * commander: Make mavlink_fd in arming command non-optionalLorenz Meier2014-06-261-1/+1
| | | * | Merge pull request #1073 from PX4/launchdetectorresetLorenz Meier2014-06-263-4/+23
| | | |\ \ | | | | |/ | | | |/|
| | | | * fw pos ctrl: remove commentsThomas Gubler2014-06-241-2/+0
| | | | * fw pos ctrl: move setting of attitude integral reset flagThomas Gubler2014-06-241-5/+8
| | | | * Merge remote-tracking branch 'upstream/master' into launchdetectorresetThomas Gubler2014-06-244-31/+39
| | | | |\
| | | | * | fw pos control: set integrator reset flags in attitude setpoint topic, set th...Thomas Gubler2014-06-241-0/+9
| | | | * | fw att control: reset integrators when requested via attitude setpoint topicThomas Gubler2014-06-241-2/+9
| | | | * | extend integrator reset flags in uorb attitude setpoint topic to all axesThomas Gubler2014-06-241-0/+2
| | | * | | Revert "Hotfix: Only orb_copy items in mavlink app if the timestamp changed"Thomas Gubler2014-06-251-15/+11
| | | | |/ | | | |/|
* | | | | estimator: Use improved error reporting APILorenz Meier2014-06-271-11/+10
* | | | | estimator lib: Improve error reportingLorenz Meier2014-06-273-43/+82
|/ / / /
* | | | Merge branch 'navigator_rewrite_estimator' of github.com:PX4/Firmware into na...Lorenz Meier2014-06-2715-527/+248
|\ \ \ \
| * | | | Merge branch 'navigator_rewrite' into navigator_rewrite_estimatorJulian Oes2014-06-2713-73/+48
| |\| | |
| | * | | Merge remote-tracking branch 'px4/mtecs' into navigator_rewriteJulian Oes2014-06-272-9/+4
| | |\ \ \
| | | * | | mtecs: improve logic readabilityThomas Gubler2014-06-261-8/+3
| | * | | | navigator: make MissionBlock subclass of NavigatorModeAnton Babushkin2014-06-278-38/+32
| | * | | | navigator: use common "acceptance radius" parameter for all modesAnton Babushkin2014-06-277-29/+15
| * | | | | Merge branch 'navigator_rewrite' into navigator_rewrite_estimatorJulian Oes2014-06-2711-461/+207
| |\| | | |
| | * | | | navigator: is_mission_item_reached() for LOITER items fixedAnton Babushkin2014-06-271-7/+2
| | * | | | navigator: added NAV_CMD_IDLE, added RTL_STATE_LOITER and RTL_STATE_LANDED in...Anton Babushkin2014-06-274-31/+82
| | * | | | navigator: spaces/tabs fixed, old commented code removedAnton Babushkin2014-06-262-358/+36
| | * | | | navigator: minor formatting fixAnton Babushkin2014-06-261-1/+1
| | * | | | navigator: don't reset RTL state on loiterAnton Babushkin2014-06-261-27/+31
| | * | | | navigator: loiter fixesAnton Babushkin2014-06-267-39/+34
| | * | | | navigator: RTL return altitude fixedAnton Babushkin2014-06-251-30/+33
| | * | | | commander: modes fallback and reject messages fixedAnton Babushkin2014-06-251-4/+26
| | * | | | navigator: move set_previous_pos_sp to MissionBlock classAnton Babushkin2014-06-254-17/+15
* | | | | | estimator: Remove bogus timeout flag, do not reset states not in need of a re...Lorenz Meier2014-06-271-18/+3
* | | | | | Better comments in estimatorLorenz Meier2014-06-271-0/+2
|/ / / / /
* | | | | estimator: Introduce debug level to allow high-res bench debugging - set with...Lorenz Meier2014-06-241-2/+47
* | | | | Retry fusion sooner on failuresLorenz Meier2014-06-241-3/+4
* | | | | Merge branch 'master' into navigator_rewrite_estimatorLorenz Meier2014-06-231-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Hotfix: Move channel count to right positionLorenz Meier2014-06-231-1/+1
* | | | | Merged rate config changesLorenz Meier2014-06-235-1/+148
|\ \ \ \ \
| * | | | | mavlink: REQUEST_DATA_STREAM hadling implementedAnton Babushkin2014-04-075-3/+135
* | | | | | Merge branch 'master' into navigator_rewrite_estimatorLorenz Meier2014-06-234-30/+38
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 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
| | |_|_|/ | |/| | |
* | | | | Compile fixLorenz Meier2014-06-221-2/+2
* | | | | Merged masterLorenz Meier2014-06-2211-499/+758
|\| | | |