.. |
AC_AttitudeControl
|
AC_AttitudeControl: CommandModel: use set_and_default method
|
3 years ago |
AC_AutoTune
|
AC_AutoTune: fix tradheli bug with load gain set
|
3 years ago |
AC_Autorotation
|
…
|
|
AC_Avoidance
|
AC_Avoid: fix complilation with no fence
|
3 years ago |
AC_Fence
|
AC_Fence: add dummy methods
|
3 years ago |
AC_InputManager
|
…
|
|
AC_PID
|
AC_PID: use set_and_defualt to set defualt values
|
3 years ago |
AC_PrecLand
|
…
|
|
AC_Sprayer
|
…
|
|
AC_WPNav
|
…
|
|
APM_Control
|
AP_Control: change I determination for Roll axis
|
3 years ago |
AP_ADC
|
…
|
|
AP_ADSB
|
AP_ADSB: fix sagetech MXS SDK linking error
|
3 years ago |
AP_AHRS
|
AP_AHRS: Fixed body_to_earth
|
3 years ago |
AP_AIS
|
AP_AIS: include GCS_MAVLink.h
|
3 years ago |
AP_AccelCal
|
AP_AccelCal: limit COMMAND_ACKs accepted for vehicle pose confirmation
|
3 years ago |
AP_AdvancedFailsafe
|
…
|
|
AP_Airspeed
|
AP_Airspeed: fix clang++ warnings on static inits
|
3 years ago |
AP_Arming
|
AP_Arming: fix complation without fence
|
3 years ago |
AP_Avoidance
|
…
|
|
AP_BLHeli
|
AP_BLHeli: remove transitive include dependencies
|
3 years ago |
AP_Baro
|
AP_Baro: added ICP201XX support
|
3 years ago |
AP_BattMonitor
|
AP_BattMonitor: make healthy() check all configured monitors
|
3 years ago |
AP_Beacon
|
AP_Beacon: stop passing serialmanager into beacon constructor
|
3 years ago |
AP_BoardConfig
|
AP_BoardConfig: added board detection for FMUv6
|
3 years ago |
AP_Button
|
…
|
|
AP_CANManager
|
AP_CANManager: added scripting2 protocol
|
3 years ago |
AP_Camera
|
…
|
|
AP_Common
|
AP_Common: add support for comparing BitMasks
|
3 years ago |
AP_Compass
|
AP_Compass: expand description of custom orientation parameters
|
3 years ago |
AP_CustomRotations
|
…
|
|
AP_DAL
|
AP_DAL: added set source events for EKF3
|
3 years ago |
AP_Declination
|
…
|
|
AP_Devo_Telem
|
…
|
|
AP_EFI
|
AP_EFI: fixed bug in Lutan driver
|
3 years ago |
AP_ESC_Telem
|
AP_ESC_Telem: fixed race condition in update_rpm()
|
3 years ago |
AP_ExternalAHRS
|
AP_ExternalAHRS: correct compilation if AP_Baro_ExternalAHRS isn't available
|
3 years ago |
AP_FETtecOneWire
|
AP_FETTecOneWire: Fix the recent change of NUM_SERVO_CHANNELS > 24
|
3 years ago |
AP_Filesystem
|
AP_Filesystem: fix complation without fence
|
3 years ago |
AP_FlashIface
|
…
|
|
AP_FlashStorage
|
…
|
|
AP_Follow
|
…
|
|
AP_Frsky_Telem
|
AP_Frsky_Telem: fix complation without fence
|
3 years ago |
AP_GPS
|
AP_GPS: correct compilation when all serial backends compiled out
|
3 years ago |
AP_Generator
|
AP_Generator: add AP_GENERATOR_RICHENPOWER_ENABLED
|
3 years ago |
AP_Gripper
|
…
|
|
AP_GyroFFT
|
AP_GyroFFT: remove transitive include dependencies
|
3 years ago |
AP_HAL
|
AP_HAL: move from HAL_NO_SHARED_DMA to AP_HAL_SHARED_DMA_ENABLED
|
3 years ago |
AP_HAL_ChibiOS
|
AP_HAL_ChibiOS: enabled OSD parameter menus on KakuteH7.
|
3 years ago |
AP_HAL_ESP32
|
AP_HAL_ESP32: more changes for 32 bit servo mask
|
3 years ago |
AP_HAL_Empty
|
AP_HAL_Empty: move implementations of functions to header
|
3 years ago |
AP_HAL_Linux
|
AP_HAL_Linux: more changes for 32 bit servo mask
|
3 years ago |
AP_HAL_SITL
|
AP_HAL_SITL: add support for starting node in maintenance mode
|
3 years ago |
AP_Hott_Telem
|
AP_Hott_Telem: Console output can be disabled
|
3 years ago |
AP_ICEngine
|
AP_ICEngine: add and use AP_ICENGINE_ENABLE
|
3 years ago |
AP_IOMCU
|
AP_IOMCU: Console output can be disabled
|
3 years ago |
AP_IRLock
|
…
|
|
AP_InertialNav
|
…
|
|
AP_InertialSensor
|
AP_InertialSensor: support BOARD_MATCH() for IMUs
|
3 years ago |
AP_InternalError
|
…
|
|
AP_JSButton
|
…
|
|
AP_KDECAN
|
AP_KDECAN: more changes for 32 bit servo mask
|
3 years ago |
AP_L1_Control
|
…
|
|
AP_LTM_Telem
|
AP_LTM_Telem: add AP_LTM_TELEM_ENABLED
|
3 years ago |
AP_Landing
|
AP_Landing: fix complation without fence
|
3 years ago |
AP_LandingGear
|
…
|
|
AP_LeakDetector
|
…
|
|
AP_Logger
|
AP_Logger: log default param values
|
3 years ago |
AP_MSP
|
AP_MSP: fix line ending
|
3 years ago |
AP_Math
|
AP_Math: added rounding functions
|
3 years ago |
AP_Menu
|
…
|
|
AP_Mission
|
AP_Mission: skip aux function in determining if a takeoff
|
3 years ago |
AP_Module
|
…
|
|
AP_Motors
|
AP_Motors: use set and defualt
|
3 years ago |
AP_Mount
|
AP_Mount: fixup handle do-gimbal-manager-pitchyaw flags
|
3 years ago |
AP_NMEA_Output
|
…
|
|
AP_NavEKF
|
AP_NavEKF: re-implemented EKF ring buffer
|
3 years ago |
AP_NavEKF2
|
AP_NavEKF2: fixed undefined behaviour in logging
|
3 years ago |
AP_NavEKF3
|
AP_NavEKF3: only include log struture if enabled
|
3 years ago |
AP_Navigation
|
…
|
|
AP_Notify
|
…
|
|
AP_OLC
|
…
|
|
AP_ONVIF
|
AP_ONVIF: fix executable permission and trailing whitespace
|
3 years ago |
AP_OSD
|
AP_OSD: fix complation without fence
|
3 years ago |
AP_OpticalFlow
|
…
|
|
AP_Parachute
|
…
|
|
AP_Param
|
AP_Param: keep track of defualt values in linked list
|
3 years ago |
AP_PiccoloCAN
|
AP_PiccoloCAN: update ESC_BM Bitmask
|
3 years ago |
AP_Proximity
|
AP_Proximity: fix complation without fence
|
3 years ago |
AP_RAMTRON
|
AP_RAMTRON: reduce scope for WITH_SEMAPHORE
|
3 years ago |
AP_RCMapper
|
AP_RCMapper: Increase parameter metadata range to match NUM_RC_CHANNELS
|
3 years ago |
AP_RCProtocol
|
AP_RCProtocol: reset UART on RX failure for CRSF
|
3 years ago |
AP_RCTelemetry
|
AP_RCTelemetry: don't spam mode changes on CRSF startup
|
3 years ago |
AP_ROMFS
|
…
|
|
AP_RPM
|
AP_RPM: fixed use of configured() vs configured_in_storage()
|
3 years ago |
AP_RSSI
|
…
|
|
AP_RTC
|
…
|
|
AP_Radio
|
AP_Radio: Console output can be disabled
|
3 years ago |
AP_Rally
|
AP_Rally: tidy creation of Location from RallyLocation
|
3 years ago |
AP_RangeFinder
|
AP_RangeFinder: add prearm for analogue/pwm pin conflicts
|
3 years ago |
AP_Relay
|
…
|
|
AP_RobotisServo
|
AP_RobotisServo: disable with minmimize features and 1mb flash
|
3 years ago |
AP_SBusOut
|
…
|
|
AP_Scheduler
|
AP_Scheduler: Console output can be disabled
|
3 years ago |
AP_Scripting
|
AP_Scripting: examples: Aerobatics: Corrects arg1/arg2
|
3 years ago |
AP_SerialLED
|
AP_SerialLED: enable 32 servo outs
|
3 years ago |
AP_SerialManager
|
AP_SerialManager:correct find_baudrate() function
|
3 years ago |
AP_ServoRelayEvents
|
…
|
|
AP_SmartRTL
|
…
|
|
AP_Soaring
|
AP_Soaring: make function const
|
3 years ago |
AP_Stats
|
…
|
|
AP_TECS
|
TECS.cpp: Remove redundant throttle saturation
|
3 years ago |
AP_TempCalibration
|
…
|
|
AP_TemperatureSensor
|
…
|
|
AP_Terrain
|
…
|
|
AP_Torqeedo
|
AP_Torqeedo : correct comment spelling
|
3 years ago |
AP_Tuning
|
…
|
|
AP_UAVCAN
|
AP_UAVCAN: add option bit for disabling Node Unhealthy check
|
3 years ago |
AP_Vehicle
|
AP_Vehicle: add AC_Fence
|
3 years ago |
AP_VideoTX
|
AP_VideoTX: Tramp VTX support
|
3 years ago |
AP_VisualOdom
|
AP_VisualOdom: only include log structure if enabled
|
3 years ago |
AP_Volz_Protocol
|
AP_Volz: disable with minmimize features
|
3 years ago |
AP_WheelEncoder
|
AP_WheelEncoder: fix WheelEncoder_Quadrature timestamp.
|
3 years ago |
AP_Winch
|
…
|
|
AP_WindVane
|
…
|
|
AR_Motors
|
AR_Motors: make sure ESC type is initialized early
|
3 years ago |
AR_WPNav
|
…
|
|
Filter
|
Filter: fixed test_notchfilter for the change in allocate_filters()
|
3 years ago |
GCS_MAVLink
|
GCS_MAVLink: fix complation without fence
|
3 years ago |
PID
|
PID: use set and defualt
|
3 years ago |
RC_Channel
|
RC_Channel: fix complation without fence
|
3 years ago |
SITL
|
SITL: remove transitive include dependencies
|
3 years ago |
SRV_Channel
|
SRV_Channel: use set_and_default method
|
3 years ago |
StorageManager
|
…
|
|
doc
|
…
|
|