ardupilot/libraries/AP_DroneCAN
Andrew Tridgell 996b36531b AP_DroneCAN: force DroneCAN zero throttle when disarmed
if a user has set CAN_D1_UC_ESC_RV which is the mask of ESCs that are
reversible we were sending -8191 when disarmed, which is full reverse
throttle. This is the correct output when armed as it is treated as
full reverse at "PWM" 1000 and stopped at 1500, but when disarmed we
should always send zero or the user may find all ESCs spin up at full
reverse when disarmed if the ESC supports reverse throttle (which is
rare in DroneCAN ESCs)
2024-10-15 11:51:10 +11:00
..
canard AP_DroneCAN: update helpers user to add CANARD_MALLOC and CANARD_FREE 2023-05-17 13:27:34 +10:00
dsdl AP_DroneCAN: rename from AP_UAVCAN 2023-04-08 07:11:23 +10:00
examples/DroneCAN_sniffer AP_DroneCAN: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
AP_Canard_iface.cpp AP_DroneCAN: properly convert timeout to deadline for aux frames 2024-10-08 10:35:41 +11:00
AP_Canard_iface.h AP_DroneCAN: reimplement with BinarySemaphore 2024-01-03 07:37:05 +11:00
AP_DroneCAN.cpp AP_DroneCAN: force DroneCAN zero throttle when disarmed 2024-10-15 11:51:10 +11:00
AP_DroneCAN.h AP_DroneCAN: Fix constructor initialization order 2024-09-24 11:29:34 +10:00
AP_DroneCAN_DNA_Server.cpp AP_DroneCAN: re-order initialiser lines so -Werror=reorder will work 2024-09-24 22:50:28 +10:00
AP_DroneCAN_DNA_Server.h AP_DroneCAN: DNAServer: remove preferred allocation support 2024-09-17 22:10:08 +10:00
AP_DroneCAN_serial.cpp AP_DroneCAN: set protocol in tunnel.Targetted message according to protocol parameter 2024-09-10 11:41:59 +10:00
AP_DroneCAN_serial.h AP_DroneCAN: support CAN serial ports 2023-11-22 17:19:12 +11:00