aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Working around creating an error condition with more than 8 raw RC channelsLorenz Meier2013-12-272-8/+4
| | | * | | | Merged masterLorenz Meier2013-12-2715-69/+179
| | | |\ \ \ \
| | * | \ \ \ \ Merge pull request #565 from sjwilks/wingwingLorenz Meier2013-12-281-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | Typo fix.Simon Wilks2013-12-281-1/+1
| | |/ / / / / /
| | | | | | * / Added config for the FX-79Simon Wilks2013-12-283-0/+165
| | | |_|_|/ / | | |/| | | |
| | * | | | | Merge pull request #564 from sjwilks/wingwingLorenz Meier2013-12-282-0/+97
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | Updated parameters to latest flight tested valuesSimon Wilks2013-12-281-5/+5
| | | * | | | Startup script for Wing Wing (Z-84)Simon Wilks2013-12-282-0/+97
| | |/ / / /
| | * | | | Merge pull request #563 from PX4/hotfix_ekf_paramsThomas Gubler2013-12-271-4/+4
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Attitude_estimator_ekf: Fix params, this bug caused the multirotor_att_contro...Julian Oes2013-12-271-4/+4
| | |/ / /
| | * | | Hotfix: Better dead zone defaultsLorenz Meier2013-12-271-8/+8
| | * | | Hotfix: Reduce mag influence on att estimateLorenz Meier2013-12-271-5/+7
| | * | | Pure formatting cleanup of drv_hrt.c, no code / functionality changesLorenz Meier2013-12-271-37/+39
| | * | | Paranoid PPM shape checkingLorenz Meier2013-12-271-9/+10
* | | | | Merge remote-tracking branch 'upstream/navigator_new' into fw_autoland_att_te...Thomas Gubler2013-12-2911-694/+251
|\| | | |
| * | | | Moving nav state from commander to navigator, WIPAnton Babushkin2013-12-2911-693/+250
| * | | | Home position: corrected wrong conversionJulian Oes2013-12-271-1/+1
* | | | | fw autoland: add parameter for heading hold distance, fix heading holdThomas Gubler2013-12-272-10/+15
* | | | | Merge remote-tracking branch 'upstream/master' into fw_autoland_att_tecs_navi...Thomas Gubler2013-12-272-0/+66
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #562 from julianoes/logger_startupLorenz Meier2013-12-272-0/+66
| |\ \ \ \
| | * | | | Startup script for simple loggingJulian Oes2013-12-262-0/+66
| |/ / / /
* | | | | Merge remote-tracking branch 'upstream/navigator_new' into fw_autoland_att_te...Thomas Gubler2013-12-278-51/+42
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Prevent some warnings for lat/lon double conversionsJulian Oes2013-12-275-13/+13
| * | | | Home position: use double for lat/lon and float for altitude, set home positi...Julian Oes2013-12-275-38/+29
| * | | | Merge remote-tracking branch 'thomasgubler_private/fw_autoland_att_tecs_navig...Julian Oes2013-12-279-29/+358
| |\ \ \ \
* | | | | | Merge remote-tracking branch 'julian/fw_autoland_att_tecs_navigator_terminati...Thomas Gubler2013-12-2713-161/+75
|\| | | | |
| * | | | | Waypoints: reverse param1 and param2Julian Oes2013-12-261-6/+6
| * | | | | Topics: Move from global_position_setpoint to mission_item_tripletJulian Oes2013-12-2610-153/+58
| * | | | | Mission topic: corrected commentJulian Oes2013-12-261-2/+2
| * | | | | Missionlib: deactivate functions now implemented in navigatorJulian Oes2013-12-261-0/+9
* | | | | | Merge remote-tracking branch 'upstream/master' into fw_autoland_att_tecs_navi...Thomas Gubler2013-12-268-20/+57
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | 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
* | | | | Navigator: add MissionFeasibilityChecker class; performs validation of landin...Thomas Gubler2013-12-259-27/+350
* | | | | Merge remote-tracking branch 'private_julian/fw_autoland_att_tecs_navigator_t...Thomas Gubler2013-12-258-13/+64
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Waypoints/Navigator: Use two different dataman storage places, keep old waypo...Julian Oes2013-12-258-13/+64
* | | | | fw landing: move more functionality to the landingslope classThomas Gubler2013-12-253-6/+12
|/ / / /
* | | | move landing slope calculations into own classThomas Gubler2013-12-254-25/+180
* | | | Merge branch 'control_groups' into fw_autoland_att_tecs_navigator_termination...Thomas Gubler2013-12-240-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | HIL: only listen to first 8 actuator outputsThomas Gubler2013-12-241-2/+2
* | | | HIL: only listen to first 8 actuator outputsThomas Gubler2013-12-241-2/+2
* | | | flight termination: fix missing initialization of actuators_1_pub in fw_att_c...Thomas Gubler2013-12-241-0/+1
* | | | prevent dataman from blocking startup when no sd card is presentThomas Gubler2013-12-241-2/+4
* | | | Merge remote-tracking branch 'upstream/master' into fw_autoland_att_tecs_navi...Thomas Gubler2013-12-233-2/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Robustifiying PPM parsingLorenz Meier2013-12-231-1/+1
| * | | Added channel count to log formatLorenz Meier2013-12-232-1/+3
* | | | Merge remote-tracking branch 'upstream/master' into fw_autoland_att_tecs_navi...Thomas Gubler2013-12-231-0/+0
|\| | |
| * | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-12-232-9/+38
| |\ \ \
| * | | | Added missing folderLorenz Meier2013-12-211-0/+0