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.
 
 
 
 
 
 
davidaroyer 8862e76284 AP_HAL: add support for Aerotenna OcPoC-Zynq hardware 8 years ago
..
AC_AttitudeControl AC_AttitudeControl: fixed PIRO_COMP index 8 years ago
AC_Avoidance AC_Avoidance: add adjust velocity by beacon fence 8 years ago
AC_Fence AC_Fence: reset fences breach on disable 8 years ago
AC_InputManager AC_InputManager: remove MAIN_LOOP_RATE in favour of parameter value 8 years ago
AC_PID AC_PID: minor formatting change 8 years ago
AC_PrecLand
AC_Sprayer
AC_WPNav AC_WPNav: correct comments 8 years ago
APM_Control AR_AttitudeControl: throttle and steering control library 8 years ago
AP_ADC
AP_ADSB AP_ADSB: fix getting a copy rather than a reference 8 years ago
AP_AHRS AP_AHRS: send ekf status reports even when EKF inactive 8 years ago
AP_AccelCal
AP_AdvancedFailsafe AP_AdvancedFailsafe: Allow the GCS to request terminations 8 years ago
AP_Airspeed AP_Airspeed: use FALLTHROUGH define 8 years ago
AP_Arming AP_Arming: Add bool check_min_max parameter for Copter/Sub RC checks 8 years ago
AP_Avoidance
AP_Baro AP_Baro: fixup Keller LD comments 8 years ago
AP_BattMonitor AP_BattMonitor: initial FMUv4pro support 8 years ago
AP_Beacon AP_Beacon: initialise counter in get_next_boundary_point 8 years ago
AP_BoardConfig AP_BoardConfig: Remove comments and use correct board number 8 years ago
AP_Buffer
AP_Button
AP_Camera AP_Camera: add const to some parameters 8 years ago
AP_Common AP_FWVersion: add structure to hold firmware version 8 years ago
AP_Compass AP_Compass: Remove unused time calls, stash the time in the read loop 8 years ago
AP_Declination
AP_FlashStorage
AP_Frsky_Telem
AP_GPS AP_GPS: SBF: Reject short packets early, allow 256 byte long messages to be decoded 8 years ago
AP_Gripper
AP_HAL AP_HAL: add support for Aerotenna OcPoC-Zynq hardware 8 years ago
AP_HAL_AVR
AP_HAL_Empty global: remove AP_HAL::in_timerprocess() 8 years ago
AP_HAL_FLYMAPLE
AP_HAL_Linux AP_HAL_Linux: HAL_Linux_Class: delay SPIUARTDriver static initialization 8 years ago
AP_HAL_PX4 Update HAL_PX4_Class.cpp 8 years ago
AP_HAL_QURT global: remove AP_HAL::in_timerprocess() 8 years ago
AP_HAL_SITL AP_HAL_SITL: Add support for blocked pitot tube simulations 8 years ago
AP_HAL_VRBRAIN global: remove AP_HAL::in_timerprocess() 8 years ago
AP_ICEngine AP_IceEngine: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
AP_IRLock
AP_InertialNav
AP_InertialSensor AP_InertialSensor: implement notch filter on gyro 8 years ago
AP_JSButton AP_JSButton: input_hold_toggle -> input_hold_set 8 years ago
AP_L1_Control L1_Control: Ensure that LIM_BANK passes a sea level sanity check 8 years ago
AP_Landing AP_Landing: use FALLTHROUGH define 8 years ago
AP_LandingGear AP_LandingGear: add startup position selection parameter 8 years ago
AP_LeakDetector
AP_Math AP_Math: correct variable init and remove define in polygon 8 years ago
AP_Menu
AP_Mission AP_Mission: add OPTIONS parameter 8 years ago
AP_Module AP_Module: correct example 8 years ago
AP_Motors AP_Motors: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
AP_Mount
AP_NavEKF
AP_NavEKF2 AP_NavEKF2: use rangefinder backend accessors 8 years ago
AP_NavEKF3 AP_NavEKF3: use rangefinder backend accessors 8 years ago
AP_Navigation
AP_Notify AP_Notify: Fix for Oreo LED gyro init inidication 8 years ago
AP_OpticalFlow AP_OpticalFlow: minor order declaration change 8 years ago
AP_Parachute AP_Parachute: Add function to return _release_in_progress status 8 years ago
AP_Param AP_Param: remove CLI 8 years ago
AP_Proximity AP_Proximity: use rangefinder backend accessors 8 years ago
AP_RCMapper
AP_RPM
AP_RSSI AP_RSSI: support receiver based RSSI protocols 8 years ago
AP_Rally
AP_RangeFinder AP_RangeFinder: use FALLTHROUGH define 8 years ago
AP_Relay
AP_Scheduler AP_Scheduler: remove loop-period argument from load_average 8 years ago
AP_SerialManager AP_SerialManager: enable debug console use for other protocols 8 years ago
AP_ServoRelayEvents
AP_Soaring AP_Soaring: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
AP_SpdHgtControl
AP_Stats
AP_TECS AP_TECS: gain scaler K_STE2Thr multiplies by (THRmax - THRmin) 8 years ago
AP_TemperatureSensor
AP_Terrain AP_Terrain: cast to int32_t to avoid warning about signedness 8 years ago
AP_Tuning AP_Tuning: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
AP_UAVCAN AP_UAVCAN: changes to servo bitmasks to support multiple instances, baro, compass, gps changes for several CAN interfaces 8 years ago
AP_Vehicle
AP_VisualOdom
AP_WheelEncoder AP_WheelEncoder: last_reading is last update time instead of system time 8 years ago
DataFlash DataFlash: clean up public interface 8 years ago
Filter Filter: added a notch filter 8 years ago
GCS_Console
GCS_MAVLink GCS_MAVLink: move handling of do_send_banner up 8 years ago
PID
RC_Channel RC_Channel: fixed bug in manual with TRIM == MIN 8 years ago
SITL SITL: avoid FPE when running fly.ArduPlane 8 years ago
SRV_Channel SRV_Channel: added copy_radio_in_out_mask() 8 years ago
StorageManager
doc