ArduPilot/ardupilot

Set Servo options triggered by failsafe

Open

#23,927 opened on 2023年5月30日

GitHub で見る
 (12 comments) (0 reactions) (0 assignees)C++ (9,336 stars) (15,603 forks)batch import
Coptergood first issue

説明

Feature request

For UAS which perform a function controlled by Set_servo outputs, such as crop spraying, it would be desirable for the UAS to stop doing the function if a failsafe mode is triggered. It is not clear if the Sprayer functionality includes this but it may be useful for other applications such as vectored thrust VTOLs etc

Currently the consequence of RC signal loss while spraying would be the UAS performing a RTL while still spraying. This would be VERY BAD as the spray would be released at a high altitude and subsequently drift to unintended locations.

Describe the solution you'd like A clear and concise description of what you want to happen.

A parameter to set servo outputs should failsafe be triggered Eg SERVOXX_FS_VALUE = 1000

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Lua scripting?

checked the Sprayer functionality in ardupilot, it is unclear if this issue is addressed.

(Also documentation on "SPRAY_SPINNER Spinner rotation speed: Spinner's rotation speed in PWM (a higher rate will disperse the spray over a wider area horizontally)" is inaccurate and could cause serious issues, increased RPM actually creates smaller droplets. see https://en.wikipedia.org/wiki/Rotary_atomizers)

Platform [ x ] All [x ] AntennaTracker [ x ] Copter [ x] Plane [ x ] Rover [ x] Submarine

Additional context Add any other context or screenshots about the feature request here.

コントリビューターガイド

Set Servo options triggered by failsafe · ArduPilot/ardupilot#23927 | Good First Issue