aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Moved math library to library dir, improved sensor-level HIL, cleaned up geo ...Lorenz Meier2013-08-2167-163/+208
* Merged fmuv2_bringupLorenz Meier2013-08-2114-469/+716
|\
| * Merge pull request #12 from cvg/fmuv2_bringup_lsm303d_configLorenz Meier2013-08-217-440/+645
| |\
| | * Adapted the MPU6000 to have the same get range ioctls and defines for defaultsJulian Oes2013-08-211-39/+48
| | * L3GD20 and LSM303D reset and range config working properly nowJulian Oes2013-08-212-87/+136
| | * Use gyro at correct rateJulian Oes2013-08-211-4/+4
| | * Get units right in configJulian Oes2013-08-211-2/+2
| | * Changed range handling of LSM303D once again, added defines for default valuesJulian Oes2013-08-211-24/+39
| | * Workaround to get the HMC5883 default rate rightJulian Oes2013-08-211-4/+4
| | * Forgot to comment mag init in sensors.cpp back back inJulian Oes2013-08-211-2/+2
| | * Add reset and samplerate ioctl to HMC5883 driverJulian Oes2013-08-211-47/+60
| | * Don't store m/s^2 and G at the same timeJulian Oes2013-08-211-4/+1
| | * Improved LSM303D driver, plus some fixes to the HMC5883Julian Oes2013-08-205-229/+379
| | * Sorry, finally got the axes of the external mag rightJulian Oes2013-08-201-2/+2
| | * Handle the config command line arguments a bit more intuitiveJulian Oes2013-08-201-87/+59
| * | Moved mavlink log to system libLorenz Meier2013-08-214-19/+10
| * | Build fix, added command line switch norc to disable RCLorenz Meier2013-08-211-0/+26
| * | Added flag to disable RC evaluation onboard of IO (raw values still forwarded)Lorenz Meier2013-08-214-11/+36
| |/
| * Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-204-7/+188
| |\
* | \ Merge branch 'seatbelt_multirotor_new' of github.com:PX4/Firmware into fmuv2_...Lorenz Meier2013-08-206-46/+118
|\ \ \
| * | | position_estimator_inav: "landed" detector implemented, bugfixesAnton Babushkin2013-08-206-46/+118
* | | | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringup_new_state...Lorenz Meier2013-08-201-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed accel self testJulian Oes2013-08-201-0/+2
* | | | Merge branch 'master' into fmuv2_bringup_new_state_machine_drtonLorenz Meier2013-08-201-1/+13
|\| | |
| * | | Show values when selftest failsLorenz Meier2013-08-201-1/+13
* | | | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringup_new_state...Lorenz Meier2013-08-204-7/+174
|\| | |
| * | | Merge branch 'sensor_selftests'Lorenz Meier2013-08-194-7/+174
| |\ \ \
| | * | | Made accel / gyro self tests aware of offsets and scales, added support to co...Lorenz Meier2013-08-094-7/+174
* | | | | Fixed NSH terminal initLorenz Meier2013-08-201-1/+1
* | | | | Merged calibration_cleanupLorenz Meier2013-08-201-172/+150
|\ \ \ \ \
| * | | | | WIP on getting low-priority non-command tasks out of the commander main loopLorenz Meier2013-08-171-139/+149
* | | | | | Merged seatbelt_multirotor_new / masterLorenz Meier2013-08-198-111/+208
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merged masterLorenz Meier2013-08-193-221/+325
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | commander, multirotor_pos_control, sdlog2: bugfixesAnton Babushkin2013-08-197-102/+197
* | | | | | Merge branch 'fmuv2_bringup' of github.com:cvg/Firmware_Private into fmuv2_br...Lorenz Meier2013-08-194-10/+49
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #11 from cvg/fmuv2_bringup_ext_mag_rotationLorenz Meier2013-08-194-10/+49
| |\ \ \ \ \
| | * | | | | Corrected orientation of external magJulian Oes2013-08-191-4/+5
| | * | | | | Sensors should now take into account the orientation of an external magJulian Oes2013-08-181-4/+16
| | * | | | | Add ioctl to find out if mag is external or onboardJulian Oes2013-08-183-8/+34
| * | | | | | Minimized nshterm flags, fixed some pretty stupid non-standard coding in top,...Lorenz Meier2013-08-192-9/+11
* | | | | | | Improved sensor startup and error checkingLorenz Meier2013-08-192-2/+2
* | | | | | | Added stop command to RGB ledLorenz Meier2013-08-191-2/+3
* | | | | | | Fixed status changed flagLorenz Meier2013-08-191-2/+2
* | | | | | | Minimized nshterm flags, fixed some pretty stupid non-standard coding in top,...Lorenz Meier2013-08-192-9/+11
* | | | | | | Fixed merge compile errorsLorenz Meier2013-08-191-61/+42
* | | | | | | mergedLorenz Meier2013-08-1936-1021/+2222
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | multirotor_pos_control: reset integrals when disarmedAnton Babushkin2013-08-193-4/+18
| * | | | | | vehicle_control_mode.flag_armed added, reset integrals in multirotor_att_cont...Anton Babushkin2013-08-197-29/+29
| * | | | | | vehicle_local_position topic updated, position_estimator_inav and commander f...Anton Babushkin2013-08-1810-213/+195
| * | | | | | commander, multirotor_att_control, position_estimator_inav: position valid fl...Anton Babushkin2013-08-173-85/+74