You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
james.goppert 21634dad19 Added AP_DCM_HIL class. 14 years ago
..
APM_BMP085 APM_BMP085 - added InitialiseWireLib parameter to Init function. This allows us to skip the Wire.begin which should only be called once. 14 years ago
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. 14 years ago
APM_Compass Use fabs() rather than abs() for floating-point values. 14 years ago
APM_FastSerial
APM_PerfMon modified APM_PerfMon to display results sorted by %cpu 14 years ago
APM_RC re-uploaded 14 years ago
AP_ADC Full HIL working! 14 years ago
AP_Common Added inclusion guard to menu.h 14 years ago
AP_Compass git-svn-id: https://arducopter.googlecode.com/svn/trunk@1004 f9c3cf11-9bcb-44bc-f272-b75c42450872 14 years ago
AP_DCM Added AP_DCM_HIL class. 14 years ago
AP_GPS Eliminate GPS::_error, as it's responsible for pulling in the old printf, which doesn't work anymore. Fixing it's not worth the effort. 14 years ago
AP_IMU Added dynamic setting of compass 14 years ago
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. 14 years ago
AP_Navigation still unstable 15 years ago
DataFlash Added GetWritePage() 15 years ago
FastSerial Add ::peek for compatibility with trunk Arduino. 14 years ago
GCS_MAVLink Added airspeed message to mavlink. 14 years ago
GPS_IMU fixed issue #34 from issues list regarding incredibly minor issue in keywords.txt. Also fixed a spelling mistake and removed the "n" from Jordi's name that causes Arduino IDE to complain about non-standard characters. 15 years ago
GPS_MTK corrected units on MTK test program 15 years ago
GPS_NMEA
GPS_UBLOX cleanup 15 years ago
PID Added load_gains to PID constructor. 14 years ago
RC_Channel rc range bug fixed 14 years ago
Waypoints still unstable 15 years ago