You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the OSDK v3.3 generate callbacks if a waypoint is reached during a waypoint mission? I tried this with OSDK v3.2, but it did not work. In the current version there is still a todo note in the code: dji_vehicple.cpp:1267
The text was updated successfully, but these errors were encountered:
Yes, it will call the wayPointEventCallback you register with missionManager->wpMission at the start of the program. This callback is called on all waypoint events, including waypoint reached event - see the WayPointIncidentType enum here.
Does the OSDK v3.3 generate callbacks if a waypoint is reached during a waypoint mission? I tried this with OSDK v3.2, but it did not work. In the current version there is still a todo note in the code: dji_vehicple.cpp:1267
The text was updated successfully, but these errors were encountered: