aboutsummaryrefslogtreecommitdiff
path: root/src
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-1220-1020/+1443
|\
| * Merge pull request #1163 from hxxnrx/px4io_i2c_speed_400khzLorenz Meier2014-07-121-1/+1
| |\
| | * Set IO PX4_I2C_BUS_ONBOARD I2C speed to 400KHzhxxnrx2014-07-101-1/+1
| * | 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
| * | tests, drive by: Fix double comparison, use reasonable margin based on contex...Lorenz Meier2014-07-121-1/+2
| * | 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-111-1/+3
| |\ \
| * \ \ Merge branch 'master' of github.com:PX4/Firmware into dataman_state_nav_rewriteLorenz Meier2014-07-117-61/+89
| |\ \ \
| * | | | mavlink, navigator: compile errors/warnings fixedAnton Babushkin2014-07-103-11/+7
| * | | | Merge branch master into dataman_state_nav_rewriteAnton Babushkin2014-07-1037-195/+862
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | 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-0727-284/+734
| |\ \ \ \
| * \ \ \ \ Merge branch 'dataman_state_nav_rewrite' into follower2Anton Babushkin2014-07-0416-996/+1266
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into dataman_state_nav_rewriteAnton Babushkin2014-07-0454-978/+1896
| | |\ \ \ \ \
| | * | | | | | 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-3065-1034/+3938
| | |\ \ \ \ \ \
| | * | | | | | | Fix failed mergeLorenz Meier2014-06-291-54/+0
| | * | | | | | | Merged masterLorenz Meier2014-06-2950-793/+1386
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ 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-1256-2406/+4528
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | 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-104-103/+276
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | 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-118-61/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #1168 from PX4/gps_printingLorenz Meier2014-07-111-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | GPS driver: Print velocity as part of status commandLorenz Meier2014-07-111-1/+3
| * | | | | | | | | | | | | | | Stop warning users just because they shake a bit, be more strict to catch sen...Lorenz Meier2014-07-111-6/+3