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.
 
 
 
 
 
 
Fabio D'Urso 8ff9923e07 SITL: parse home coordinates as double (not float) to avoid precision loss 6 years ago
..
AC_AttitudeControl AC_AttitudeControl: pass vector by const reference 6 years ago
AC_AutoTune AC_AutoTune: added lower limit on scaler reduction 6 years ago
AC_Avoidance
AC_Fence AC_Fence: rename send_extended_status1 to send_sys_status 6 years ago
AC_InputManager
AC_PID
AC_PrecLand
AC_Sprayer
AC_WPNav
APM_Control
AP_ADC
AP_ADSB AP_ADSB: Fix error snprintf output truncated 6 years ago
AP_AHRS AP_AHRS: remove useless virtual qualifier 6 years ago
AP_AccelCal
AP_AdvancedFailsafe
AP_Airspeed AP_Airspeed: removed #include duplicates 6 years ago
AP_Arming AP_Arming: Fix badly formatter airspeed message 6 years ago
AP_Avoidance
AP_BLHeli AP_BLHeli: adjust for new UART locking API 6 years ago
AP_Baro AP_Baro: read temperature from AP_Airspeed singleton 6 years ago
AP_BattMonitor AP_BattMonitor: minor format fix to BLHeliESC 6 years ago
AP_Beacon AP_Beacon: add override keyword 6 years ago
AP_BoardConfig AP_BoardConfig: fixed example builds 6 years ago
AP_Buffer
AP_Button
AP_Camera AP_Camera: use timestamp from trigger time 6 years ago
AP_Common AP_Common: Bitmask: choose builtin based on type for find_first_set 6 years ago
AP_Compass AP_Compass: devid param desc include ReadOnly 6 years ago
AP_Declination AP_Declination: Remove unneeded AP_Buffer include 6 years ago
AP_Devo_Telem
AP_FlashStorage
AP_Follow AP_Follow: fixed m/s to cm/s conversion 6 years ago
AP_Frsky_Telem
AP_GPS AP_GPS: whitespace and typo fixes 6 years ago
AP_Gripper AP_Gripper: add override keyword where required 6 years ago
AP_HAL AP_HAL: Add scripting heap 6 years ago
AP_HAL_AVR
AP_HAL_ChibiOS AP_HAL_ChibiOS: add scripting heap 6 years ago
AP_HAL_Empty AP_HAL_Empty: Remove unneeded private member 6 years ago
AP_HAL_F4Light
AP_HAL_FLYMAPLE
AP_HAL_Linux build: removed remaining make.inc files 6 years ago
AP_HAL_PX4 AP_HAL_PX4: remove debug print when SPI device not found 6 years ago
AP_HAL_SITL AP_HAL_SITL: Add scripting heap 6 years ago
AP_HAL_VRBRAIN AP_HAL_VRBRAIN: remove debug print when SPI device not found 6 years ago
AP_ICEngine AP_ICEngine: minor format and typo fixes 6 years ago
AP_IOMCU AP_IOMCU: Remove unneeded AP_Buffer include 6 years ago
AP_IRLock
AP_InertialNav AP_InertialNav: Remove unneeded AP_Buffer include 6 years ago
AP_InertialSensor AP_InertialSensor: Remove unused parameter 6 years ago
AP_JSButton
AP_L1_Control AP_L1_Control: Sanatize loiter radius to prevent bad input from 6 years ago
AP_Landing Revert "AP_Landing: yaw correction on landing" 6 years ago
AP_LandingGear AP_LandingGear: Remove unused members 6 years ago
AP_LeakDetector
AP_Math AP_Math: remove non-ascii caracter 6 years ago
AP_Menu
AP_Mission AP_Mission: remove unused copy_alt variable 6 years ago
AP_Module
AP_Motors AP_Motors: document Hover_learn as copter only 6 years ago
AP_Mount AP_Mount: Remove unneeded AP_Buffer include 6 years ago
AP_NavEKF
AP_NavEKF2 AP_NavEKF: increase ABIAS_P_NSE param doc range to 0.005 6 years ago
AP_NavEKF3 AP_NavEKF: increase ABIAS_P_NSE param doc range to 0.005 6 years ago
AP_Navigation
AP_Notify AP_Notify: fixed NTF_BUZZ_ENABLE default 6 years ago
AP_OSD AP_OSD: check for airspeed object 6 years ago
AP_OpticalFlow AP_OpticalFlow: add range to POS param description 6 years ago
AP_Parachute
AP_Param AP_Param: set_defaults_from_table reports failure with sensor_config_error 6 years ago
AP_Param_Helper
AP_Proximity AP_Proximity: fix morse sector calc 6 years ago
AP_RAMTRON
AP_RCMapper
AP_RCProtocol AP_RCProtocol: small improvement to SBUS parsing robustness 6 years ago
AP_ROMFS
AP_RPM AP_RPM: set pin to input before attaching interrupt 6 years ago
AP_RSSI AP_RSSI: set pin to input before attaching interrupt 6 years ago
AP_RTC AP_RTC: added a millisecond jitter correction function 6 years ago
AP_Radio
AP_Rally
AP_RangeFinder AP_RangeFinder: fix bebop rangefinder 6 years ago
AP_Relay
AP_RobotisServo AP_RobotisServo: send detection commands 4 times 6 years ago
AP_SBusOut AP_SBusOut: fixed an init bug in SBUS output 6 years ago
AP_Scheduler
AP_Scripting Lua: revert including lmem 6 years ago
AP_SerialManager AP_SerialManager: fixed param docs 6 years ago
AP_ServoRelayEvents
AP_SmartRTL AP_SmartRTL: Remove unneeded AP_Buffer include 6 years ago
AP_Soaring
AP_SpdHgtControl
AP_Stats
AP_TECS
AP_TempCalibration AP_TempCalibration: fix parameter descriptions 6 years ago
AP_TemperatureSensor
AP_Terrain AP_Terrain: use ahrs singleton 6 years ago
AP_Tuning
AP_UAVCAN AP_UAVCAN: limit number of file open and close events 6 years ago
AP_Vehicle AP_Vehicle: remove ancient, misleading Arduino comment 6 years ago
AP_VisualOdom
AP_Volz_Protocol
AP_WheelEncoder AP_WheelEncoder: set pin to input before attaching interrupt 6 years ago
AP_Winch
AP_WindVane AP_WindVane: fixed shadowed variable 6 years ago
DataFlash DataFlash: allow logging startup after boot 6 years ago
Filter Filter: add override keyword 6 years ago
GCS_MAVLink GCS_MAVLink: allow param send in delay callback 6 years ago
PID
RC_Channel RC_Channel: minor format fixes 6 years ago
SITL SITL: parse home coordinates as double (not float) to avoid precision loss 6 years ago
SRV_Channel SRV_Channel: added RobotisServo protocol support 6 years ago
StorageManager
doc