aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Merge pull request #485 from jgoppert/roboclawLorenz Meier2013-10-229-11/+775
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Changed driver to control motor duty cycle.James Goppert2013-10-221-2/+2
| | * | | | | | | | | | Updated segway controller for new state machine.James Goppert2013-10-223-8/+9
| | * | | | | | | | | | Removed old timing hack.James Goppert2013-10-221-7/+0
| | * | | | | | | | | | Updated script.James Goppert2013-10-222-14/+14
| | * | | | | | | | | | Roboclaw encoders/ dutycycledrive complete.James Goppert2013-10-225-62/+130
| | * | | | | | | | | | Debugging roboclaw comm.James Goppert2013-10-213-10/+52
| | * | | | | | | | | | Working on roboclaw driver.James Goppert2013-10-216-1/+661
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #481 from kroimon/gyro_calibration_fixLorenz Meier2013-10-191-100/+78
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix gyro calibration for rotated sensors.Stefan Rado2013-10-191-100/+78
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #479 from julianoes/hotfix_baudrateLorenz Meier2013-10-191-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | The mavlink baudrate was too high in the custom_io_esc startup scriptJulian Oes2013-10-191-2/+2
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | rgbled: don't try the same bus twiceAndrew Tridgell2013-10-191-0/+3
| * | | | | | | | | | rgbled: fixed getopt() handlingAndrew Tridgell2013-10-191-2/+7
| * | | | | | | | | | rgbled: fixed detection of device on PX4v1Andrew Tridgell2013-10-191-1/+14
| * | | | | | | | | | quad hil + rotor configuration startup scriptThomas Gubler2013-10-192-15/+135
| * | | | | | | | | | Added hexrotor supportLorenz Meier2013-10-192-0/+109
| |/ / / / / / / / /
| | * | | | | | | | sdlog2: VER message added instead of FWRVAnton Babushkin2013-10-143-22/+99
* | | | | | | | | | Removed unnecessary return statementsLorenz Meier2013-10-242-6/+0
|/ / / / / / / / /
* | | | | | | | | Merge pull request #477 from amlinux/px4paramsLorenz Meier2013-10-188-0/+404
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Parameters list generatorAlexander Lourier2013-10-188-0/+404
|/ / / / / / / / /
* | | | | | | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-10-177-22/+45
|\ \ \ \ \ \ \ \ \
* | | | | | | | | | Prevent warnings by data conversionLorenz Meier2013-10-171-4/+8
| | | | | * | | | | Merge branch 'fw_autoland' of github.com:PX4/Firmware into fw_autolandLorenz Meier2013-10-182-22/+62
| | | | | |\| | | |
| | | | | | * | | | Almost perfect landing approach, needs touch-down fine tuningLorenz Meier2013-10-172-22/+62
| | | | | * | | | | Updated docsLorenz Meier2013-10-182-0/+0
| | | | | |/ / / /
| | | | | * | | | More improvements on landingLorenz Meier2013-10-172-10/+64
| | | | | * | | | Small improvements to autoland, ensure that throttle can be shut down close t...Lorenz Meier2013-10-163-7/+31
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Covered corner case in L1 controller not adressed so far in existing conceptsLorenz Meier2013-10-151-10/+23
| * | | | | | | L1 control diagram illustrating corner caseLorenz Meier2013-10-151-0/+0
| * | | | | | | Better defaults for RC SCALELorenz Meier2013-10-154-0/+8
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #466 from PX4/work_queue_testLorenz Meier2013-10-141-12/+14
|/| | | | | |
| * | | | | | Fixed some stupid compile errorsLorenz Meier2013-10-141-7/+9
| * | | | | | Work queue in RGB driver without work_cancel()Lorenz Meier2013-10-141-5/+5
| | |/ / / / | |/| | | |
* | | | | | Bring back proper log conversion copy operationLorenz Meier2013-10-141-1/+10
* | | | | | Enable position control for Easystar type planesLorenz Meier2013-10-142-4/+2
|/ / / / /
* | | | | Merge branch 'mixer_test_merge' of github.com:PX4/FirmwareLorenz Meier2013-10-1319-96/+519
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' of github.com:PX4/Firmware into mixer_testingLorenz Meier2013-10-1318-705/+920
| |\ \ \ \
| * | | | | Improved mixer testsLorenz Meier2013-10-132-6/+9
| * | | | | Fixed mixer chunk load and line ending detection for good.Lorenz Meier2013-10-139-56/+229
| * | | | | Added host-building mixer testLorenz Meier2013-10-125-0/+50
| * | | | | Added mixer testLorenz Meier2013-10-124-0/+81
| * | | | | Moved mixer file load / compression into mixer library.Lorenz Meier2013-10-128-51/+167
* | | | | | Set better default gains for Iris and F330Lorenz Meier2013-10-132-6/+6
| |/ / / / |/| | | |
* | | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-10-131-199/+198
|\ \ \ \ \
| * \ \ \ \ Merge pull request #444 from PX4/multirotor_att_control_fixLorenz Meier2013-10-131-199/+198
| |\ \ \ \ \
| | * | | | | multirotor_att_control: cleanup, some refactoringAnton Babushkin2013-10-071-199/+198
* | | | | | | Python exception handling from muggenhorLorenz Meier2013-10-131-2/+2
|/ / / / / /
* | | | | | MergedLorenz Meier2013-10-131-257/+396
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into px4io_fixLorenz Meier2013-10-131-1/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |