aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | commander: don't require good EPH for local_position_valid, position_estimato...Anton Babushkin2014-05-165-10/+51
| * | | | | | | | | | Merge pull request #942 from PX4/mc_mixer_fixLorenz Meier2014-05-172-48/+53
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Merge branch 'master' into mc_mixer_fixAnton Babushkin2014-05-178-14/+61
| | |\| | | | | | | | |
| | * | | | | | | | | | Multirotor mixer: idle_speed (aka deadband) fixedAnton Babushkin2014-05-152-9/+5
| | * | | | | | | | | | Merge branch 'master' into mc_mixer_fixAnton Babushkin2014-05-1549-3821/+3556
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Multirotor mixer: yaw limiting bug fixedAnton Babushkin2014-05-151-1/+1
| | * | | | | | | | | | | Multirotor mixer: limit yaw first, then roll/pitchAnton Babushkin2014-05-151-8/+16
| | * | | | | | | | | | | MC mixer input limiting implemented.Anton Babushkin2014-05-141-4/+9
| | * | | | | | | | | | | Multirotor mixer: more careful limitingAnton Babushkin2014-05-141-37/+33
| * | | | | | | | | | | | commander: missed 'break' in 'switch' addedAnton Babushkin2014-05-171-0/+1
| * | | | | | | | | | | | ekf_att_pos_estimator: module.mk fixedAnton Babushkin2014-05-171-3/+3
| * | | | | | | | | | | | ekf_att_pos_estimator: fixed files names and perf counters namesAnton Babushkin2014-05-172-9/+9
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #965 from PX4/stack_fixesLorenz Meier2014-05-164-3/+5
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | inav: Fix scheduling type, we want ALL processes to stick to DEFAULTLorenz Meier2014-05-161-1/+1
| | * | | | | | | | | | | inav: Reduce stack size of start toolLorenz Meier2014-05-161-0/+2
| | * | | | | | | | | | | mavlink app: Reduce stack sizes minimally after further inspectionLorenz Meier2014-05-162-2/+2
| * | | | | | | | | | | | Minor cleanups on handling, make wrong reg accesses non-fatal for the transferLorenz Meier2014-05-162-13/+16
| * | | | | | | | | | | | px4io firmware: Actually accept failsafe values, check their range. Add an er...Lorenz Meier2014-05-161-2/+15
| |/ / / / / / / / / / /
| * | | | | | | | | | | px4io: Improve the documentation of the protocol header, NO FUNCTIONAL CHANGESLorenz Meier2014-05-161-5/+6
| * | | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into gps_loggingLorenz Meier2014-05-1555-3888/+3641
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge pull request #958 from PX4/yaw_offset_limitLorenz Meier2014-05-151-0/+8
| | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into yaw_offset_limitAnton Babushkin2014-05-1532-76/+166
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | mc_att_control: yaw offset limiting bug fixedAnton Babushkin2014-05-151-2/+2
| | | * | | | | | | | | | | mc_att_control: limit max yaw setpoint offsetAnton Babushkin2014-05-141-0/+8
| | * | | | | | | | | | | | Fixed alt ref initLorenz Meier2014-05-151-7/+13
| | * | | | | | | | | | | | Merge branch 'ekf_params' of github.com:PX4/FirmwareLorenz Meier2014-05-1514-3739/+3349
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | EKF / Paul Riseborough: Added guards for mag and airspeed innovationsLorenz Meier2014-05-131-4/+41
| | | * | | | | | | | | | | | Minor improvements to estimatorLorenz Meier2014-05-122-3/+9
| | | * | | | | | | | | | | | Re-enabled time compensationLorenz Meier2014-05-111-35/+35
| | | * | | | | | | | | | | | Clean implementation of filter startup delay implementationLorenz Meier2014-05-111-1/+5
| | | * | | | | | | | | | | | stupid fixLorenz Meier2014-05-112-4/+6
| | | * | | | | | | | | | | | ekf: Move dt inside classLorenz Meier2014-05-111-2/+1
| | | * | | | | | | | | | | | Experimental init delayLorenz Meier2014-05-111-1/+1
| | | * | | | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into ekf_paramsLorenz Meier2014-05-111-41/+23
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | More debug in filterLorenz Meier2014-05-111-10/+25
| | | * | | | | | | | | | | | | Addressed linter concernsLorenz Meier2014-05-111-1/+4
| | | * | | | | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into ekf_paramsLorenz Meier2014-05-1117-286/+406
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Disable time compensation for further testingLorenz Meier2014-05-101-35/+35
| | | * | | | | | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into ekf_paramsLorenz Meier2014-05-0920-180/+279
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #937 from gumstix/aerocoreLorenz Meier2014-05-153-3/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Add Gumstix AeroCore deviceAsh Charles2014-05-133-3/+18
| | | | |_|_|_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | mavlink start tool: Reduce stack size to 1000 - it is really just the command...Lorenz Meier2014-05-151-1/+1
| | * | | | | | | | | | | | | | | sdlog2 start tool: Reduce stack, since it just starts the appLorenz Meier2014-05-151-0/+2
| | * | | | | | | | | | | | | | | commander: Reduce calibration count, minimally reduce stack sizes after caref...Lorenz Meier2014-05-152-3/+3
| | * | | | | | | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into stack_sweepLorenz Meier2014-05-151-6/+23
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #938 from jean-m-cyr/masterLorenz Meier2014-05-141-6/+23
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | Free data manager work items the same way they were allocatedJean Cyr2014-05-131-4/+8
| | | | * | | | | | | | | | | | | | | Reduce potential dataman memory fragmentationJean Cyr2014-05-131-3/+16
| | | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | commander: Cleanup properly after out-of-mem errorLorenz Meier2014-05-151-0/+14
| | * | | | | | | | | | | | | | | | attitude_estimator_so3: Reduce start tool stack sizeLorenz Meier2014-05-151-0/+2