Add missing rospack dependency (#189)

Needed for roscd and rosrun at the very least.
This commit is contained in:
Paul Bovbel 2018-08-16 12:29:34 -04:00 committed by Dirk Thomas
parent 973fecacb9
commit d0aa6a9095
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@
<buildtool_depend version_gte="0.5.72">catkin</buildtool_depend>
<run_depend>catkin</run_depend>
<run_depend>rospack</run_depend>
</package>