aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | Updated estimator, not using optical flow for now until proven on the benchLorenz Meier2014-04-212-331/+26
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sensor_err_handling' into ekf_paramsLorenz Meier2014-04-205-26/+56
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'usb_buf_hotfix' into ekf_paramsLorenz Meier2014-04-201-2/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | mavlink: Only write to TX buf if space is available. This is working around a...Lorenz Meier2014-04-201-2/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ekf_params' of github.com:PX4/Firmware into ekf_paramsLorenz Meier2014-04-202-9/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | Changed home position set to depend on the commander home position switchLorenz Meier2014-04-201-6/+16
| | * | | | | | | | | | | | | | | | | | | | | | | | | Added home position switch on GPS position - gives a more reliable home posit...Lorenz Meier2014-04-201-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | Safety checks, prepared to use GPS varianceLorenz Meier2014-04-201-9/+38
| * | | | | | | | | | | | | | | | | | | | | | | | | | Proper zero init of the filterLorenz Meier2014-04-201-0/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into ekf_paramsLorenz Meier2014-04-2010-26/+72
| |\| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into ekf_paramsLorenz Meier2014-04-203-49/+103
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Updated filter to most recent version with accel scale estimation, exposed cr...Lorenz Meier2014-04-204-583/+1190
| * | | | | | | | | | | | | | | | | | | | | | | | | | Decomission unmaintained position estimatorLorenz Meier2014-04-195-1255/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | Renamed FW filter to EKF to express its generic properties, switched multicop...Lorenz Meier2014-04-199-8/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | Add filter parameters and multicopter defaults to parametrize Pauls estimator...Lorenz Meier2014-04-193-0/+181
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #937 from gumstix/aerocoreLorenz Meier2014-05-1534-28/+2997
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | [l3gd20] Make gyro orientation board-overridableAsh Charles2014-05-142-16/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | [aerocore] Remove commented code for GPIO2Ash Charles2014-05-132-3/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | [l3gd20] Style fixes for l3g4200d integrationAsh Charles2014-05-131-22/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | [gps] Conditionally set default GPS portAsh Charles2014-05-132-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | [l3gd20] Add support for L3G4200D chipAsh Charles2014-05-131-10/+50
| * | | | | | | | | | | | | | | | | | | | | | | | | | Add Gumstix AeroCore deviceAsh Charles2014-05-1333-10/+2960
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #954 from PX4/stack_sweepLorenz Meier2014-05-1529-18/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | top: Reduce stack size, but leave some room if it has to print a few more appsLorenz Meier2014-05-151-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | mavlink start tool: Reduce stack size to 1000 - it is really just the command...Lorenz Meier2014-05-151-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | USB startup: Give NuttX enough time to tear down an app and free memory befor...Lorenz Meier2014-05-151-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | sdlog2 start tool: Reduce stack, since it just starts the appLorenz Meier2014-05-151-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | reboot command: Reduce stack size to 800 - it really just reboots and does no...Lorenz Meier2014-05-151-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | param command: Reduce stack size to 1800 after careful testingLorenz Meier2014-05-151-1/+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
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | startup: NuttX seems to free memory only AFTER the next command is issued, re...Lorenz Meier2014-05-151-0/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | | | | | | | | | | | | | attitude_estimator_ekf: Reduce start tool stack sizeLorenz Meier2014-05-151-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | examples: Adjust start tool and main stack sizes to reasonable defaultsLorenz Meier2014-05-153-2/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | | examples: fixed wing: Reduce start tool stack sizeLorenz Meier2014-05-151-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into stack_sweepLorenz Meier2014-05-152-9/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | attitude_estimator_so3: Code style fixesLorenz Meier2014-05-151-4/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | attitude_estimator_ekf: Code style fixesLorenz Meier2014-05-151-5/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | | sensors: Reduce stack mildly by 50 bytesLorenz Meier2014-05-151-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | mc_pos_control: Reduce stack mildly by 50 bytesLorenz Meier2014-05-151-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | mc_att_control: Reduce stack mildly by 50 bytesLorenz Meier2014-05-151-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into stack_sweepLorenz Meier2014-05-153-7/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | mc_pos_control: Code style fixes in commentsLorenz Meier2014-05-151-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | mc_att_control: Code style fixes in commentsLorenz Meier2014-05-152-7/+9
| | * | | | | | | | | | | | | | | | | | | | | | | | | | navigator: Reduce stack size by 50 bytesLorenz Meier2014-05-151-1/+1