aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | constrain integrator part in control output until startup detection is availa...Thomas Gubler2013-10-243-6/+9
| | | * | | | | | | fix wrong operation in yaw controllerThomas Gubler2013-10-243-5/+9
| | | * | | | | | | wip fw ctrl, several small bugfixes, set limit to 1Thomas Gubler2013-10-246-21/+17
| | | * | | | | | | fw att ctrl: rename some variablesThomas Gubler2013-10-243-6/+3
| | | * | | | | | | 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-244-23/+35
| | | * | | | | | wip, minor bugfixes in fw att controlThomas Gubler2013-10-241-1/+1
| | | * | | | | | wip, fw attitude ctrl: split into attitude and rate, compiles, untestedThomas Gubler2013-10-246-67/+231
| | | * | | | | | wip, fw att ctrl: coordinated turnThomas Gubler2013-10-242-32/+22
| | | * | | | | | fw att control: also transform rate estimateThomas Gubler2013-10-242-5/+17
| | | * | | | | | using jacobians in fw attitude controlThomas Gubler2013-10-244-6/+8
| | * | | | | | | Merge remote-tracking branch 'jean-m-cyr/master' into navigator_wipJulian Oes2013-11-182-0/+36
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | Add data manager module and fence support to navigatorJean Cyr2013-11-032-0/+36
| | | | |/ / / / | | | |/| | | |
| * | | | | | | mc_pos_control: replacement for multirotor_pos_control, rewritten to C++ and ...Anton Babushkin2013-12-261-0/+24
| * | | | | | | Merge branch 'mathlib_new' into vector_control2Anton Babushkin2013-12-2530-2846/+955
| |\ \ \ \ \ \ \
| | * | | | | | | mathlib: code style fixedAnton Babushkin2013-12-253-120/+175
| | * | | | | | | mathlib: Matrix and Quaternion cleanup and bugfixes. Copyright updated.Anton Babushkin2013-12-253-48/+69
| | * | | | | | | mathlib: Vector class major cleanupAnton Babushkin2013-12-243-137/+133
| | * | | | | | | att_pos_estimator_ekf: fixes, mathlib: minor changesAnton Babushkin2013-12-232-3/+19
| | * | | | | | | Added missing export keywordsLorenz Meier2013-12-232-11/+12
| | * | | | | | | mathlib minor fixesAnton Babushkin2013-12-193-47/+11
| | * | | | | | | mathlib fixesAnton Babushkin2013-12-1915-1080/+428
| | * | | | | | | mathlib: fixes and improvements, WIPAnton Babushkin2013-12-183-36/+104
| | * | | | | | | New mathlib, WIPAnton Babushkin2013-12-1827-2731/+1325
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | multirotor_pos_control & mc_att_control_vector: singularities handling improvedAnton Babushkin2013-12-211-0/+1
| * | | | | | | Merge branch 'master' into vector_control2Anton Babushkin2013-12-131-1/+1
| |\| | | | | |
| * | | | | | | Merge branch 'master' into vector_control2Anton Babushkin2013-12-131-0/+8
| |\ \ \ \ \ \ \
| * | | | | | | | Merge branch 'master' into vector_controlAnton Babushkin2013-11-085-1/+23
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | merge masterLorenz Meier2014-01-311-0/+62
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | hw_ver app added for hardware version checkingAnton Babushkin2014-01-071-0/+62
* | | | | | | | Strip unused variableLorenz Meier2014-01-051-1/+0
|/ / / / / / /
* | | / / / / tecs: change pitch on climbout #559 (ported from ardupilot)Thomas Gubler2014-01-021-0/+8
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #534 from thomasgubler/tecs_fix_comparisonLorenz Meier2013-12-131-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | tecs: fix wrong != 0 checkThomas Gubler2013-11-191-1/+1
| |/ / / /
* / / / / LowPassFilter: allow for filtering to be disabledAndrew Tridgell2013-12-131-0/+8
|/ / / /
* | | / Integral fixes, last partsLorenz Meier2013-11-052-5/+7
| |_|/ |/| |
* | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-11-031-1/+3
|\ \ \
| * | | initialize _vel_dot and _STEdotErrLastThomas Gubler2013-11-031-1/+3
| |/ /
* / / Matrix and Vector printing cleanupLorenz Meier2013-11-032-6/+6
|/ /
* | l1: fix constrain of sine_eta1Thomas Gubler2013-10-271-1/+1
* | Merge branch 'master' of github.com:PX4/Firmware into fw_autolandLorenz Meier2013-10-245-1/+233
|\|
| * added parameter for maximal roll angleThomas Gubler2013-10-242-1/+12
| * accelerometer_calibration: code style fixed, lib/conversion copyright fixAnton Babushkin2013-10-203-9/+73
| * get_rot_matrix() moved to separate library, accel calibration of rotated boar...Anton Babushkin2013-10-203-0/+157
* | Small improvements to autoland, ensure that throttle can be shut down close t...Lorenz Meier2013-10-161-0/+5
|/
* Covered corner case in L1 controller not adressed so far in existing conceptsLorenz Meier2013-10-151-10/+23
* Fixed turn radius return valueLorenz Meier2013-10-081-10/+15
* Robustified flight close to waypointsLorenz Meier2013-10-062-0/+24
* Added more acknowledgements after another author sweepLorenz Meier2013-09-162-2/+6