aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Piping through manual control channelsLorenz Meier2013-10-153-0/+32
| | * | | added parameter for maximal roll angleThomas Gubler2013-10-242-0/+8
| | * | | Merge pull request #482 from thomasgubler/airspeedLorenz Meier2013-10-231-2/+2
| | |\ \ \
| | | * | | fix scaling (unit) of airspeed in HILThomas Gubler2013-10-201-2/+2
| | * | | | sdlog2: parameters logging implemented (APM-compatible)Anton Babushkin2013-10-233-47/+110
| | * | | | Merge branch 'master' into sdlog2_verAnton Babushkin2013-10-2321-614/+903
| | |\ \ \ \
| | | * \ \ \ Merge pull request #483 from PX4/calib_rotationLorenz Meier2013-10-237-471/+546
| | | |\ \ \ \
| | | | * | | | accelerometer_calibration: stability fixAnton Babushkin2013-10-211-2/+5
| | | | * | | | accel/gyro/mag calibration: big cleanup, use common messagesAnton Babushkin2013-10-214-171/+239
| | | | * | | | calibration: bugs fixed, mavlink messages cleanupAnton Babushkin2013-10-213-195/+251
| | | | * | | | Adjusted mavlink info messages during gyro calibration to not break QGroundCo...Stefan Rado2013-10-211-2/+4
| | | | * | | | accelerometer_calibration: code style fixed, lib/conversion copyright fixAnton Babushkin2013-10-201-46/+76
| | | | * | | | accelerometer calibration fixAnton Babushkin2013-10-201-28/+17
| | | | * | | | get_rot_matrix() moved to separate library, accel calibration of rotated boar...Anton Babushkin2013-10-203-106/+33
| | | | |/ / /
| | | * | | | param_save_default() rewritten: don't try 10 times to do every operation but ...Anton Babushkin2013-10-221-43/+42
| | | * | | | Fixed bug with fd leak in rc_calibration_checkAnton Babushkin2013-10-223-6/+4
| | | * | | | Updated segway controller for new state machine.James Goppert2013-10-221-6/+7
| | | |/ / /
| | | * | | Fix gyro calibration for rotated sensors.Stefan Rado2013-10-191-100/+78
| | * | | | sdlog2: VER message added instead of FWRVAnton Babushkin2013-10-143-22/+99
| * | | | | Almost perfect landing approach, needs touch-down fine tuningLorenz Meier2013-10-172-22/+62
| * | | | | 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-162-7/+26
| | |_|_|/ | |/| | |
* | | | | Fixed pwm limit to apply the proper limits / scalingLorenz Meier2013-10-301-3/+19
* | | | | Fix to allow setting again zero disarmed PWM values after bootLorenz Meier2013-10-301-16/+29
* | | | | Fixed min value check, works for fixed wing nowLorenz Meier2013-10-291-1/+1
* | | | | Merge remote-tracking branch 'px4/master' into pwm_ioctlsJulian Oes2013-10-1923-488/+789
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Parameters list generatorAlexander Lourier2013-10-181-0/+26
| |/ / /
| * | / Bring back proper log conversion copy operationLorenz Meier2013-10-141-1/+10
| | |/ | |/|
| * | Merge branch 'master' of github.com:PX4/Firmware into mixer_testingLorenz Meier2013-10-1313-439/+502
| |\|
| | * 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
| | * | Merge pull request #449 from PX4/sensors_fixLorenz Meier2013-10-131-121/+118
| | |\ \
| | | * | sensors: minor optimization, cleanup and refactoringAnton Babushkin2013-10-081-121/+118
| | | |/
| | * | Merge pull request #448 from PX4/mavlink_fixLorenz Meier2013-10-134-62/+126
| | |\ \
| | | * | mavlink, mavlink_onboard: bugfixes, code style fixedAnton Babushkin2013-10-082-40/+99
| | | * | mavlink_onboard: major optimization, cleanup and minor fixes, WIPAnton Babushkin2013-10-084-23/+28
| | | |/
| | * | Merge pull request #453 from PX4/gcc_47Lorenz Meier2013-10-133-37/+54
| | |\ \
| | | * | We compile with GCC 4.7.4Lorenz Meier2013-10-103-37/+54
| | * | | Merge pull request #446 from PX4/commander_fixesLorenz Meier2013-10-133-19/+5
| | |\ \ \
| | | * | | commander: remove duplicate publishing of vehicle_control_mode and actuator_a...Anton Babushkin2013-10-073-19/+5
| | | | |/ | | | |/|
| | * | | Add support for 8 channel DSMX sattelite pairingJean Cyr2013-10-121-1/+1
| | | |/ | | |/|
| * | | Fixed mixer chunk load and line ending detection for good.Lorenz Meier2013-10-137-53/+101
| * | | Moved mixer file load / compression into mixer library.Lorenz Meier2013-10-126-3/+158
| |/ /
* | | pwm systemcmd can now set the failsafe values, fmu uses failsafe values as we...Julian Oes2013-10-191-3/+10
* | | Merge remote-tracking branch 'px4/master' into pwm_ioctlsJulian Oes2013-10-1120-75/+297
|\| |
| * | Dynamic integral resets for straight and circle mode, announcing turn radius nowLorenz Meier2013-10-083-1/+36
| * | Added support for dynamic turn radiiLorenz Meier2013-10-087-26/+86
| * | State machine fixes for HILLorenz Meier2013-10-065-32/+56
| * | Merged status changesLorenz Meier2013-10-066-16/+119
| |\ \ | | |/ | |/|
| | * Merge branch 'master' of github.com:PX4/Firmware into status_monitoringLorenz Meier2013-09-133-9/+9
| | |\