aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Merge remote-tracking branch 'px4/master' into betaJulian Oes2014-02-275-42/+21
| |\| | | | | | | |
| | * | | | | | | | Merge pull request #696 from PX4/top_fixjulianoes2014-02-271-2/+2
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | top: CPU % indication bug fixed
| | | * | | | | | | | top: CPU % indication bug fixedAnton Babushkin2014-02-271-2/+2
| | |/ / / / / / / /
| | * | | | | | | | Merge pull request #691 from PX4/gitignore_pydevThomas Gubler2014-02-241-0/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | gitignore: ignore pydev project file created in eclipse
| | | * | | | | | | gitignore: ignore pydev project file created in eclipseJulian Oes2014-02-241-0/+1
| | |/ / / / / / /
| | * | | | | | | Fixed a number of compile warnings in mount tests.Lorenz Meier2014-02-231-21/+17
| | | | | | | | |
| | * | | | | | | Merge pull request #686 from PX4/code_styleLorenz Meier2014-02-231-0/+1
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Replace single if lines with brackets in astyle
| | | * | | | | | | Replace single if lines with brackets in astyleLorenz Meier2014-02-231-0/+1
| | |/ / / / / / /
| | * | | | | | | Remove Ubuntu code style script - people should use the reference oneLorenz Meier2014-02-231-19/+0
| | | | | | | | |
| * | | | | | | | perf_counter: added includeAnton Babushkin2014-02-241-0/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Handling GPS and baro offset in altitude init / estimateLorenz Meier2014-02-271-2/+5
| | | | | | | |
* | | | | | | | Make baro altitude relative.Lorenz Meier2014-02-271-20/+77
| | | | | | | |
* | | | | | | | Add and enable all filter params.Lorenz Meier2014-02-271-1/+66
| | | | | | | |
* | | | | | | | Move params to MAVLink params, enable mavlink text feedback.Lorenz Meier2014-02-271-25/+27
| | | | | | | |
* | | | | | | | fw_att_pos_estimator: Removed unused codeLorenz Meier2014-02-251-96/+1
| | | | | | | |
* | | | | | | | Use right combination of castsLorenz Meier2014-02-231-2/+2
| | | | | | | |
* | | | | | | | Fix up time delay compensation loadingLorenz Meier2014-02-232-16/+16
| | | | | | | |
* | | | | | | | Merge branch 'beta' of github.com:PX4/Firmware into paul_estimatorLorenz Meier2014-02-233-47/+24
|\| | | | | | |
| * | | | | | | Merge pull request #682 from thomasgubler/beta_fwautolandThomas Gubler2014-02-232-35/+12
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Beta: fw autoland remove virtual waypoint
| | * | | | | | | fw autoland: add very short commentThomas Gubler2014-02-191-0/+2
| | | | | | | | |
| | * | | | | | | fw autoland: remove old commentsThomas Gubler2014-02-191-4/+0
| | | | | | | | |
| | * | | | | | | fw autoland: fix warningThomas Gubler2014-02-191-1/+1
| | | | | | | | |
| | * | | | | | | fw autoland: completely remove the virtual wp between the last wp and the ↵Thomas Gubler2014-02-191-21/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | landing wp. autoland starts now from the last normal wp.
| | * | | | | | | fw autoland: remove confusing slopelength parameterThomas Gubler2014-02-192-12/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #664 from thomasgubler/beta_audiojulianoes2014-02-231-12/+12
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | navigator mavlink log info messages: add #audio tag
| | * | | | | | | navigator: remove all but one [navigator] tag from mavlink audio messagesThomas Gubler2014-02-211-11/+11
| | | | | | | | |
| | * | | | | | | navigator mavlink log info messages: add #audio tagThomas Gubler2014-02-131-12/+12
| | | | | | | | |
* | | | | | | | | Disable time compensation which gets us reasonable resultsLorenz Meier2014-02-231-7/+7
| | | | | | | | |
* | | | | | | | | Removed gravity and on ground check hardcoded testing valuesLorenz Meier2014-02-232-2/+1
| | | | | | | | |
* | | | | | | | | GPS reinit completed, put in NaN catcherLorenz Meier2014-02-212-5/+19
| | | | | | | | |
* | | | | | | | | Build fixesLorenz Meier2014-02-212-7/+3
| | | | | | | | |
* | | | | | | | | Merge branch 'beta' of github.com:PX4/Firmware into paul_estimatorLorenz Meier2014-02-2120-746/+964
|\| | | | | | | |
| * | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into betaLorenz Meier2014-02-214-32/+63
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Added int cast to handle arithmetic correctlyLorenz Meier2014-02-211-1/+1
| | | | | | | | |
| | * | | | | | | Scaling Spektrum inputs into normalized value same as the servo outputs doLorenz Meier2014-02-211-4/+18
| | | | | | | | |
| | * | | | | | | Merge pull request #685 from PX4/dsm_pairing_fixLorenz Meier2014-02-213-27/+34
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | DSM pairing fix
| | | * | | | | | | Fix DSM pairing error handling.Lorenz Meier2014-02-211-10/+20
| | | | | | | | | |
| | | * | | | | | | Code styleLorenz Meier2014-02-211-1/+1
| | | | | | | | | |
| | | * | | | | | | Fix mavlink feedback FD handlingLorenz Meier2014-02-211-15/+12
| | | | | | | | | |
| | | * | | | | | | Change bit mask to allow for 10 channels.Lorenz Meier2014-02-211-1/+1
| | |/ / / / / / /
| | * | | | | | | Merge pull request #684 from PX4/dsm_fixLorenz Meier2014-02-211-1/+11
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Dsm support for DX10t
| | | * | | | | | | Fix copyright, do not return junk channel #13 that Spektrum gives us.Lorenz Meier2014-02-211-1/+10
| | | | | | | | | |
| | | * | | | | | | Added support for DX10t, which apparently outputs 13 channelsLorenz Meier2014-02-211-0/+1
| | | | | | | | | |
| * | | | | | | | | mc_pos_control: unused variables removedAnton Babushkin2014-02-181-1/+0
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'master' into betaAnton Babushkin2014-02-181-1/+1
| |\| | | | | | |
| | * | | | | | | px4io: bug in failsafe fixedAnton Babushkin2014-02-181-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into betaStefan Rado2014-02-177-624/+536
| |\| | | | | | |
| | * | | | | | | Merge pull request #677 from NosDE/masterLorenz Meier2014-02-171-1/+1
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | BL-Ctrl 3.0 fix
| | | * | | | | | | BL-Ctrl 3.0 fixmarco2014-02-171-1/+1
| | | | | | | | | |
| | * | | | | | | | Cleanup: Moved sdlog2 file conversion scripts to separate folder.Stefan Rado2014-02-173-535/+535
| | | | | | | | | |