.. |
AC_AttitudeControl
|
AC_AttitudeControl: comment odd math in get_att_target_euler_cd
|
8 years ago |
AC_Avoidance
|
AC_Avoidance: add adjust_velocity that accepts Vector3f for convenience
|
9 years ago |
AC_Fence
|
AC_Fence: revert param Enable to be FLAG_ENABLE
|
9 years ago |
AC_InputManager
|
…
|
|
AC_PID
|
AC_PID: removed AFF from heli PID
|
9 years ago |
AC_PrecLand
|
AC_PrecLand: initialise some members
|
9 years ago |
AC_Sprayer
|
AC_Sprayer: Change the comment of the variables in the form of doxygen.
|
9 years ago |
AC_WPNav
|
AC_WPNav: added WP_RFND_USE parameter
|
9 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 the get_variances method found in AP_AHRS_NavEKF to AP_AHRS
|
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
|
AP_Airspeed: AP_Airspeed_I2C: get the right status according to datasheet
|
9 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
|
AP_Baro: MS56XX: cosmetic changes to members
|
9 years ago |
AP_BattMonitor
|
AP_BattMonitor: fixed typo
|
9 years ago |
AP_BoardConfig
|
AP_BoardConfig: work around issues with bad components on some FMUv4 boards
|
9 years ago |
AP_Buffer
|
…
|
|
AP_Button
|
AP_Button: check for space before sending BUTTON_CHANGE
|
9 years ago |
AP_Camera
|
…
|
|
AP_Common
|
AP_HAL_Linux: Add Pollable/Poller
|
9 years ago |
AP_Compass
|
AP_Compass: use board defined compass ofs max in calibrator
|
8 years ago |
AP_Declination
|
AP_Declination: Fix typos
|
9 years ago |
AP_EPM
|
AP_EPM: set param "Enable" to be FLAG_ENABLE
|
9 years ago |
AP_Frsky_Telem
|
AP_Frsky_Telem: add ekf_status check
|
8 years ago |
AP_GPS
|
AP_GPS: Fix incorrect incrementing of last_baud rate
|
8 years ago |
AP_HAL
|
AP_HAL: Split the AP_HAL_Boards.h header into per board sub headers for legibility
|
8 years ago |
AP_HAL_AVR
|
AP_HAL_AVR: remove examples
|
9 years ago |
AP_HAL_Empty
|
Global: remove get_fd() from Device API
|
9 years ago |
AP_HAL_FLYMAPLE
|
AP_HAL_FLYMAPLE: remove hal
|
9 years ago |
AP_HAL_Linux
|
HAL_Linux: added RCInput_Multi
|
9 years ago |
AP_HAL_PX4
|
HAL_PX4: limit IMU target temperature to 65
|
9 years ago |
AP_HAL_QURT
|
AP_HAL_QURT: remove I2CDriver
|
9 years ago |
AP_HAL_SITL
|
AP_GPS_NOVA: support tersus/novatel/comnav gps
|
9 years ago |
AP_HAL_VRBRAIN
|
Global: Remove '\r' character from all source code files
|
8 years ago |
AP_ICEngine
|
AP_ICEngine: add casting to avoid compiler warnings
|
9 years ago |
AP_IRLock
|
AP_IRLock_PX4: enabled sensor driver startup on bus2 if don't start on bus1
|
9 years ago |
AP_InertialNav
|
AP_InertialNav: Use separated EKF horiz/vert position interfaces
|
9 years ago |
AP_InertialSensor
|
AP_InertialSensor_MPU6000: Add support for fsync bit for Bebop
|
8 years ago |
AP_L1_Control
|
AP_L1_Control: Adding support for rover's operating in reverse
|
9 years ago |
AP_LandingGear
|
…
|
|
AP_Math
|
AP_Math: remove declaration of not implemented functions
|
9 years ago |
AP_Menu
|
…
|
|
AP_Mission
|
AP_Mission: support DO_ENGINE_CONTROL
|
9 years ago |
AP_Module
|
AP_Module: added velocity_ned to AHRS state
|
9 years ago |
AP_Motors
|
AP_Motors: increase MOT_THST_HOVER parameter description range
|
9 years ago |
AP_Mount
|
Global: Adapt Stream class to be used with Ringbuffer
|
9 years ago |
AP_NavEKF
|
AP_NavEKF: comment that param "Enable" index is moved to top
|
9 years ago |
AP_NavEKF2
|
AP_NavEKF2: Handle yaw jumps due to core switches
|
8 years ago |
AP_Navigation
|
AP_Navigation: Adding set_reverse to virtual parent class
|
9 years ago |
AP_Notify
|
AP_Notify: auto-start oreoled driver if enabled
|
9 years ago |
AP_OpticalFlow
|
AP_OpticalFlow: Changed short boundary the i2c_integral_frame.
|
9 years ago |
AP_Parachute
|
AP_Parachute: set param "Enable" to be FLAG_ENABLE
|
9 years ago |
AP_Param
|
AP_Param: display defaults path on startup
|
9 years ago |
AP_RCMapper
|
…
|
|
AP_RPM
|
AP_RPM: use RPM_SCALING in SITL
|
9 years ago |
AP_RSSI
|
…
|
|
AP_Rally
|
AP_Rally: add is_valid method
|
9 years ago |
AP_RangeFinder
|
AP_RangeFinder: To define the OK status to LEDDARONE status.
|
8 years ago |
AP_Relay
|
…
|
|
AP_Scheduler
|
AP_Scheduler:time_available value type invalid uint16_t to valid uint32_t.
|
9 years ago |
AP_SerialManager
|
AP_SerialManager: added SPort passthrough protocol
|
9 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
|
Revert "AP_TECS: Convert references to AP_Airspeed."
|
9 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: stop logging before filling SD card on PX4
|
8 years ago |
Filter
|
Filter: add AverageFilter variant to save current sum
|
9 years ago |
GCS_Console
|
…
|
|
GCS_MAVLink
|
Global: Fix typos
|
9 years ago |
PID
|
PID: Remove unused method get_pid_4500
|
9 years ago |
RC_Channel
|
RC_Channel: expanded docs for RCn_FUNCTION
|
9 years ago |
SITL
|
Global: Remove '\r' character from all source code files
|
8 years ago |
StorageManager
|
StorageManager: added storage region for signing keys
|
9 years ago |
doc
|
doc: Fix typos
|
9 years ago |