Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waypoint Event Callbacks #139

Closed
hdino opened this issue Jun 29, 2017 · 2 comments
Closed

Waypoint Event Callbacks #139

hdino opened this issue Jun 29, 2017 · 2 comments

Comments

@hdino
Copy link

hdino commented Jun 29, 2017

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

@rohitsantdji
Copy link

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.

@rohitsantdji
Copy link

Closed due to lack of activity, if there are further questions please re-open the issue. Thanks!

pcler pushed a commit that referenced this issue May 7, 2020
… develop

* commit '0bb7dfcccfacd96e1c28c1a2aa77b2804dfca737':
  fix:fix string in payload sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants