Inside FlightController class, there is a method called setConnectionFailSafeBehavior. It means the aircraft behavior when the aircraft has lost connection. Although the API documentation said only Mavic Mini and Mavic Air 2 support his feature, P4R, M300 also support. The model does support this feature if the returned error is null.
There are 3 fail safe behavior:
- HOVER, the aircraft is hover in air.
- LANDING, the aircraft will start landing.
- GO_HOME, the aircraft will start returning to home.
Comments
0 comments
Please sign in to leave a comment.