aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Attitude filter for multirotors: Let users choose between filtersLorenz Meier2015-05-061-0/+3
|
* Merge pull request #2013 from PX4/attitude_estimator_qLorenz Meier2015-05-056-30/+678
|\ | | | | attitude_estimator_q added
| * attitude_estimator_q: Max gyro bias limiting, auto declinationattitude_estimator_qAnton Babushkin2015-04-132-2/+19
| |
| * attitude_estimator_q: Max gyro bias limitingAnton Babushkin2015-04-131-0/+1
| |
| * test_mathlib fixedAnton Babushkin2015-04-121-6/+6
| |
| * mathlib quaternion: atan2 & asin changed to atan2f & asinfAnton Babushkin2015-04-121-3/+3
| |
| * attitude_estimator_q addedAnton Babushkin2015-04-125-24/+654
| |
* | Merge pull request #2131 from PX4/sensor_cal_fixLorenz Meier2015-05-051-0/+32
|\ \ | | | | | | fix accel calibration
| * | fix accel calibration: rotate sensor values into board frameRoman Bapst2015-05-051-0/+32
| | |
* | | Revert "Merge pull request #1819 from PX4/chan16" because of #2113Andreas Antener2015-05-055-20/+11
|/ / | | | | | | | | This reverts commit f8c8876642857520e85ec8ca027146c11b4301e3, reversing changes made to de3888bed75347eb8aefdc6cb7dbeeedff749988.
* | Merge pull request #2120 from DonLakeFlyer/BurstDownloadLorenz Meier2015-05-049-377/+609
|\ \ | | | | | | New burst mode ftp file download
| * | New bust mode ftp file downloadDon Gagne2015-05-039-377/+609
| | |
* | | IO driver: Ensure comms protocol cannot get into integer overflow on bad ↵Lorenz Meier2015-05-041-1/+11
| | | | | | | | | | | | control outputs. Fixes #2119.
* | | IO driver: Code styleLorenz Meier2015-05-041-4/+6
| | |
* | | commander: Use pre-rotated topic in board frameLorenz Meier2015-05-042-8/+8
| | |
* | | convert -PI to PI attitude range to -1 to 1 for gimbal outputAndreas Antener2015-05-041-3/+3
| | |
* | | Merge pull request #2101 from PX4/ESC_calibrationLorenz Meier2015-05-045-3/+225
|\ \ \ | |/ / |/| | Esc calibration
| * | added option for esc calibrationESC_calibrationRoman Bapst2015-04-281-3/+12
| | |
| * | added esc calibration routinesRoman Bapst2015-04-284-0/+213
| | |
* | | Merge pull request #2117 from PX4/fwattincludesThomas Gubler2015-05-032-6/+6
|\ \ \ | | | | | | | | fix ecl roll yaw controller includes
| * | | fix ecl roll yaw controller includesThomas Gubler2015-05-032-6/+6
| | | |
* | | | ros perf counter dummy: fix warning about missing returnThomas Gubler2015-05-021-3/+1
|/ / /
* / / fixed message IDfix_log_message_IDRoman Bapst2015-04-281-2/+2
|/ /
* | added new vtol mav typesRoman Bapst2015-04-271-2/+4
| |
* | Make sure circuit breakers are ready before the first preflight check call.Simon Wilks2015-04-271-10/+20
| |
* | Make sure we log the airspeed check to the console as well.Simon Wilks2015-04-271-2/+2
| |
* | Sensors: Be less verboseLorenz Meier2015-04-271-1/+2
| |
* | Dataman: Be more compact in boot outputLorenz Meier2015-04-271-5/+6
| |
* | commander: Provide more useful mission feedbackLorenz Meier2015-04-271-4/+4
| |
* | RGB led: Let user know we just did not find oneLorenz Meier2015-04-271-2/+2
| |
* | PX4 flow driver: Let user know we just did not find oneLorenz Meier2015-04-271-1/+1
| |
* | HMC5883: Let user know we just did not find oneLorenz Meier2015-04-271-2/+3
| |
* | Board drivers: Only print if init failsLorenz Meier2015-04-272-14/+0
| |
* | blinkm: Let user know that we just did not find one and this is not an errorLorenz Meier2015-04-271-2/+1
| |
* | param cmd: Show used and normal list indicesLorenz Meier2015-04-271-2/+2
| |
* | mavlink app: Robustify param handlingLorenz Meier2015-04-271-1/+1
| |
* | systemlib: Fix param used countingLorenz Meier2015-04-271-4/+12
| |
* | Load all GCS-required paramsLorenz Meier2015-04-271-7/+9
| |
* | Remove reference to completely unused parameterLorenz Meier2015-04-261-12/+0
| |
* | commander: Do not lock down the system once HIL has kickeed inLorenz Meier2015-04-261-2/+9
| |
* | commander: prune old code, do not run preflight checks when nothing relevant ↵Lorenz Meier2015-04-262-33/+7
| | | | | | | | in the system is changing.
* | commander: Fix calibration feedback so that QGC picks up all error conditionsLorenz Meier2015-04-265-19/+35
| |
* | Sensor cal reworkSensorCalDon Gagne2015-04-269-430/+572
| | | | | | | | | | | | | | - cancel support - versioned cal messages - better still detection - better messaging
* | Mission feasibility checker: Do not use static where its not needed.Lorenz Meier2015-04-261-1/+1
| |
* | sensors app: Move a static member to being a class memberLorenz Meier2015-04-261-4/+4
| |
* | MAVLink app: Fix usage of static struct, make streams list constLorenz Meier2015-04-263-3/+3
| |
* | commander: Only subscribe to existing telemetry status publicationsLorenz Meier2015-04-261-1/+6
| |
* | SDLOG2: Optimize runtime efficiencyLorenz Meier2015-04-261-90/+88
| |
* | uORB: Add API to check if a topic exists yetLorenz Meier2015-04-262-0/+29
| |
* | Navigator: Reduce excessive stackLorenz Meier2015-04-261-1/+1
| |