1552 Commits (881a66ae01580e2dfa510f7bd2633327e6c252b4)

Author SHA1 Message Date
Amilcar Lucas 5ffd489d87 Spellcheck 13 years ago
rmackay9 1e38b0d535 AP_GPS_NMEA: fix from Roberto Navoni to improve NMEA accuracy 13 years ago
Andrew Tridgell f9560ef093 GPS: use the new nav_setting in a couple of the sample sketches 13 years ago
Andrew Tridgell 33a2ad7e07 GPS: add stub settings for nav_setting in the other GPS drivers 13 years ago
Andrew Tridgell 514be604a5 GPS: added auto-configuration of UBlox GPS 13 years ago
Andrew Tridgell 9c1ce9e1c5 FastSerial: avoid buffer re-allocation on re-open if possible 13 years ago
Andrew Tridgell cf4e56457b SITL: map() is a C++ function, so needs to be in C++ part of the header 13 years ago
Andrew Tridgell cbf477addd GPS: added debug code to the main GPS class 13 years ago
Andrew Tridgell a8bfc5d8e9 GPS: re-open the serial port with a 256 byte serial receive buffer 13 years ago
Andrew Tridgell 296e651b30 GPS: fixed the UBLOX parser to handle unknown messages 13 years ago
Andrew Tridgell 9c2ba2e814 GPS: tidy up the auto gps test 13 years ago
Robert Lefebvre 238a1ced2c TradHeli adding ramp up time to Ch8 Throttle Pass-through. 13 years ago
Robert Lefebvre df17ff3bc1 AP_MotorsHeli Syntax correction. 13 years ago
Andrew Tridgell 25c17a5425 re-enable the AP_Mount build 13 years ago
Andrew Tridgell 0f0cbce22f GPS: fixed a race condition in the ublox driver 13 years ago
Andrew Tridgell 012fc35314 mavlink: fixed build with uart resend 13 years ago
Andrew Tridgell b6467cb1fa MAVLink: updates to mavlink headers to fix mavlink 1.0 issues 13 years ago
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