1535 Commits (d8919731ee10e24c8a77a5ebe2c8589727d39af1)

Author SHA1 Message Date
Andrew Tridgell d8919731ee Mavlink: fixed library build for MAVLink 1.0 13 years ago
Andrew Tridgell ec1abbf987 SITL: fixed SITL build with mavlink10 13 years ago
Andrew Tridgell 60f8d09506 mavlink10: fixed MAV_VAR -> MAVLINK_TYPE 13 years ago
Andrew Tridgell bccfb08c55 MAVLink: updated to latest upstream mavlink 13 years ago
Jason Short 73e23aab2a GPS time set to unsigned int32 13 years ago
rmackay9 5c9dc00ae2 AP_Baro: fixed comment to clarify that every-other call updates temperature or pressure 13 years ago
rmackay9 dcdeae412e ArduCopter: Another attempt at fixing the lat/lon printing bug in which small negative lattitudes or longitudes were appearing as positives. 13 years ago
rmackay9 173ae33627 ArduCopter Desktop Build: added definition of "map" to wiring.h and included WMath.cpp to fix SITL build failures. 13 years ago
rmackay9 c82a403b88 AP_MotorsHeli: Added reference to "Arduino.h" to allow autotest builder to work. 13 years ago
rmackay9 c3b1a79f6a RC_Channel library: change all "int" types to "int16_t". 13 years ago
rmackay9 d9f124afbb RC_Channel.pde: fixed compile errors so that it actually works! 13 years ago
rmackay9 2a216ce900 ArduCopter: fixed print_latlon bug in which it would print negative lat/lon numbers incorrectly (i.e. -1234567890 would be printed as -124.xxx). 13 years ago
Jason Short c2d14a5cad RC_Channel fix for throttle output. 13 years ago
Jason Short 0adb5cb396 Issue 416: RC_Channel – Fix to make dead_zones still output 0 13 years ago
Jason Short 1c690b44de removed never used filter, and fixed a constrain that could make range calcs go bad 13 years ago
Jason Short 862b374d19 Channel rage fix - low output was always 0 vs _low 13 years ago
Robert Lefebvre 5f058fb9b2 TradHeli: Incorporating Ext ESC Control 13 years ago
Robert Lefebvre 56335e81e4 Fix TradHeli Collective Yaw Effect bug. 13 years ago
Andrew Tridgell ddfa06e857 SITL: fixed ChipErase() 13 years ago
Andrew Tridgell 6e444f6b64 SITL: fixed build with new ChipErase() call 13 years ago
Andrew Tridgell fc73fd6531 DataFlash: use ChipErase() instead of PageErase() on all pages 13 years ago
Andrew Tridgell f274df454a DCM: fixed a bug when using GPS for yaw correction 13 years ago
Andrew Tridgell 9d221b3625 AP_Common: fixed some duplicate product ID warnings 13 years ago
rmackay9 357d6c2d9b ArduCopter: bug fix for reversing tri servo 13 years ago
Craig Elder 69bf5700cd IMU: expose IMU_PRODUCT_ID as EEPROM Variable 13 years ago
Craig Elder 4a1d8b0875 AP_InertialSensor: Return product ID from sensor initialization 13 years ago
Craig Elder 4c46955612 PRODUCT: Define product IDs for all supported products 13 years ago
Craig Elder ed99940bee MPU6000: Fixed Scaling on Accelerometers Rev C vs Rev D 13 years ago
Chris Anderson 34f5923ef3 fixed typo ("minimum" should have been "maximum") 13 years ago
Andrew Tridgell 2dd655d87d MPU6k: added suspend/resume on init 13 years ago
Andrew Tridgell 88b2139d91 Baro: added suspend/resume on init 13 years ago
Andrew Tridgell d692a932ca ADC: added suspend/resume on init 13 years ago
Andrew Tridgell 534aee17e9 TimerProcess: added suspend_timer()/resume_timer() 13 years ago
rmackay9 6e1798b104 AP_AHRS: updated default AHRS_YAW_P to 0.2 (was 0.4) 13 years ago
Andrew Tridgell ca8bc34c98 MAVLink: re-generated with new pygen 13 years ago
Adam M Rivera 56d3fa1601 Parameters.pde/AP_MotorsHeli: Updated comments to leverage the new value aliases 13 years ago
Andrew Tridgell 4f90e6e844 build: cope with Arduino 1.0 in command line build 13 years ago
Adam M Rivera 239323eaa4 Parameters.pde/AP_MotorsHeli.cpp: Added comments from Roberts clone. 13 years ago
Adam M Rivera 3309dec205 AP_AHRS_DCM.cpp: Added comments that follow the new parse structure 13 years ago
Andrew Tridgell 89041c6996 sitl: support MAVLink 1.0 builds 13 years ago
Andrew Tridgell d11957718f MAVLink: removed the cpp part of the library 13 years ago
Andrew Tridgell eb5bc964d8 MAVLink: one more define for MAVLink 1.0 compat 13 years ago
Andrew Tridgell 0753782c49 MAVLink: re-add the XML message definitions 13 years ago
Andrew Tridgell 5c067d5a03 MAVLink: imported new mavlink header updates 13 years ago
Andrew Tridgell e8f8115a8f APM_RC: added OutputCh_current() method 13 years ago
Andrew Tridgell 2a3af369b6 DCM: buffer omega_I changes over 10 seconds 13 years ago
Andrew Tridgell f27d85cb8d DCM: drop the 'drop z' method 13 years ago
rmackay9 11a384a7ff AP_Motors - allow tail servo to be reversed. Closes ArduCopter issue #228 13 years ago
rmackay9 c45b124cbe DataFlash_APM2 - moved CS_inactive call (which disables the dataflash) from the beginning to the end of all methods. This means the dataflash does not monopolize the SPI bus. 13 years ago
rmackay9 f18ee75b5c AP_OpticalFlow - updated test sketch to allow testing of APM2 version 13 years ago