Skip to content

Commit

Permalink
Add the Add/Remove Tag service
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Jun 11, 2024
1 parent 6371e58 commit 9830308
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ rosidl_generate_interfaces(
srv/AddNetworkPath.srv
srv/AddNetworkPoint.srv
srv/AddRemoveById.srv
srv/AddRemoveTag.srv
srv/CloneMission.srv
srv/CloneNetworkMap.srv
srv/CloneNetworkMission.srv
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# The UUID of the item whose tags we're modifying
string uuid

# The tag to add/remove
string tag
---
# The item's tags after modification
string[] tags

0 comments on commit 9830308

Please sign in to comment.