Why does the drone land on startGoHome, when I previously called stopAutoLanding and stopGoHome ?
CompletedI have a listener on GoHomeStatus for the RTH:
KeyManager.getInstance().listen(KeyTools.createKey(FlightControllerKey.KeyGoHomeStatus)
I have observed that when I
- set an HomeLocation
- and then call startGoHome
the following happens:
- if the GoHomeStatus is RETURNING_TO_HOME and I call stopAutoLanding and stopGoHome, the drone stops. When I call again startGoHome the drone lands, instead of going towards the HomeLocation I set
- if the GoHomeStatus is LANDING and I call stopAutoLanding and stopGoHome, the drone stops. When I call again startGoHome the drone lands
Why is this happening ? I would like that in case 1) the drone could continue flying towards the HomeLocation I set.
Tested on Mini Pro 3 - MSDK 5.8
Please sign in to leave a comment.
Comments
2 comments