aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/PX4/Firmware into inertial_nav2Anton2013-03-302-3/+2
|\
| * Hotfix missing yaw deadzone default (leads to continuous turns since zero spe...Lorenz Meier2013-03-281-1/+1
| * Fix gyro measurement noise varianceLorenz Meier2013-03-281-2/+1
* | Acceleration vector transform implemented. Accelerometer calibration procedur...Anton2013-03-304-82/+241
* | Acceleration convertion from UAV frame to NED frameAnton2013-03-291-29/+46
* | Test rotation matrixAnton2013-03-281-46/+64
* | Initial version of position_estimator_inav addedAnton2013-03-278-0/+600
|/
* Merge pull request #234 from PX4/seatbeltLorenz Meier2013-03-236-253/+159
|\
| * Merge branch 'seatbelt_controllib' of https://github.com/jgoppert/Firmware in...Lorenz Meier2013-03-196-253/+159
| |\
| | * Added pressure alt measurement to kalman demo.jgoppert2013-03-183-8/+18
| | * Fixed a comment.jgoppert2013-03-181-1/+1
| | * Fixed PID roc2Thr param names/ added them to controldemo.jgoppert2013-03-182-2/+9
| | * Flipped simple mode pitch/throttle channel input.jgoppert2013-03-181-4/+4
| | * Added seatbelt fixedwing controller.jgoppert2013-03-183-245/+134
* | | Added startup scripts useful when running USB consoles, made MAVLink aware th...Lorenz Meier2013-03-211-1/+2
* | | Hotfix: Apply same (correc) deadzone logic from IO fix to FMU as wellLorenz Meier2013-03-211-1/+1
* | | Merge pull request #235 from sjwilks/io-twitchLorenz Meier2013-03-201-1/+1
|\ \ \
| * | | Ensure that numerator / demoninator <= 1.Simon Wilks2013-03-211-1/+1
| |/ /
* / / HOTFIX: correct some logic errors with SPI chipselect generation.px4dev2013-03-191-7/+7
|/ /
* / Added MAVLink-transmitted calibration warning about bad sensor calibration as...Lorenz Meier2013-03-181-0/+8
|/
* Merge pull request #230 from PX4/pwm-syntax-fixLorenz Meier2013-03-172-17/+43
|\
| * Adjust the syntax of the 'pwm' command to make it easier to use.px4dev2013-03-172-17/+43
* | HOTFIX: Adjust the FMU update rate adaption logic to avoid constant debug mes...px4dev2013-03-171-5/+6
* | Silence MS5611 driver, the perf command still captures the error count / rate...Lorenz Meier2013-03-171-2/+2
* | Merge pull request #220 from PX4/tone_alarm_PLAYpx4dev2013-03-172-289/+655
|\ \ | |/ |/|
| * Silence the tone for pauses in legato tunes. Some tunes sound better now.px4dev2013-03-171-141/+142
| * Adjust audio pattern numbers.px4dev2013-03-171-5/+5
| * Fix a typo in several of the basic alarm beep tones.px4dev2013-03-171-3/+3
| * more constnesspx4dev2013-03-101-2/+2
| * One more tune. Might be a bit big to keep.px4dev2013-03-101-1/+139
| * Add one more tune. Improve error handling. Be less picky about tunes passed o...px4dev2013-03-101-12/+28
| * Add support for arbitrary user tunes on the commandline.px4dev2013-03-101-5/+34
| * New tone_alarm driver, now features GWBasic PLAY / ANSI music string formatpx4dev2013-03-101-285/+467
* | Merge pull request #225 from PX4/sign_fixLorenz Meier2013-03-172-2/+6
|\ \
| * | Fix signs for fixed wing control, issue resulted from consistently flipped pi...Lorenz Meier2013-03-162-2/+6
* | | Merge pull request #222 from PX4/trim_calibrationLorenz Meier2013-03-174-13/+16
|\ \ \
| * \ \ Merge branch 'master' of github.com:PX4/Firmware into trim_calibrationLorenz Meier2013-03-151-8/+8
| |\ \ \
| * | | | Moved trim for fixed wing to standard trim values, can now be calibrated via RCLorenz Meier2013-03-144-13/+16
* | | | | Merge pull request #224 from PX4/pwm-multirateLorenz Meier2013-03-1711-247/+696
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | IO board now disarms when FMU reboots when manual override is not an optionJulian Oes2013-03-151-4/+5
| * | | | Fixed typoLorenz Meier2013-03-151-1/+1
| * | | | Make communication rate between IO and FMU configurableLorenz Meier2013-03-151-1/+45
| * | | | Move PWM rate configuration, etc. into a separate utility and out of the indi...px4dev2013-03-125-92/+288
| * | | | Convert HIL and FMU drivers to the new multirate PWM interface.px4dev2013-03-123-128/+216
| * | | | Changes for multi-rate PWM output; default and alternate rates. ioctl protoco...px4dev2013-03-126-91/+211
| | |/ / | |/| |
* | | | Merge pull request #221 from PX4/const-sweepLorenz Meier2013-03-165-80/+80
|\ \ \ \ | |/ / / |/| | |
| * | | Move the bson sample data out of the BSS, saves 256 bytes of RAMpx4dev2013-03-101-1/+1
| * | | Moved filter states to stack RAM spaceLorenz Meier2013-03-101-33/+33
| * | | Const a small array.px4dev2013-03-101-1/+1
| * | | const the listener array, saves a little RAM.px4dev2013-03-101-41/+41