PX4 / PX4-user_guide

PX4 User Guide
https://docs.px4.io/main/en/index.html
Other
327 stars 1.7k forks source link

MAVLink parachute docs - confirm #1977

Open hamishwillee opened 2 years ago

hamishwillee commented 2 years ago

@MaEtUgR I merged the parachute docs in https://github.com/PX4/PX4-user_guide/pull/1943/files#r919653233 with this comment:

Can you mark up that issue if I got anything wrong, and ideally PR fixes and answer:


I've looked at the code in https://github.com/PX4/PX4-Autopilot/pull/18589 and I want to confirm my understanding

The big picture is clear - the MAV_CMD_DO_PARACHUTE is emitted if the parachute is detected and healthy on failsafe. The COM_PARACHUTE parameter is checked an will warn if a parachute is expected but not present/healthy.

The small picture is less clear:

hamishwillee commented 1 year ago

@MaEtUgR When you have a moment, would be good to clarify this