aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into fw_staging_ouputlimit_masterThomas Gubler2013-10-3116-252/+533
|\
| * Merge branch 'master' of github.com:PX4/Firmware into pwm_ioctlsLorenz Meier2013-10-301-1/+1
| |\
| | * Merge pull request #496 from PX4/wp_yaw_fixLorenz Meier2013-10-301-1/+1
| | |\
| | | * missionlib: waypoint yaw fixAnton Babushkin2013-10-261-1/+1
| * | | Merge branch 'master' of github.com:PX4/Firmware into pwm_ioctlsLorenz Meier2013-10-3025-711/+1066
| |\| |
| | * | Hotfix: Announcing important messages via audioLorenz Meier2013-10-281-29/+29
| | * | px4io: fixed the io_reg_{set,get} errorsAndrew Tridgell2013-10-283-31/+5
| | * | Merge branch 'fw_autoland' of github.com:PX4/Firmware into fw_autolandLorenz Meier2013-10-242-21/+57
| | |\ \
| | | * | Fixes, but approach needs proper designLorenz Meier2013-10-182-21/+57
| | * | | Merge branch 'master' of github.com:PX4/Firmware into fw_autolandLorenz Meier2013-10-2421-624/+882
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | * | 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
| |\ \ \
| * | | | 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
| |\ \ \ \
| * | | | | Changed pwm_limit interface a bitJulian Oes2013-10-113-17/+14
| * | | | | Use unsigned for channel countsJulian Oes2013-10-111-1/+1
| * | | | | Small function definition correctionJulian Oes2013-10-091-1/+1
| * | | | | Moved PWM ramp to systemlibJulian Oes2013-10-086-108/+236
| * | | | | Trying to get rid of magic PWM numbersJulian Oes2013-10-072-17/+17
| * | | | | pwm info provides more information, some fixes for setting rate/min/max/disarmedJulian Oes2013-10-074-34/+31
* | | | | | manual merge fw_integrator_fix_ouputlimit into fw_staging_ouputlimitThomas Gubler2013-10-241-3/+3
|\ \ \ \ \ \
| * | | | | | constrain integrator part in control output until startup detection is availa...Thomas Gubler2013-10-241-3/+3
* | | | | | | Merge branch 'fw_pid_cleanup' into fw_stagingThomas Gubler2013-10-241-2/+2
|\ \ \ \ \ \ \
| * | | | | | | fix small bug where roll instead of pitch was usedThomas Gubler2013-10-241-2/+2
* | | | | | | | Merge branch 'fw_jacobians_and_yaw' into fw_stagingThomas Gubler2013-10-241-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fw att ctrl: transpose RThomas Gubler2013-10-241-3/+3
* | | | | | | | fw ctrl: rename parameters to more consistent namesThomas Gubler2013-10-242-27/+27
* | | | | | | | wip fw ctrl, several small bugfixes, set limit to 1Thomas Gubler2013-10-242-23/+27
* | | | | | | | fw att ctrl: rename some variablesThomas Gubler2013-10-241-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | fw att control: bugfixes for integratorThomas Gubler2013-10-242-6/+13
|/ / / / / /
* | | | | | change wrong commentThomas Gubler2013-10-241-1/+1
* | | | | | wip, minor bugfixes in fw att controlThomas Gubler2013-10-242-5/+7
* | | | | | wip, fw attitude ctrl: split into attitude and rate, compiles, untestedThomas Gubler2013-10-241-17/+67
* | | | | | wip, fw att ctrl: coordinated turnThomas Gubler2013-10-241-1/+1
* | | | | | using jacobians in fw attitude controlThomas Gubler2013-10-241-2/+2
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #469 from PX4/gimbal_rc_controlLorenz Meier2013-10-244-2/+35
|\ \ \ \ \
| * | | | | Enable payload channels as direct pass-through from manual controlLorenz Meier2013-10-151-2/+3
| * | | | | Merge branch 'master' of github.com:PX4/Firmware into gimbal_rc_controlLorenz Meier2013-10-151-1/+10
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | 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
| |\ \ \ \ \ \ \