ardupilot/libraries/AP_Mount
HITMAnsOFT 9c26b5bb9c AP_Mount: fix SToRM32 Serial protocol delay
The packets to a SToRM32 gimbal were being sent at 1s intervals when in MAVLINK targeting mode.
We need to send them faster or smooth targetting is impossible.
2019-03-22 10:11:05 +11:00
..
examples/trivial_AP_Mount GLOBAL: rename DataFlash_Class to AP_Logger 2019-01-18 18:08:20 +11:00
AP_Mount.cpp AP_Mount: add general function for handling mavlink messages 2018-10-30 17:19:14 +11:00
AP_Mount.h GLOBAL: rename DataFlash_Class to AP_Logger 2019-01-18 18:08:20 +11:00
AP_Mount_Alexmos.cpp AP_Mount: add general function for handling mavlink messages 2018-10-30 17:19:14 +11:00
AP_Mount_Alexmos.h AP_Mount: add override keyword where required 2018-11-08 11:30:12 +11:00
AP_Mount_Backend.cpp AP_Mount: use enum class for AltFrame enumeration 2019-03-19 10:31:18 +11:00
AP_Mount_Backend.h AP_Mount: add general function for handling mavlink messages 2018-10-30 17:19:14 +11:00
AP_Mount_SToRM32.cpp AP_Mount: fix SToRM32 Serial protocol delay 2019-03-22 10:11:05 +11:00
AP_Mount_SToRM32.h AP_Mount: remove pointless includes 2019-02-19 09:16:26 +11:00
AP_Mount_SToRM32_serial.cpp AP_Mount: fix SToRM32 Serial protocol delay 2019-03-22 10:11:05 +11:00
AP_Mount_SToRM32_serial.h AP_Mount: add override keyword where required 2018-11-08 11:30:12 +11:00
AP_Mount_Servo.cpp AP_Mount: add general function for handling mavlink messages 2018-10-30 17:19:14 +11:00
AP_Mount_Servo.h AP_Mount: add override keyword where required 2018-11-08 11:30:12 +11:00
AP_Mount_SoloGimbal.cpp AP_Mount: unify singleton naming to _singleton and get_singleton() 2019-02-10 19:09:58 -07:00
AP_Mount_SoloGimbal.h AP_Mount: add override keyword where required 2018-11-08 11:30:12 +11:00
SoloGimbal.cpp AP_Mount: unify singleton naming to _singleton and get_singleton() 2019-02-10 19:09:58 -07:00
SoloGimbal.h AP_Mount: pass vector by const reference 2018-12-22 08:31:32 +09:00
SoloGimbalEKF.cpp AP_Mount: remove HAL_CPU_CLASS_150 check, 150 is already a minimum requirement 2019-02-17 13:00:13 -08:00
SoloGimbalEKF.h AP_Mount: SoloGimbal: avoid calling safe_sqrtf 2018-11-05 16:24:29 +11:00
SoloGimbal_Parameters.cpp AP_Mount: unify singleton naming to _singleton and get_singleton() 2019-02-10 19:09:58 -07:00
SoloGimbal_Parameters.h AP_Mount: Solo gimbal params use HAVE_PAYLOAD_SPACE 2019-01-22 12:46:49 +11:00