5910 Commits (471ed9429a059605cd788c789bdec35fd7b0c0e6)
 

Author SHA1 Message Date
Andrew Tridgell 40fc0feaf9 INS: show calibration values on failure 12 years ago
Andrew Tridgell a5ed0de2cf APM: set MANUAL_LEVEL to 1 on successful accel calibration 12 years ago
Andrew Tridgell 85e050f16c INS: get check for send_msg the right way around! 12 years ago
Andrew Tridgell fd3993287d INS: disable accel calibration on the 1280 12 years ago
Andrew Tridgell 9c811671f1 INS: make calibrate_accel() return a bool 12 years ago
Andrew Tridgell 152c12c283 INS: fixed raw accel offset for APM1 12 years ago
Andrew Tridgell 3776e6108f INS: use vector subtraction to make code clearer 12 years ago
Andrew Tridgell 2f287846b5 APM: don't use mavlink msgs for accel cal in cli 12 years ago
Andrew Tridgell 3aeaf2ece6 APM: k_param_imu is now unused 12 years ago
Andrew Tridgell 69fbcc8683 MAVLink: fixed accel and gyro sensor offsets in MAVLink 12 years ago
Andrew Tridgell f80783665f APM: fixed throttle display to always be between 0 and 100 12 years ago
rmackay9 8ccac5da3d AP_InertialSensor: correct typo to datasheet's filename 12 years ago
Andrew Tridgell 5a214acca3 AHRS: changed the docs for AHRS_YAW_P and AHRS_RP_P 12 years ago
rmackay9 810da878e7 ArduCopter: performance monitoring - changed loop counters to uint16_t. 12 years ago
Andrew Tridgell 71f8166818 autotest: fix a race condition with baro noise on startup 12 years ago
Andrew Tridgell dafaa2efc8 SITL: disable optical flow on the desktop build 12 years ago
Andrew Tridgell 17c115d2aa SITL: don't define __AVR_ATmega2560__ on desktop build 12 years ago
Andrew Tridgell 7181780d3a DigitalWriteFast: added README about license and author 12 years ago
Andrew Tridgell a3c3c59b82 ACM: fixed some memory cast warnings 12 years ago
Andrew Tridgell 8311062610 AP_OpticalFlow: fixed some memory cast warnings 12 years ago
Andrew Tridgell 10b8030e62 AP_Limits: fixed some memory cast warnings 12 years ago
Andrew Tridgell fe23d27904 SITL: added SREG declaration 12 years ago
Andrew Tridgell 9e9c08b6d7 DigitalWriteFast: fixed memory cast to work on SITL build 12 years ago
Andrew Tridgell 7b733cd12b APM: fixed altitude_filter for new LowPassFilter syntax 12 years ago
Andrew Tridgell 8d1905a40b APM: change WIND direction to match convention 12 years ago
Andrew Tridgell 283fb7e606 Rover: added support for finish line waypoints 12 years ago
rmackay9 07a7a1acd8 ArduCopter: replaced digitalRead and digitalWrite with faster calls 12 years ago
rmackay9 67fadd337d DigitalWriteFast: first addition of lib to speed up read and writes of analog pins 12 years ago
rmackay9 957d366cca Filter: improved low pass filter allows setting gain using time_step and cutoff freq 12 years ago
Andrew Tridgell 16b5b00368 Rover: removed inverted flight support 12 years ago
Andrew Tridgell ebaf1a1ae9 Rover: fixed the sonar 12 years ago
Andrew Tridgell abc0a1cd38 Rover: major update, fixing lots of bugs 12 years ago
Andrew Tridgell 531e62d3b5 MAVLink: improve usefulness of logged GPS velocities 12 years ago
Jason Short 5f57678a9c ACM Nav_throttle- removed sign inversion 12 years ago
Robert Lefebvre 9c6e914bf8 Added Leonard to Contributor List. 12 years ago
John Arne Birkeland be697724ac Improved watchdog timer reset, so that only valid input signals will prevent the watchdog timer from triggering 12 years ago
rmackay9 01dc9fbe3e APM_RC: allow ppm sum for as few as 5 channels 12 years ago
rmackay9 47b1bc30d3 APM_RC: fix _last_update definition to resolve build error 12 years ago
John Arne Birkeland 4258490cd8 APM_RC - Interupt safe get_last_update(); 12 years ago
rmackay9 e92b560df5 ArduCopter: low baterry failsafe 12 years ago
rmackay9 73ed6c9dbf ArduCopter, APM_RC: failsafe if PPM encoder fails to update for 2 seconds 12 years ago
Michael Oborne 30e7b8e494 Mission Planner 1.2.20 12 years ago
Andrew Tridgell 8561f08b2f AP_AHRS: prevent a large delta_t from affecting DCM solution 12 years ago
Andrew Tridgell e9e01ae28a SITL: fixed build with new sonar driver 12 years ago
rmackay9 258442770d ArduCopter: flight mode changes ignored while in throttle failsafe 12 years ago
rmackay9 cdfd3f9ccc ArduCopter, ArduPlane: rename ap variable in GCS_Mavlink.pde to resolve compiler warning re shadowing of variable 'ap' 12 years ago
rmackay9 dcd98eee78 ArduCopter: remove some variables no longer required with introduction of AP_state 12 years ago
rmackay9 ac5dcc8d49 ArduCopter: remove last remanants of rate_d to resolve compiler warning of unused variables 12 years ago
rmackay9 4bfd3d5a29 AP_RangeFinder_MaxsonarI2CXL: fix compiler error re undefine I2c 12 years ago
Jason Short ea7f639ebf ACM: Added fast descent with Bill P's equation for managed accerlation 12 years ago