[BUG] perceptionInformation working=false after drone restart
CompletedHello,
MSDK V5.5.0
Using:
IPerceptionManager.addPerceptionInformationListener
Before drone restart:
PerceptionInfo{
obstacleAvoidanceType=BYPASS .....
...
isUpwardObstacleAvoidanceWorking=true, isLeftSideObstacleAvoidanceWorking=true, isRightSideObstacleAvoidanceWorking=true, isBackwardObstacleAvoidanceWorking=true, isForwardObstacleAvoidanceWorking=true, isDownwardObstacleAvoidanceWorking=true}
After drone restart:
PerceptionInfo{
obstacleAvoidanceType=BYPASS .....
...
isUpwardObstacleAvoidanceWorking=false, isLeftSideObstacleAvoidanceWorking=false, isRightSideObstacleAvoidanceWorking=false, isBackwardObstacleAvoidanceWorking=false, isForwardObstacleAvoidanceWorking=false, isDownwardObstacleAvoidanceWorking=false}
As you can see, after I restart drone, all of the "working" states are false instead of true.
I believe that reports of it's state stop after a while because when I add the listener with a delay of few seconds, the "working" states are true.
Please sign in to leave a comment.
Comments
3 comments