.. |
AC_AttitudeControl
|
AC_PosControl: add interface to override horizontal velocity process variable
|
8 years ago |
AC_Avoidance
|
AC_Avoidance: allow use of AP_Proximity
|
8 years ago |
AC_Fence
|
AC_Fence: remove unused variable _boundary_revalidate
|
8 years ago |
AC_InputManager
|
AC_InputManager_Heli: get_pilot_desired_throttle in 0 to 1 range
|
9 years ago |
AC_PID
|
build: don't build examples with old build system
|
8 years ago |
AC_PrecLand
|
AC_PrecLand: trust initial velocity less
|
8 years ago |
AC_Sprayer
|
AC_Sprayer: Change the comment of the variables in the form of doxygen.
|
9 years ago |
AC_WPNav
|
AC_WPNav: remove unused variable _last_update
|
8 years ago |
APM_Control
|
Revert "APM_Control: Convert references to AP_Airspeed."
|
9 years ago |
AP_ADC
|
AP_ADC_ADS1115: Remove resource leak.
|
9 years ago |
AP_ADSB
|
AP_ADSB: fixed signed int compare compile warning/error and reject >24bit ICAO
|
9 years ago |
AP_AHRS
|
AP_AHRS: add interface to retrieve corrected delta velocities in NED frame
|
8 years ago |
AP_AccelCal
|
AP_AccelCal: Fix typos
|
9 years ago |
AP_AdvancedFailsafe
|
AP_AdvancedFailsafe: update AFS_TERMINATE on GCS on termination
|
9 years ago |
AP_Airspeed
|
build: don't build examples with old build system
|
8 years ago |
AP_Arming
|
Global: Fix typos
|
9 years ago |
AP_Avoidance
|
AP_Avoidance: handle condition where avoid is disabled while avoiding
|
9 years ago |
AP_Baro
|
build: don't build examples with old build system
|
8 years ago |
AP_BattMonitor
|
build: don't build examples with old build system
|
8 years ago |
AP_BoardConfig
|
AP_BoardConfig: allow programmatic setting of default safety mask
|
8 years ago |
AP_Buffer
|
AP_Buffer: replace header guard with pragma once
|
9 years ago |
AP_Button
|
AP_Button: check for space before sending BUTTON_CHANGE
|
9 years ago |
AP_Camera
|
AP_Camera: clearer parameter docs for trigger pin
|
9 years ago |
AP_Common
|
build: don't build examples with old build system
|
8 years ago |
AP_Compass
|
AP_Compass: AP_Compass_LSM9DS1: remove unused variable
|
8 years ago |
AP_Declination
|
build: don't build examples with old build system
|
8 years ago |
AP_EPM
|
AP_EPM: set param "Enable" to be FLAG_ENABLE
|
9 years ago |
AP_Frsky_Telem
|
AP_Frsky_Telem: actually set _ap.value flags based in is_flying
|
8 years ago |
AP_GPS
|
AP_GPS: AP_GPS_GSOF: remove unused variable
|
8 years ago |
AP_HAL
|
AP_HAL: fixed comment on XPlus channels
|
8 years ago |
AP_HAL_AVR
|
AP_HAL_AVR: remove examples
|
9 years ago |
AP_HAL_Empty
|
HAL_Empty: add cork() and push() for RCOutput
|
8 years ago |
AP_HAL_FLYMAPLE
|
AP_HAL_FLYMAPLE: remove hal
|
9 years ago |
AP_HAL_Linux
|
RCOutput_Bebop: fix motor order
|
8 years ago |
AP_HAL_PX4
|
HAL_PX4: make ready_to_arm state latching
|
8 years ago |
AP_HAL_QURT
|
HAL_QURT: implement cork() and push() for RCOutput
|
8 years ago |
AP_HAL_SITL
|
HAL_SITL: implement cork() on RCOutput
|
8 years ago |
AP_HAL_VRBRAIN
|
HAL_VRBrain: fixed cork() for RCOutput
|
8 years ago |
AP_ICEngine
|
AP_ICEngine: add casting to avoid compiler warnings
|
9 years ago |
AP_IRLock
|
SITL: implement Gazebo SITL for IRLock tracking.
|
8 years ago |
AP_InertialNav
|
AP_InertialNav: Use separated EKF horiz/vert position interfaces
|
9 years ago |
AP_InertialSensor
|
AP_InertialSensor: fix INS_generic example (call BoardConfig.init())
|
8 years ago |
AP_L1_Control
|
AP_L1_Control: Adding support for rover's operating in reverse
|
9 years ago |
AP_LandingGear
|
AP_LandingGear: replace header guard with pragma once
|
9 years ago |
AP_Math
|
AP_Math: remove rotateXY and rotateXYinv
|
8 years ago |
AP_Menu
|
AP_Menu: replace header guard with pragma once
|
9 years ago |
AP_Mission
|
build: don't build examples with old build system
|
8 years ago |
AP_Module
|
AP_Module: report loaded hooks on startup
|
8 years ago |
AP_Motors
|
AP_MotorsMulticopter: limit hover throttle
|
8 years ago |
AP_Mount
|
build: don't build examples with old build system
|
8 years ago |
AP_NavEKF
|
AP_NavEKF: Fix bug in median filter code
|
8 years ago |
AP_NavEKF2
|
AP_NavEKF2: Fix bug in median filter code
|
8 years ago |
AP_Navigation
|
AP_Navigation: Adding set_reverse to virtual parent class
|
9 years ago |
AP_Notify
|
build: don't build examples with old build system
|
8 years ago |
AP_OpticalFlow
|
build: don't build examples with old build system
|
8 years ago |
AP_Parachute
|
build: don't build examples with old build system
|
8 years ago |
AP_Param
|
AP_Param: fixed bug with deeply nested parameter trees
|
8 years ago |
AP_Proximity
|
AP_Proximity: add library and SF40C driver
|
8 years ago |
AP_RCMapper
|
AP_RCMapper: replace header guard with pragma once
|
9 years ago |
AP_RPM
|
build: don't build examples with old build system
|
8 years ago |
AP_RSSI
|
AP_RSSI: use fabsf instead of abs
|
9 years ago |
AP_Rally
|
AP_Rally: add is_valid method
|
9 years ago |
AP_RangeFinder
|
AP_RangeFinder: remove number_detections member variable and add number_detections reference argument to parse_response
|
8 years ago |
AP_Relay
|
AP_Relay: replace header guard with pragma once
|
9 years ago |
AP_Scheduler
|
AP_Scheduler: To add a comment to _loop_rate_hz variable.
|
8 years ago |
AP_SerialManager
|
Revert "GCS_MAVLink: default to MAVLink2 enabled"
|
8 years ago |
AP_ServoRelayEvents
|
AP_ServoRelayEvents: Fix up after RC_Channels refactor
|
9 years ago |
AP_SpdHgtControl
|
AP_SpdHgtControl: update for changed API
|
9 years ago |
AP_TECS
|
AP_TECS: added TECS_SYNAIRSPEED parameter
|
8 years ago |
AP_Terrain
|
Global: Fix typos
|
9 years ago |
AP_Tuning
|
AP_Tuning: don't warn of controller errors when disarmed
|
9 years ago |
AP_Vehicle
|
Revert "AP_Vehicle: Removed unused airspeed_min and airspeed_max as now part of AP_Airspeed."
|
9 years ago |
DataFlash
|
DataFlash: remove unused semaphore variables
|
8 years ago |
Filter
|
build: don't build examples with old build system
|
8 years ago |
GCS_Console
|
build: don't build examples with old build system
|
8 years ago |
GCS_MAVLink
|
GCS_MAVLink: send RC_CHANNELS_RAW if using MAVLink1
|
8 years ago |
PID
|
build: don't build examples with old build system
|
8 years ago |
RC_Channel
|
RC_Channel: support automatic servo trimming
|
8 years ago |
SITL
|
SITL: SIM_Rover: remove unused variables
|
8 years ago |
StorageManager
|
build: don't build examples with old build system
|
8 years ago |
doc
|
doc: Fix typos
|
9 years ago |