aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* manual merge fw_integrator_fix_ouputlimit into fw_staging_ouputlimitThomas Gubler2013-10-244-11/+13
|\
| * constrain integrator part in control output until startup detection is availa...Thomas Gubler2013-10-244-9/+12
* | 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
* | | fix wrong operation in yaw controllerThomas Gubler2013-10-243-5/+9
* | | 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-248-44/+44
* | | fw att ctrl: rename some variablesThomas Gubler2013-10-244-7/+4
* | | wip, clean up pid in fw attThomas Gubler2013-10-243-21/+24
| |/ |/|
* | consistent and safer fix for dt calculationThomas Gubler2013-10-243-3/+12
* | fw att control: bugfixes for integratorThomas Gubler2013-10-246-29/+48
|/
* change wrong commentThomas Gubler2013-10-241-1/+1
* wip, minor bugfixes in fw att controlThomas Gubler2013-10-243-6/+8
* wip, fw attitude ctrl: split into attitude and rate, compiles, untestedThomas Gubler2013-10-247-84/+298
* wip, fw att ctrl: coordinated turnThomas Gubler2013-10-243-33/+23
* fw att control: also transform rate estimateThomas Gubler2013-10-242-5/+17
* using jacobians in fw attitude controlThomas Gubler2013-10-245-8/+10
* 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-152-13/+24
| |\
| * | Piping through manual control channelsLorenz Meier2013-10-153-0/+32
* | | added parameter for maximal roll angleThomas Gubler2013-10-244-1/+20
* | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-10-2426-628/+1817
|\ \ \
| * \ \ 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-2338-690/+2159
| |\ \ \ \
| | * \ \ \ Merge pull request #483 from PX4/calib_rotationLorenz Meier2013-10-2311-472/+768
| | |\ \ \ \
| | | * | | | 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-214-196/+252
| | | * | | | 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-204-55/+149
| | | * | | | accelerometer calibration fixAnton Babushkin2013-10-201-28/+17
| | | * | | | get_rot_matrix() moved to separate library, accel calibration of rotated boar...Anton Babushkin2013-10-206-106/+190
| | | |/ / /
| | * | | | 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-224-8/+6
| | * | | | Changed driver to control motor duty cycle.James Goppert2013-10-221-2/+2
| | * | | | Updated segway controller for new state machine.James Goppert2013-10-221-6/+7
| | * | | | Removed old timing hack.James Goppert2013-10-221-7/+0
| | * | | | Roboclaw encoders/ dutycycledrive complete.James Goppert2013-10-223-54/+116
| | * | | | Debugging roboclaw comm.James Goppert2013-10-213-10/+52
| | * | | | Working on roboclaw driver.James Goppert2013-10-214-0/+659
| | |/ / /
| | * | | Fix gyro calibration for rotated sensors.Stefan Rado2013-10-191-100/+78
| | * | | 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
| * | | | sdlog2: VER message added instead of FWRVAnton Babushkin2013-10-143-22/+99