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.
 
 
 
 
 
 
Niti Rohilla 8fcf5cf0c1 Changed the prototype of handle_guided_request() to report error 9 years ago
..
AC_AttitudeControl AC_AttitudeControl: fixed comment on function 9 years ago
AC_Fence AC_Fence: replace header guard with pragma once 9 years ago
AC_InputManager AC_InputManager_Heli: get_pilot_desired_throttle in 0 to 1 range 9 years ago
AC_PID Global: start using cmath instead of math.h 9 years ago
AC_PrecLand AC_PrecLand: replace header guard with pragma once 9 years ago
AC_Sprayer AC_Sprayer: replace header guard with pragma once 9 years ago
AC_WPNav AC_WPNav: limit WPNAV_ACCEL to that implied by ANGLE_MAX 9 years ago
APM_Control APM_Control: remove unused _last_error member 9 years ago
APM_OBC APM_OBC: changed param RC_FAIL_MS to RC_FAIL_TIME in float seconds 9 years ago
AP_ADC Global: start using cmath instead of math.h 9 years ago
AP_ADSB AP_ADSB: replace header guard with pragma once 9 years ago
AP_AHRS AHRS_NavEKF: fix get_position by using ekf origin 9 years ago
AP_AccelCal AP_AccelCal: check return of get_calibrator 9 years ago
AP_Airspeed AP_Airspeed: changed default pin for Navio boards 9 years ago
AP_Arming AP_Arming: Fetch GPS configuration failure reason 9 years ago
AP_Baro Add @Volatile, @ReadOnly support 9 years ago
AP_BattMonitor AP_BattMonitor: make param BATT_WATT_MAX plane only 9 years ago
AP_BoardConfig AP_BoardConfig: use hal.rcout->enable_sbus_out() 9 years ago
AP_Buffer AP_Buffer: replace header guard with pragma once 9 years ago
AP_Camera AP_Camera: clearer parameter docs for trigger pin 9 years ago
AP_Common missing: add cmath 9 years ago
AP_Compass AP_Compass: Add HMC5843 and second AK8963 autodetection to BBBmini 9 years ago
AP_Declination Global: start using cmath instead of math.h 9 years ago
AP_EPM Revising ardupilot.com to .org 9 years ago
AP_Frsky_Telem AP_Frsky_Telem: remove unnecessary abs 9 years ago
AP_GPS AP_GPS: fixed init string for SBF GPS 9 years ago
AP_HAL AP_OpticalFlow: move bus definition to AP_HAL header 9 years ago
AP_HAL_AVR HAL_AVR: update URL 9 years ago
AP_HAL_Empty HAL_Empty: added uartF 9 years ago
AP_HAL_FLYMAPLE Revising ardupilot.com to .org 9 years ago
AP_HAL_Linux AP_HAL_Linux: changed ADC logic a bit for Navio 2 9 years ago
AP_HAL_PX4 HAL_PX4: added comment on oneshot 9 years ago
AP_HAL_QURT HAL_QURT: added uartF 9 years ago
AP_HAL_SITL HAL_SITL: support fireflyy6 as quadplane 9 years ago
AP_HAL_VRBRAIN HAL_VRBRAIN: added uartF 9 years ago
AP_IRLock AP_IRLock: replace header guard with pragma once 9 years ago
AP_InertialNav AP_InertialNav: replace header guard with pragma once 9 years ago
AP_InertialSensor AP_InertialSensor: added set of delta angle time for replay 9 years ago
AP_L1_Control AP_L1_Control: replace fabsf with labs 9 years ago
AP_LandingGear AP_LandingGear: replace header guard with pragma once 9 years ago
AP_Math AP_Math: fixed memory leak 9 years ago
AP_Menu AP_Menu: replace header guard with pragma once 9 years ago
AP_Mission AP_Mission: Remove DO_SET_PARAMETER 9 years ago
AP_Motors AP_Motors: allow arbitrary motor mapping with tricopters 9 years ago
AP_Mount AP_Mount: replace header guard with pragma once 9 years ago
AP_NavEKF AP_NavEKF: check mag instance id when returning mag offsets 9 years ago
AP_NavEKF2 AP_NavEKF2: use vector comparison for new mag vector 9 years ago
AP_Navigation AP_L1 - add a stale flag 9 years ago
AP_Notify AP_Notify: add ToneAlarm_PX4_Solo 9 years ago
AP_OpticalFlow AP_OpticalFlow: remove trailing whitespaces 9 years ago
AP_Parachute AP_Parachute: resolve compile warning re init order 9 years ago
AP_Param AP_Param: explicitly cast to float to avoid Clang warning 9 years ago
AP_RCMapper AP_RCMapper: replace header guard with pragma once 9 years ago
AP_RPM Global: start using cmath instead of math.h 9 years ago
AP_RSSI AP_RSSI: use fabsf instead of abs 9 years ago
AP_Rally AP_Rally: replace header guard with pragma once 9 years ago
AP_RangeFinder Global: start using cmath instead of math.h 9 years ago
AP_Relay AP_Relay: replace header guard with pragma once 9 years ago
AP_Scheduler AP_Scheduler: added optional perf counters at SCHED_DEBUG >= 4 9 years ago
AP_SerialManager Revising ardupilot.com to .org 9 years ago
AP_ServoRelayEvents AP_ServoRelayEvents: replace header guard with pragma once 9 years ago
AP_SpdHgtControl AP_TECS: created accessor for TECS_LAND_ARSPD param 9 years ago
AP_TECS AP-TECS: constrain proportion to 0-1 for spdweight scale so it doesn't grow backup after land point 9 years ago
AP_Terrain AP_Terrain: replace header guard with pragma once 9 years ago
AP_Vehicle AP_Vehicle: replace header guard with pragma once 9 years ago
DataFlash DataFlash: added DelaT to delta-angle logs 9 years ago
Filter Global: start using cmath instead of math.h 9 years ago
GCS_Console GCS_Console: replace header guard with pragma once 9 years ago
GCS_MAVLink Changed the prototype of handle_guided_request() to report error 9 years ago
PID Global: start using cmath instead of math.h 9 years ago
RC_Channel RC_Channel: extend channel mapping to 16 channels 9 years ago
SITL SITL: allow for changing FlightAxis controller IP 9 years ago
StorageManager Revising ardupilot.com to .org 9 years ago
doc