5930 Commits (547f154ba833e9c4b8a39f9d26245331f533cfbd)
 

Author SHA1 Message Date
Michael Oborne a5e3ce4655 remove cli planner mode - no longer used 12 years ago
Michael Oborne 0c84b8abf1 fix unit max. and unit type 12 years ago
Andrew Tridgell 07f5baea9e SITL: added in recursion check in timer_handler() 12 years ago
Andrew Tridgell 833d433caf Semaphore: switch to SREG = oldSREG pattern for interrupt mask/restore 12 years ago
Andrew Tridgell 6836a986f3 PeriodicProcess: switch to SREG = oldSREG pattern for interrupt mask/restore 12 years ago
Andrew Tridgell f843705da3 INS: switch to SREG = oldSREG pattern for interrupt mask/restore 12 years ago
Andrew Tridgell e331634bc5 AP_Baro: switch to SREG = oldSREG pattern for interrupt mask/restore 12 years ago
Andrew Tridgell fc63087cb8 AnalogSource: switch to SREG = oldSREG pattern for interrupt mask/restore 12 years ago
Andrew Tridgell c1a02e49a0 ADC: switch to SREG = oldSREG pattern for interrupt mask/restore 12 years ago
Andrew Tridgell ccb1f1722e SITL: fixed a interrupt recursion bug 12 years ago
Andrew Tridgell 3c88b0d204 AP_Param: fixed Vector3f elements with 16 character names 12 years ago
Andrew Tridgell 800d1e8020 VARTest: remove old NAME_LENGTH limit 12 years ago
Andrew Tridgell 39836eabb2 Rover: support 16 character parameter names 12 years ago
Andrew Tridgell bcf740a82f ACM: support 16 character parameter names 12 years ago
Andrew Tridgell a600ccece5 APM: support 16 character parameter names 12 years ago
Andrew Tridgell b0713ba412 AP_Param: support up to 16 character parameter names 12 years ago
Andrew Tridgell 58a0cfc0b3 params: fixed ordering of vehicle parsing 12 years ago
Andrew Tridgell 4683df4a21 params: fixed parsing of value lists with -1 elements 12 years ago
Andrew Tridgell c008ca7560 ACM: fixed documentation of disabling voltage/current pins for ArduCopter 12 years ago
Andrew Tridgell a7e537d6c0 INS: set the acceptable calibration error equal on all axes 12 years ago
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