Skip to content

Commit

Permalink
2.5 Update dependencies
Browse files Browse the repository at this point in the history
Remove run depend in package.xml file
  • Loading branch information
aswathselvam committed Dec 13, 2021
1 parent d78eb97 commit b316515
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 8 additions & 0 deletions action/swarmACT.action
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Define the goal
uint32 dishwasher_id # Specify which dishwasher we want to use
---
# Define the result
uint32 total_dishes_cleaned
---
# Define a feedback message
float32 percent_complete
6 changes: 0 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@
<exec_depend>octomap_msgs</exec_depend>
<exec_depend>octomap_ros</exec_depend>

<run_depend>octomap_msgs</run_depend>
<run_depend>octomap_ros</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>std_msgs</run_depend>


<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
Expand Down

0 comments on commit b316515

Please sign in to comment.