aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged multirotor branchLorenz Meier2013-08-28295-6623/+20777
|\
| * Full failsafe rewrite.Anton Babushkin2013-08-2710-413/+394
| |
| * Revert "Tighter configs to save RAM"Anton Babushkin2013-08-272-2/+2
| | | | | | | | This reverts commit 3380d40a7d9a8d1946510fab42abdc7a3a6f1525.
| * Tighter configs to save RAMLorenz Meier2013-08-272-2/+2
| |
| * multirotor_att_control: yaw control bug fixedAnton Babushkin2013-08-271-14/+17
| |
| * Minor fixes for calibration, UI language much more readable nowLorenz Meier2013-08-271-5/+5
| |
| * Merge branch 'fmuv2_bringup' into multirotorLorenz Meier2013-08-271-1/+8
| |\
| | * Merge branch 'fmuv2_bringup' of github.com:cvg/Firmware_Private into ↵Lorenz Meier2013-08-277-26/+62
| | |\ | | | | | | | | | | | | fmuv2_bringup
| | * | airspeed: retry initial I2C probe 4 timesAndrew Tridgell2013-08-271-1/+8
| | | | | | | | | | | | | | | | this fixes a problem with detecting a MS4525D0 at boot
| * | | More calibration polishingLorenz Meier2013-08-271-11/+12
| | | |
| * | | Calibration message cleanupLorenz Meier2013-08-273-22/+35
| | | |
| * | | Merge branch 'multirotor' of github.com:cvg/Firmware_Private into multirotorLorenz Meier2013-08-275-46/+65
| |\ \ \
| | * | | position_estimator_inav: reset reference altitude on arming.Anton Babushkin2013-08-261-6/+16
| | | | |
| | * | | Increased USB buffer size to cope with fast transfersLorenz Meier2013-08-261-2/+2
| | | | |
| | * | | multirotor_pos_control: fixes, set local_position_sp.yawAnton Babushkin2013-08-261-7/+18
| | | | |
| | * | | commander: do AUTO_MISSION after takeoffAnton Babushkin2013-08-261-28/+26
| | | | |
| | * | | position_estimator_inav: requre EPH < 5m to set GPS referenceAnton Babushkin2013-08-261-1/+1
| | | | |
| | * | | accelerometer_calibration fixAnton Babushkin2013-08-261-2/+2
| | | | |
| * | | | Merge branch 'fmuv2_bringup' into multirotorLorenz Meier2013-08-272-4/+4
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Made number of streams more reasonableLorenz Meier2013-08-272-2/+2
| | | |
| | * | Revert "Increased the number of max files descriptors considerably"Lorenz Meier2013-08-272-4/+4
| | | | | | | | | | | | | | | | This reverts commit 3157285254381827bc0312bfb413ff6823feee3b.
| * | | Merge branch 'multirotor' of github.com:cvg/Firmware_Private into multirotorLorenz Meier2013-08-2614-80/+122
| |\ \ \
| | * | | Startup scripts fixup, fixed unmatched dependenciesLorenz Meier2013-08-264-11/+21
| | | | |
| | * | | TAKEOFF implemented for multirotors, added altitude check to waypoint ↵Anton Babushkin2013-08-2610-69/+101
| | | | | | | | | | | | | | | | | | | | navigation.
| * | | | Merge branch 'fmuv2_bringup' into multirotorLorenz Meier2013-08-263-12/+15
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Increased the number of max files descriptors considerablyLorenz Meier2013-08-262-4/+4
| | | |
| | * | Fix the firmware build rules so that we always know how to build all the ↵px4dev2013-08-251-8/+11
| | | | | | | | | | | | | | | | firmwares and thus we can have dependencies between FMU and IO firmware handled a little more sensibly.
| * | | Merge pull request #15 from sjwilks/multirotor_unittestsLorenz Meier2013-08-2511-8/+596
| |\ \ \ | | | | | | | | | | Add a simple unit testing framework and tests for the commander state machine.
| | * | | Whitespace and formatting cleanup.Simon Wilks2013-08-256-10/+7
| | | | |
| | * | | Added a simple unit test framework and initial testing some of the commander ↵Simon Wilks2013-08-2511-8/+599
| | | | | | | | | | | | | | | | | | | | state machines.
| * | | | Minor fix in "set mode" command handling.Anton Babushkin2013-08-252-8/+7
| | | | |
| * | | | Merge commit 'bb5819a13fa8c46daf2e61a58c78a13232ffcd99' into multirotorAnton Babushkin2013-08-2515-158/+296
| |\ \ \ \
| | * | | | Merge branch 'multirotor' of github.com:cvg/Firmware_Private into multirotorLorenz Meier2013-08-253-57/+80
| | |\| | |
| | * | | | A lot more on calibration and RC checks. Needs more testing, but no known issuesLorenz Meier2013-08-2510-141/+246
| | | | | |
| | * | | | Merge branch 'multirotor' of github.com:cvg/Firmware_Private into multirotorLorenz Meier2013-08-245-42/+86
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'fmuv2_bringup' of github.com:cvg/Firmware_Private into multirotorLorenz Meier2013-08-235-17/+50
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | | | | | | | ge aborts
| | | * | | | In order to save people from themselves, force a given FMU version to depend ↵px4dev2013-08-231-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | on the corresponding _default IO version. This avoids the risk of building a new FMU ROMFS with an old IO firmware, at the cost of the sanity of anyone reading this.
| | | * | | | Add support for adding extra files to the ROMFS from the config.px4dev2013-08-225-17/+37
| | | | |_|/ | | | |/| | | | | | | | | | | | | | If there is an IO firmware image already built when we build the corresponding FMU ROMFS, copy it into the ROMFS. Note - due to there being no fixed build ordering, to be certain that you have the most current IO firmware, you must build the IO firmware explicitly first.
| * | | | | Startup scripts major cleanupAnton Babushkin2013-08-2514-780/+315
| | |_|_|/ | |/| | |
| * | | | Use common rc.multirotor script (now only in 01_fmu_quad_x).Anton Babushkin2013-08-242-28/+54
| | | | |
| * | | | Allow disarm by RC in assisted modes if landed and in AUTO_READY state.Anton Babushkin2013-08-241-29/+26
| | |_|/ | |/| |
| * | | Merge branch 'seatbelt_multirotor_new' of github.com:PX4/Firmware into ↵Lorenz Meier2013-08-234-42/+84
| |\ \ \ | | | | | | | | | | | | | | | multirotor
| | * | | Indicate AUTO submodes in mavlink custom_mode.Anton Babushkin2013-08-234-42/+84
| | | | |
| * | | | Merge pull request #14 from tstellanova/multirotor_testLorenz Meier2013-08-231-0/+2
| |\ \ \ \ | | |_|/ / | |/| | | Need to set timestamp on rates_sp after updating
| | * | | Fix timestamp on rates_sptstellanova2013-08-231-0/+2
| |/ / /
| * | | Merge branch 'fmuv2_bringup_new_state_machine_drton' of ↵Lorenz Meier2013-08-231-0/+116
| |\ \ \ | | | | | | | | | | | | | | | github.com:cvg/Firmware_Private into multirotor
| | * \ \ Merge pull request #13 from tstellanova/update_config_filesLorenz Meier2013-08-221-0/+116
| | |\ \ \ | | | | | | | | | | | | Add new config file for X550; Add position estimator and position control
| | | * | | start position estimator and position controltstellanova2013-08-221-0/+9
| | | | | |
| | | * | | Merge branch 'master' of https://github.com/tstellanova/px4v2_privtstellanova2013-08-220-0/+0
| | | |\ \ \
| | | | * | | add placeholder autoconfig file for X550tstellanova2013-08-221-0/+107
| | | | | | |