aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:PX4/Firmware into integrationLorenz Meier2013-06-062-2/+11
|\
| * Hotfix: Disable instrumentation on IOLorenz Meier2013-06-061-2/+10
| * Hotfix: Added missing headerLorenz Meier2013-06-061-0/+1
* | Tracked task_spawn API changes for sdlog2 and att_estm_so3_compLorenz Meier2013-06-062-2/+2
* | MergedLorenz Meier2013-06-0614-26/+2892
|\|
| * Minor cleanupLorenz Meier2013-06-061-5/+5
| * Hotfix: Fix typos in tutorial codeLorenz Meier2013-06-061-25/+28
| * Removed big RAM consumer (inactive filter)Lorenz Meier2013-06-061-1/+1
| * Merge pull request #284 from limhyon/masterLorenz Meier2013-06-066-0/+954
| |\
| | * Add detailed documentation for SO3 gains tuning.Hyon Lim (Retina)2013-06-063-15/+50
| | * GPL Licensed code has been removedHyon Lim (Retina)2013-05-298-1852/+1
| | * Visualization code has been added.Hyon Lim (Retina)2013-05-2910-2/+1882
| | * Merge branch 'master' of https://github.com/limhyon/FirmwareHyon Lim (Retina)2013-05-290-0/+0
| | |\
| | | * I finished to implement nonlinear complementary filter on the SO(3).Hyon Lim (Retina)2013-05-291-56/+120
| | * | I finished to implement nonlinear complementary filter on the SO(3).Hyon Lim (Retina)2013-05-291-56/+120
| | |/
| | * Merge remote-tracking branch 'upstream/master'Hyon Lim (Retina)2013-05-289-257/+629
| | |\
| | * | Test flight has been performed with nonlinear SO(3) attitude estimator.Hyon Lim (Retina)2013-05-232-114/+116
| | * | To use freeIMU processing visualization tool, I have implemented float number...Hyon Lim (Retina)2013-05-231-77/+196
| | * | Roll pitch yaw should be verified againHyon Lim (Retina)2013-05-232-94/+94
| | * | I do not know why roll angle is not correct. But system looks okayHyon Lim (Retina)2013-05-231-34/+38
| | * | Fixed few minor bugHyon Lim (Retina)2013-05-232-2/+8
| | * | I missed to add build commandHyon Lim (Retina)2013-05-231-0/+1
| | * | Initial work of so3 nonlinear complementary filterHyon Lim (Retina)2013-05-234-0/+694
| * | | Merge pull request #287 from DrTon/sdlog2Lorenz Meier2013-06-068-0/+1909
| |\ \ \
| | * \ \ Merge branch 'master' into sdlog2Anton Babushkin2013-06-0412-135/+469
| | |\ \ \
| | * | | | Minor sdlog2/logbuffer cleanupAnton Babushkin2013-06-042-15/+2
| | * | | | sdlog2_dump.py comments and version updatedAnton Babushkin2013-06-021-2/+4
| | * | | | sdlog2_dump.py: "recover from errors" optionAnton Babushkin2013-06-021-2/+17
| | * | | | sdlog2 GPS message changesAnton Babushkin2013-06-012-6/+6
| | * | | | sdlog2 mavlink msg fixAnton Babushkin2013-06-011-1/+1
| | * | | | sdlog2 messages cleanup, fixesAnton Babushkin2013-06-011-81/+83
| | * | | | Merge branch 'master' into sdlog2Anton Babushkin2013-06-017-240/+531
| | |\ \ \ \
| | * | | | | sdlog2 performance increased, fixes and cleanupAnton Babushkin2013-06-014-178/+353
| | * | | | | adlog2: added options cleanup, updates rate limit addedAnton Babushkin2013-05-301-28/+47
| | * | | | | sdlog2 messages packing fixed, sdlog2_dump.py now produces much more compress...Anton Babushkin2013-05-302-15/+38
| | * | | | | sdlog2: GPS message addedAnton Babushkin2013-05-302-3/+33
| | * | | | | New messages added to sdlog2Anton Babushkin2013-05-283-96/+172
| | * | | | | CleanupAnton Babushkin2013-05-271-5/+2
| | * | | | | sdlog2_dump.py now dumps CSV columns in the same order as argsAnton Babushkin2013-05-271-55/+69
| | * | | | | sdlog2_dump.py now generates customizible CSV output, messages/fields filter ...Anton Babushkin2013-05-261-46/+159
| | * | | | | sdlog2_dump.py now supports all fileds formats and able to parse original APM...Anton Babushkin2013-05-261-22/+63
| | * | | | | sdlog2 strick packing fixed, length bug fixed, "sdlog2_dump.py" debug tool addedAnton Babushkin2013-05-263-6/+98
| | * | | | | sdlog2 logger app added. New flexible log format, compatible with APM.Anton Babushkin2013-05-257-0/+1323
* | | | | | | Safe a dozen bytes of flashLorenz Meier2013-06-061-16/+0
* | | | | | | Merged masterLorenz Meier2013-06-0613-158/+524
|\| | | | | |
| * | | | | | HOTFIX: Added start / stop syntax to GPIO led commandLorenz Meier2013-06-051-22/+48
| * | | | | | Merge pull request #296 from sjwilks/hott-init-fixLorenz Meier2013-06-041-4/+10
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Fix syncing issue with receiver on startup.Simon Wilks2013-06-041-4/+10
| * | | | | | HOTFIX: Allow PWM command to correctly set ARM_OK flagLorenz Meier2013-06-041-0/+6
| * | | | | | Merge pull request #288 from PX4/failsafe_iosjwilks2013-06-044-16/+135
| |\ \ \ \ \ \