Skip to content

Commit

Permalink
Add a new service for deleting multiple IDs at once
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Dec 8, 2023
1 parent 0f881d8 commit ae1359f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ add_service_files(
CreateWaypoint.srv
DeleteById.srv
DeleteEverything.srv
DeleteMultiple.srv
ExportData.srv
GetAllMissions.srv
GetAllTasks.srv
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# A list of UUIDs of items we want to delete
string[] uuids
---
# A list of UUIDs that we were asked to delete, but failed to
string[] failed_uuids

0 comments on commit ae1359f

Please sign in to comment.