aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* airspeed calibration: Update and resolve compile errorsLorenz Meier2014-07-121-42/+33
* Merge branch 'master' of github.com:PX4/Firmware into airspeed_test_fixLorenz Meier2014-07-1218-1018/+1440
|\
| * mavlink: Optimize to native types where possible, move things to optimize ali...Lorenz Meier2014-07-122-8/+9
| * mavlink: Handle unhandled enum casesLorenz Meier2014-07-121-0/+13
| * Improve mission feedback, fix compile errorsLorenz Meier2014-07-122-42/+52
| * Fix severity handling of text messagesLorenz Meier2014-07-122-17/+68
| * Final default values and more comments for paramsLorenz Meier2014-07-121-7/+11
| * More obvious error message for mission rejectLorenz Meier2014-07-121-1/+1
| * Merge branch 'master' of github.com:PX4/Firmware into dataman_state_nav_rewriteLorenz Meier2014-07-114-59/+57
| |\
| * | mavlink, navigator: compile errors/warnings fixedAnton Babushkin2014-07-103-11/+7
| * | Merge branch master into dataman_state_nav_rewriteAnton Babushkin2014-07-1028-152/+773
| |\ \
| * | | dataman: use DM_KEY_WAYPOINTS_OFFBOARD() macro everywhereAnton Babushkin2014-07-102-20/+7
| * | | navigator: reject mission if the first waypoint is too far from homeAnton Babushkin2014-07-073-3/+89
| * | | dataman: added macro for offboard storage selectionAnton Babushkin2014-07-071-0/+2
| * | | Merge branch 'master' into dataman_nav_drtonAnton Babushkin2014-07-0723-268/+716
| |\ \ \
| * \ \ \ Merge branch 'dataman_state_nav_rewrite' into follower2Anton Babushkin2014-07-0416-996/+1266
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into dataman_state_nav_rewriteAnton Babushkin2014-07-0435-170/+635
| | |\ \ \ \
| | * | | | | mavlink: stack size increasedAnton Babushkin2014-07-031-1/+1
| | * | | | | mavlink, commander: bugs fixedAnton Babushkin2014-06-302-9/+3
| | * | | | | Merge branch 'master' into dataman_state_nav_rewriteAnton Babushkin2014-06-3041-901/+3821
| | |\ \ \ \ \
| | * | | | | | Fix failed mergeLorenz Meier2014-06-291-54/+0
| | * | | | | | Merged masterLorenz Meier2014-06-2940-757/+1318
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'navigator_rewrite' into dataman_state_nav_rewriteAnton Babushkin2014-06-2114-155/+343
| | |\ \ \ \ \ \ \
| | * | | | | | | | mavlink: don't lock dataman when updating mission stateAnton Babushkin2014-06-211-6/+0
| | * | | | | | | | Merge branch 'navigator_rewrite' into dataman_state_nav_rewriteAnton Babushkin2014-06-152-7/+8
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | mavlink: mission manager moved to separate class and reworkedAnton Babushkin2014-06-1414-1017/+1168
| | * | | | | | | | | mavlink: fix WPM initializationAnton Babushkin2014-06-142-27/+36
| | * | | | | | | | | Move MISSION_STATE read/write from mavlink to navigator and commanderAnton Babushkin2014-06-136-118/+80
| | * | | | | | | | | Merge branch 'navigator_rewrite' into dataman_state_nav_rewriteAnton Babushkin2014-06-1313-57/+58
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'navigator_rewrite' into dataman_state_nav_rewriteAnton Babushkin2014-06-1251-2395/+4514
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | dataman: rename SYSTEM_STATE section to MISSION_STATEAnton Babushkin2014-06-124-15/+15
| | * | | | | | | | | | | Merge branch 'mavlink_stack' into dataman_stateAnton Babushkin2014-06-1210-449/+726
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into dataman_stateAnton Babushkin2014-06-101-97/+270
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | mavlink: retry timeout moved to defineAnton Babushkin2014-06-103-7/+10
| | * | | | | | | | | | | | | mavlink: waypoint manager fixes, mission saving on rebootAnton Babushkin2014-06-094-228/+227
| | * | | | | | | | | | | | | dataman: allow writing empty items with nullptr pointer to dataAnton Babushkin2014-06-092-2/+4
| | * | | | | | | | | | | | | Create system state entry in dataman - ATTN AntonJean Cyr2014-06-084-8/+131
* | | | | | | | | | | | | | | Airspeed calibration improvement, enforce correct pitot orderLorenz Meier2014-07-122-26/+111
* | | | | | | | | | | | | | | Add note to param about tubesLorenz Meier2014-07-121-0/+3
* | | | | | | | | | | | | | | Limit output of driver to positive rangeLorenz Meier2014-07-121-3/+5
* | | | | | | | | | | | | | | sensors: Fix usage of offset for measurementsLorenz Meier2014-07-112-4/+4
* | | | | | | | | | | | | | | airspeed cal: Improve user feedbackLorenz Meier2014-07-111-1/+1
* | | | | | | | | | | | | | | Merged master into airspeed_test_fixLorenz Meier2014-07-114-58/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Stop warning users just because they shake a bit, be more strict to catch sen...Lorenz Meier2014-07-111-6/+3
| * | | | | | | | | | | | | | Make commander error message more verboseLorenz Meier2014-07-111-1/+1
| * | | | | | | | | | | | | | Commander: More hotfixes to prearm check routineLorenz Meier2014-07-112-3/+7
| * | | | | | | | | | | | | | Hotfix: fix typoLorenz Meier2014-07-111-1/+1
| * | | | | | | | | | | | | | Add a check command and fix error reportingLorenz Meier2014-07-113-20/+24
| * | | | | | | | | | | | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-07-111-32/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | mavlink: use all outputs in HIL modeAnton Babushkin2014-07-101-32/+23
| | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |