-
Notifications
You must be signed in to change notification settings - Fork 596
Description
Hi DJI Team,
We're having an issue with our software, where the drone sometimes doesn't move when we switch to virtual stick and send commands. This happens only sometimes (~30% ?). The only solution that we've found is to switch to S (sport) mode, the to P again, and resume.
We have investigated extensively, but couldn't find the reason. We can see in the logs that the drone does switch to virtual stick (VirtualStickStateListener::onVirtualStickStateUpdate receives isVirtualStickEnable = true).
We also toggle advanced mode, but this is also already enabled. However, we always get currentFlightControlAuthorityOwner = UNKNOWN.
So far, our only hypothesis is that there is sometimes too much wind, and the drone refuses to switch. But it doesn't raise any error.
Do you know any reason why the drone is not switching to virtual stick ? Any thing we can do in the code to detect it ?