AutelSDK / AndroidAdvanceSample

3 stars 3 forks source link

How to know how far a waypoint action has been executed #28

Closed masayuki-kobayashi1 closed 8 months ago

masayuki-kobayashi1 commented 1 year ago

I created a waypoint mission according to the "Tutorial on Implementing a New Flight Path Mission" and started the mission. Is there any way to know if a waypoint action has been performed at any waypoint? The waypointSequence in Evo2WaypointRealTimeInfoImpl Class indicates which waypoints are flown to in the mission, but it is not possible to know how many waypoint actions have been executed in the past.

masayuki-kobayashi1 commented 1 year ago

@AutelSDK I'd appreciate if you could answer these questions.

masayuki-kobayashi1 commented 1 year ago

@AutelSDK Any updates?

AutelSDK commented 1 year ago

MissionManager.getAutelWaypointMissionInfoParser().setIWaypointUploadStatusListener(wplist,new AutelMissionInterface.IWaypointUploadStatusListener() { }

AutelSDK commented 1 year ago
企业微信截图_f8b6485a-f6f5-483b-898d-e2e6015bac8b
masayuki-kobayashi1 commented 1 year ago

@AutelSDK What we want to know is not how many waypoints are now, but how many waypoint actions have been executed so far.