fix missing run_depend and wrong CATKIN_DEPENDS

This commit is contained in:
Dirk Thomas 2013-07-19 21:14:36 -07:00 committed by Paul Bovbel
parent c88a6a1d66
commit b2b6eba0fc
2 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,7 @@ catkin_package(
message_filters
nodelet
pcl_conversions
pcl_ros
pcl_msgs
rosbag
roscpp
sensor_msgs

View File

@ -31,6 +31,7 @@
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>eigen</run_depend>
<run_depend>message_filters</run_depend>
<run_depend>nodelet</run_depend>
<run_depend>nodelet_topic_tools</run_depend>
<run_depend>pcl</run_depend>