Skip to content
Snippets Groups Projects
Commit b1eae2ad authored by Reed Hedges's avatar Reed Hedges
Browse files

Add std_srvs to build_depends in package.xml

parent 0a85e445
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
<build_depend>std_msgs</build_depend> <build_depend>std_msgs</build_depend>
<build_depend>tf</build_depend> <build_depend>tf</build_depend>
<build_depend>dynamic_reconfigure</build_depend> <build_depend>dynamic_reconfigure</build_depend>
<build_depend>std_srvs</build_depend>
<run_depend>libaria</run_depend> <run_depend>libaria</run_depend>
<run_depend>roscpp</run_depend> <run_depend>roscpp</run_depend>
<run_depend>nav_msgs</run_depend> <run_depend>nav_msgs</run_depend>
...@@ -43,6 +44,7 @@ ...@@ -43,6 +44,7 @@
<build_depend>std_msgs</build_depend> <build_depend>std_msgs</build_depend>
<run_depend>tf</run_depend> <run_depend>tf</run_depend>
<run_depend>dynamic_reconfigure</run_depend> <run_depend>dynamic_reconfigure</run_depend>
<run_depend>std_srvs</run_depend>
<!-- <test_depend>Aria</test_depend> <!-- <test_depend>Aria</test_depend>
<test_depend>roscpp</test_depend> <test_depend>roscpp</test_depend>
<test_depend>nav_msgs</test_depend> <test_depend>nav_msgs</test_depend>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment