ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
10.81k stars 17.26k forks source link

Copter: two stage RC failsafe #16783

Open roque-canales opened 3 years ago

roque-canales commented 3 years ago

Hello,

it could be interestying to add double stage Radio Failsafe, new FS param for add delay in case of Radiofailsafe, and be able to choose begening FS Strategy between continious last order receved or stop UAV during the FS DELAY.

Radio_FS_DELAY 0-10s Radio_FS_First action 0 continu last order during Delay or 1 brake and stop drone during this delay

amilcarlucas commented 3 years ago

This is a new feature, and therefore will not be implemented in ArduCopter 4.0 stable. If it will be implemented, it will be implemented master.

Please correct the title, and improve the description text. It is too vague.

rmackay9 commented 3 years ago

I thought we already had this on the issues list but I can't find it so I've fixed up the title.

roque-canales commented 3 years ago

Thank you so much.

Do you think that it could be implemented in the next AC4.1.x ?

amilcarlucas commented 3 years ago

Github pull-requests are welcome.

roque-canales commented 3 years ago

can you do this?

rmackay9 commented 3 years ago

@roque-canales,

I'm afraid it is pretty unlikely to be included in 4.1. SCurves is really the last thing we're working on before starting beta testing.

SergeyBokhantsev commented 3 years ago

Here is same request, I did a draft implementation in my custom build and it's works well. I'm using it from 2018. I'm not sure but may be it is easier to do this via scripting nowadays?