.. |
AP_ADC
|
Corrected adc conversion.
|
2010-12-12 07:34:12 +00:00 |
AP_Common
|
Added inclusion guard to menu.h
|
2010-11-28 00:35:59 +00:00 |
AP_Compass
|
AP_Compass - small change to include file used in example.
|
2010-12-18 04:48:52 +00:00 |
AP_DCM
|
Fix bug in transposed DCM matrix accessor
|
2010-12-14 18:39:02 +00:00 |
AP_GPS
|
AP_GPS libs now recover from disconnect or failed initialization.
|
2010-12-19 13:24:29 +00:00 |
AP_IMU
|
added direct setting of accel offsets
|
2010-12-19 03:21:38 +00:00 |
AP_Math
|
AP_Math - initialise vector2 and vector3 x,y,z values to zero. Doug found (and I confirmed) that if vectors or matrices were declared in a function (i.e. a local variable), they would often have non-zero values. Global declarations don't have this problem - it's a C++ performance thing it seems.
|
2010-11-22 02:29:15 +00:00 |
AP_Navigation
|
still unstable
|
2010-09-18 19:18:55 +00:00 |
AP_RangeFinder
|
AP_RangeFinder library. Simple library to support the Sharpe IR range finder and the Maxsonic XL sonar
|
2010-12-17 03:01:29 +00:00 |
APM_BinComm
|
Recover 256 bytes of RAM by making the packet transmission code smarter. Now we emit the packet directly from the procedure parameters, rather than wasting time and space packing it into a temporary buffer.
|
2010-11-11 07:16:32 +00:00 |
APM_BMP085
|
APM_BMP085 - added InitialiseWireLib parameter to Init function. This allows us to skip the Wire.begin which should only be called once.
|
2010-11-22 12:55:34 +00:00 |
APM_Compass
|
Use fabs() rather than abs() for floating-point values.
|
2010-11-27 09:50:03 +00:00 |
APM_FastSerial
|
New version of APM_FastSerial library
|
2010-08-13 16:17:08 +00:00 |
APM_PerfMon
|
modified APM_PerfMon to display results sorted by %cpu
|
2010-11-03 07:49:37 +00:00 |
APM_RC
|
Some changes to fix compile errors when using ATmega2560.
|
2010-12-19 13:05:02 +00:00 |
DataFlash
|
Some changes to fix compile errors when using ATmega2560.
|
2010-12-19 13:05:02 +00:00 |
FastSerial
|
Some changes to fix compile errors when using ATmega2560.
|
2010-12-19 13:05:02 +00:00 |
GCS_MAVLink
|
Added airspeed message to mavlink.
|
2010-12-10 07:26:59 +00:00 |
GPS_IMU
|
Some changes to fix compile errors when using ATmega2560.
|
2010-12-19 13:05:02 +00:00 |
GPS_MTK
|
Some changes to fix compile errors when using ATmega2560.
|
2010-12-19 13:05:02 +00:00 |
GPS_NMEA
|
Some changes to fix compile errors when using ATmega2560.
|
2010-12-19 13:05:02 +00:00 |
GPS_UBLOX
|
Some changes to fix compile errors when using ATmega2560.
|
2010-12-19 13:05:02 +00:00 |
PID
|
added ability to get the integrator for debugging
|
2010-12-13 04:05:55 +00:00 |
RC_Channel
|
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1118 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-13 04:08:22 +00:00 |
Waypoints
|
still unstable
|
2010-09-18 19:18:55 +00:00 |