ardupilot/libraries
Andrew Tridgell 0f72eae216 AP_Camera: removed 3 camera trigger types that do not work
the trigger by wp distance, trigger with throttle off and trigger a
transistor all don't work, and are not structured correctly, plus are
dangerous.

The existing relay support can (correctly!) handle the resistor case
without hard-wiring a pin. The "turn off throttle to trigger" idea is
badly broken, it would crash a copter if it worked. We can make it
work properly on planes if there is demand. As it was it didn't work
anyway. 

The triggger by wp distance method was broken, and had no way to
initiate a trigger anyway
2013-07-15 09:55:38 +10:00
..
AC_Fence AC_Fence: fixed example build 2013-05-08 16:44:50 +10:00
AC_PID AC_PID: fixed indent-tabs-mode 2013-05-30 09:54:53 +10:00
AC_WPNav WPNav: stopping point projection uses wp_leash 2013-07-11 11:39:44 +09:00
APM_Control APM_Control: changed attitude controllers to take angular error not angle 2013-07-13 21:45:58 +10:00
APM_OBC build: change from Arduino.mk to apm.mk 2013-01-02 17:29:37 +11:00
APM_PI APM_PI: fixed indent-tabs-mode 2013-05-30 09:54:53 +10:00
AP_ADC AP_ADC: removed unused setHIL method 2013-05-02 15:27:16 +10:00
AP_ADC_AnalogSource AP_ADC_AnalogSource: added voltage_average_ratiometric() 2013-05-13 15:13:59 +10:00
AP_AHRS AP_AHRS: removed get_roll_rate_earth() and get_pitch_rate_earth() 2013-07-13 21:45:58 +10:00
AP_Airspeed AP_Airspeed: added get_airspeed_ratio() and set_airspeed_ratio() 2013-07-13 21:53:38 +10:00
AP_Baro AP_Baro: added GND_ALT_OFFSET parameter 2013-07-10 14:38:57 +10:00
AP_Buffer AP_Buffer: fixed indent-tabs-mode 2013-05-30 09:53:15 +10:00
AP_Camera AP_Camera: removed 3 camera trigger types that do not work 2013-07-15 09:55:38 +10:00
AP_Common AP_Common: fixed indent-tabs-mode 2013-05-30 09:52:38 +10:00
AP_Compass AP_Compass: removed comparison out of range compiler warning 2013-07-08 14:57:25 +10:00
AP_Curve AP_Curve: fixed indent-tabs-mode 2013-05-30 09:54:53 +10:00
AP_Declination AP_Declination: fixed indent-tabs-mode 2013-05-30 09:54:53 +10:00
AP_GPS AP_GPS: switch fields to add units suffix 2013-07-10 14:04:22 +10:00
AP_HAL AP_HAL: resolved -Woverloaded-virtual warning 2013-07-08 12:17:34 +10:00
AP_HAL_AVR HAL_AVR: reorder parameters to remove a warning with -Wreorder 2013-07-08 12:07:50 +10:00
AP_HAL_AVR_SITL HAL_SITL: Fixing SITL build for OSX. 2013-07-05 22:36:57 +10:00
AP_HAL_Empty Update AnalogIn.cpp 2013-06-26 23:22:08 -10:00
AP_HAL_PX4 HAL_PX4: fixed definition of relay and piezo pins 2013-07-11 13:50:23 +10:00
AP_HAL_SMACCM AP_HAL: make storage->write_block() take a const pointer 2013-06-04 14:02:13 +10:00
AP_InertialNav AP_InertialNav: fixed indent-tabs-mode 2013-05-30 09:54:53 +10:00
AP_InertialSensor INS: relax accel offset check to 3.5 m/s/s 2013-07-13 10:43:07 +09:00
AP_L1_Control AP_L1_Control: fixed indent-tabs-mode 2013-05-30 09:54:53 +10:00
AP_LeadFilter AP_LeadFilter: fixed indent-tabs-mode 2013-05-30 09:54:53 +10:00
AP_Limits AP_Limits: fixed indent-tabs-mode 2013-05-30 09:52:00 +10:00
AP_Math AP_Math: add M_PI_2 definition 2013-07-14 15:57:26 +09:00
AP_Menu AP_Menu: fixed indent-tabs-mode 2013-05-30 09:51:43 +10:00
AP_Motors ACMotors: bug fix to yaw limit 2013-07-05 13:51:59 -10:00
AP_Mount AP_Mount: make the code a bit easier to read 2013-06-03 16:23:48 +10:00
AP_Navigation AP_Navigation: fixed indent-tabs-mode 2013-05-30 09:54:53 +10:00
AP_OpticalFlow OptFlow: initialisation fix 2013-07-11 14:14:37 +09:00
AP_Param AP_Param: use 0xFFFF not __UINT16_MAX__ 2013-07-09 20:51:06 +10:00
AP_PerfMon AP_PerfMon: fixes to make it work under AP_HAL (almost) 2013-01-23 21:22:17 +09:00
AP_Progmem AP_Progmem: fixed type of strncmp_P() 2013-05-31 07:58:29 +10:00
AP_RCMapper AP_RCMapper: improved docs for RCMAP_* 2013-06-03 16:28:05 +10:00
AP_RangeFinder AP_RangeFinder: fixed indent-tabs-mode 2013-05-30 09:51:11 +10:00
AP_Relay AP_Relay: update for new PX4 relay pin 2013-07-11 13:50:23 +10:00
AP_Scheduler AP_Scheduler: added SCHED_DEBUG=2 2013-04-21 23:46:35 +10:00
AP_SpdHgtControl TECS: added height update_pitch call 2013-07-10 14:04:22 +10:00
AP_TECS AP_TECS: compile error fix for size_of(log_tuning) 2013-07-12 11:45:02 +09:00
DataFlash DataFlash: changes for GPS field changes 2013-07-10 14:04:22 +10:00
Filter Filter: validity of array index was checked AFTER accessing the element. 2013-07-08 12:17:59 +10:00
GCS_Console build: change from Arduino.mk to apm.mk 2013-01-02 17:29:37 +11:00
GCS_MAVLink GCS_MAVLink: include AP_Math.h 2013-07-14 15:56:58 +09:00
PID PID: fixed indent-tabs-mode 2013-05-30 09:50:37 +10:00
RC_Channel RC_Channel: fixed dead_zone for range channels 2013-07-13 13:18:54 +10:00
SITL SITL: added SIM_MAG_ERROR parameter 2013-05-27 13:37:34 +10:00
doc Checking these in makes the libraries too bulky. We need to host them somewhere. 2011-01-04 06:22:02 +00:00
memcheck memcheck: fixed for PX4 build 2013-01-02 14:45:09 +11:00