Ardupilot2/libraries
2012-07-05 08:46:50 +09:00
..
AC_PID AC_PID - added more paranoid checking that imax is positive in constructor, operator() and load_gains methods 2012-03-20 11:51:15 +09:00
AP_ADC ADC: added suspend/resume on init 2012-05-01 12:06:54 +10:00
AP_AHRS AP_AHRS: removed DCM_test example sketch 2012-07-04 18:22:51 +09:00
AP_AnalogSource AnalogSource: added some example code 2012-07-01 15:01:05 +10:00
AP_Baro Baro: average over all pressure/temperature samples on MS5611 2012-07-02 13:44:53 +10:00
AP_Camera Documentation improvements, no functional changes (only comments) 2012-06-17 22:53:54 +02:00
AP_Common AP_Common: fixed some duplicate product ID warnings 2012-05-17 23:37:32 +10:00
AP_Compass Compass: remove the need to call calculate() on the compass object 2012-06-27 16:01:50 +10:00
AP_Declination AP_Declination: save some more memory by putting the declination keys in progmem 2012-03-30 14:25:27 +11:00
AP_EEPROMB
AP_GPS GPS: test the more modern MTK16 2012-06-27 16:01:50 +10:00
AP_IMU Spellcheck 2012-06-13 20:44:35 +02:00
AP_InertialSensor MPU6k: removed an unused variable 2012-06-29 21:54:09 +10:00
AP_LeadFilter Added a crude Lead Filter. Needs some fine tuning, lag specification, scaling. Works great on 4hz GPS such as Mtek. 2012-06-21 11:14:20 -07:00
AP_Math AP_Math: cope with co-located waypoints in location_passed_point() 2012-07-04 14:24:04 +10:00
AP_Motors AP_Motors: clarified some doxygen descriptions for TradHeli 2012-07-05 08:46:50 +09:00
AP_Mount Document++ 2012-07-05 00:33:46 +02:00
AP_Navigation
AP_OpticalFlow AP_OpticalFlow - updated test sketch to allow testing of APM2 version 2012-04-21 20:11:18 +09:00
AP_PeriodicProcess AnalogSource: make the Arduino AnalogSource interrupt driven 2012-07-01 15:01:05 +10:00
AP_PID
AP_RangeFinder
AP_RC_Channel 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 2012-06-15 08:40:14 +00:00
AP_Relay
AP_Var
APM_PI
APM_RC APM_RC: added OutputCh_current() method 2012-04-24 10:57:43 +10:00
APO Added camera trigger functionality 2012-06-13 21:00:20 +02:00
Arduino_Mega_ISR_Registry
DataFlash DataFlash: fallback to BlockErase if ChipErase fails 2012-07-04 12:42:46 +10:00
Desktop SITL: added SIM_GPS_DELAY parameter 2012-07-04 21:05:22 +10:00
doc
FastSerial FastSerial: added tx_pending() method 2012-06-15 15:53:27 +10:00
Filter Filter: added 5 point average float filter 2012-06-27 16:01:50 +10:00
GCS_MAVLink re-enable the AP_Mount build 2012-06-04 19:32:11 +10:00
GPS_IMU/examples/GPS_IMU_test
I2C I2C: fixed cr/lf mess 2012-03-11 15:37:07 +11:00
memcheck
PID
RC_Channel Remove unused function 2012-07-05 00:33:10 +02:00
SITL SITL: added SIM_GPS_DELAY parameter 2012-07-04 21:05:22 +10:00
Trig_LUT
Waypoints