1564 Commits (807c4ced346862e0424f8df5768318fdbf18715a)

Author SHA1 Message Date
Jason Short 7b9583453b Added a crude Lead Filter. Needs some fine tuning, lag specification, scaling. Works great on 4hz GPS such as Mtek. 13 years ago
Amilcar Lucas 78ccb9d37f Add linebreaks to increase readability. 13 years ago
Amilcar Lucas b072a59843 Improve parameters descriptive text 13 years ago
Amilcar Lucas 594cedd324 Documentation improvements, no functional changes (only comments) 13 years ago
Amilcar Lucas f4e9587aca Move local temp variables to the stack it saves 1952 bytes 13 years ago
Wingspinner d09ac5899b Added support for channel curves (and expo) to AP_RC_Channel class. Also updated AP_RC_Channel example/test to demonstrate and test new functionality 13 years ago
Wingspinner b699c77323 Added support for channel curves (and expo) to AP_RC_Channel class. Also updated AP_RC_Channel example/test to demonstrate and test new functionality 13 years ago
Andrew Tridgell a851c53de4 GPS: need pgmspace.h for _write_progstr_block() 13 years ago
Andrew Tridgell 70f18289c5 GPS: fixed auto-config of UBlox setup with no UBX messages 13 years ago
Andrew Tridgell 1fe297ab63 FastSerial: added tx_pending() method 13 years ago
Amilcar Lucas 1906e06b69 Added camera trigger functionality 13 years ago
Amilcar Lucas a32b7c200b Add "3 axis camera stabilization" and "point camera to 3D point" functionality 13 years ago
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