ardupilot/libraries
Andrew Tridgell 7f0060b881 HAL_PX4: reduce the amount of time between loop() calls
500usec is too long for 400Hz copter
2015-02-14 12:25:43 +11:00
..
AC_AttitudeControl AC_AttitudeControl: fixed example build 2015-02-09 13:08:34 +11:00
AC_Fence AC_Fence: fix example sketch 2015-01-28 17:15:32 +09:00
AC_PID
AC_Sprayer AC_Sprayer: fix example sketch 2015-01-28 17:15:33 +09:00
AC_WPNav AC_WPNav: rename xy_mode 2015-02-06 17:00:57 +09:00
AP_ADC AP_ADC: added ADS1115 support 2015-02-12 12:57:45 +11:00
AP_ADC_AnalogSource AP_ADC_AnalogSource: avoid some float conversion warnings 2014-07-08 20:26:37 +10:00
AP_AHRS AP_AHRS: remove armed state, use hal.util soft_armed state 2015-02-11 20:25:11 +11:00
AP_Airspeed AP_Airspeed: ignore temperatures below -80 2015-02-06 21:41:15 +11:00
AP_Arming AP_Arming: added check for logging available 2015-02-06 19:05:02 +11:00
AP_Baro AP_Baro: added hil_mode support 2015-02-10 09:53:30 +11:00
AP_BattMonitor AP_BattMonitor: VRBRAIN deleted unused boards, corrected default batt volt divider. 2015-02-02 08:44:01 +11:00
AP_BoardConfig AP_BoardConfig: added BRD_SBUS_OUT parameter 2015-02-11 18:35:34 +11:00
AP_Buffer
AP_Camera
AP_Common AP_Common: Changes to fix the warnings in rover sitl build. 2015-02-11 18:16:45 +11:00
AP_Compass AP_Compass: Changes to fix the warnings in rover sitl build. 2015-02-11 18:16:45 +11:00
AP_Curve
AP_Declination
AP_EPM
AP_Frsky_Telem AP_Frsky_Telem: don't use flow control for FrSky 2015-01-29 15:53:41 +11:00
AP_GPS AP_GPS: Changes to fix the warnings in rover sitl build. 2015-02-11 18:16:45 +11:00
AP_HAL AP_HAL: add soft_armed state to hal.util 2015-02-11 20:25:10 +11:00
AP_HAL_AVR HAL_AVR: fixed example build 2015-02-09 13:08:45 +11:00
AP_HAL_AVR_SITL HAL_SITL: implement updated new_input() semantics 2015-02-09 10:39:10 +11:00
AP_HAL_Empty
AP_HAL_FLYMAPLE AP_Baro: split into frontend/backend 2015-01-09 11:50:54 +11:00
AP_HAL_Linux AP_HAL_Linux: added NavioAnalogIn 2015-02-12 12:57:45 +11:00
AP_HAL_PX4 HAL_PX4: reduce the amount of time between loop() calls 2015-02-14 12:25:43 +11:00
AP_HAL_VRBRAIN HAL_VRBrain: call parent Util constructor 2015-02-11 20:57:28 +11:00
AP_InertialNav AP_InertialNav: fix apm1 oilpan support 2015-02-11 18:22:42 +11:00
AP_InertialSensor AP_InertialSensor: add apm1 oilpan support 2015-02-11 18:22:44 +11:00
AP_L1_Control
AP_LandingGear LandingGear: command_mode becomes enum 2015-01-07 11:58:22 +09:00
AP_Limits
AP_Math AP_Math: Changes to fix the warnings in rover sitl build. 2015-02-11 18:16:46 +11:00
AP_Menu
AP_Mission Mission: fix example sketch 2015-01-28 17:15:44 +09:00
AP_Motors MotorsTri: add 80% throttle limit 2015-02-02 22:31:06 +09:00
AP_Mount AP_Mount: fixed build of example sketches 2015-02-09 11:49:10 +11:00
AP_NavEKF AP_NavEKF: Fix bug that resets position to origin when vehicle arms 2015-02-12 12:40:55 +11:00
AP_Navigation
AP_Notify AP_Notify: removed unused VRBRAIN files 2015-02-05 14:22:08 +09:00
AP_OpticalFlow OptFlow: fix example sketch 2015-01-28 17:15:47 +09:00
AP_Parachute AP_Parachute.cpp: Typo correction. 2015-02-13 16:16:10 +09:00
AP_Param
AP_PerfMon PerfMon: fix example sketch 2015-01-28 17:15:49 +09:00
AP_Progmem
AP_Rally
AP_RangeFinder AP_Rangefinder: added #if for VRBRAIN boards. 2015-02-02 08:43:59 +11:00
AP_RCMapper
AP_Relay
AP_Scheduler Scheduler: fix example sketch 2015-01-28 17:15:51 +09:00
AP_SerialManager SerialManager: correct protocol comments 2015-01-31 12:18:47 +09:00
AP_ServoRelayEvents
AP_SpdHgtControl
AP_TECS
AP_Terrain
AP_Vehicle
APM_Control APM_Control: changed default I gain for roll/pitch controllers to non-zero 2014-11-13 22:13:25 +11:00
APM_OBC
APM_PI
DataFlash DataFlash: fixed example builds 2015-02-09 13:09:16 +11:00
doc
Filter
GCS_Console
GCS_MAVLink GCS_MAVLink: re-generate headers (updated stdint.h usage) 2015-02-12 09:13:17 +11:00
PID
RC_Channel RC_Channel_Aux: Add new landing gear control to Aux_servo_function_t enum. 2015-01-07 11:58:17 +09:00
SITL SITL: lower the default noise in SITL 2015-01-22 11:33:09 +11:00
StorageManager