Skip to content

Commit

Permalink
added pcl/cpp runtime and build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jupidity committed Jul 16, 2017
1 parent 9b19df4 commit 946569a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
<build_depend>pcl_ros</build_depend>
<build_depend>roslint</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>libpcl-all-dev</build_depend>



<run_depend>controller_manager</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
Expand All @@ -61,7 +65,8 @@
<run_depend>robot_state_publisher</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>xacro</run_depend>

<run_depend>roscpp</run_depend>
<run_depend>libpcl-all</run_depend>

<!-- The export tag contains other, unspecified, tags -->
<export>
Expand Down

0 comments on commit 946569a

Please sign in to comment.