Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build error:#789 #790

Merged
merged 1 commit into from
Sep 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ find_package(catkin REQUIRED COMPONENTS
sensor_msgs
velodyne_msgs
pcl_conversions
velodyne_pointcloud
)
find_package( OpenCV REQUIRED )

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<build_depend>sensor_msgs</build_depend>
<build_depend>velodyne_msgs</build_depend>
<build_depend>compression_msgs</build_depend>
<build_depend>velodyne_pointcloud</build_depend>

<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
Expand All @@ -27,6 +28,7 @@
<run_depend>message_runtime</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>compression_msgs</run_depend>
<run_depend>velodyne_pointcloud</run_depend>

<export>
</export>
Expand Down