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

Update dji_vehicle_node_mission_services.cpp #492

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CactusQ
Copy link

@CactusQ CactusQ commented Jan 3, 2022

Changes: clear the actions vector after uploadWaypointV2Actions was successful

Reason: Actions that have been generated by the "generateWaypointV2Action" ROS Service should be flushed after they have been uploaded to the drone.
Otherwise you will upload old actions again, when you generate new ones and upload them via the ROS service.

Changes: clear the actions vector after uploadWaypointV2Actions was successful
Reason: Actions that have been generated by the "generateWaypointV2Action" ROS Service should be flushed after they have been uploaded to the drone.
Otherwise you will upload old actions again, when you generate new ones and upload them via the ROS service.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant