Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Minor changes to CMakeLists and manifests to run on Indigo on 14.04 #5

Merged
merged 2 commits into from
Jan 13, 2015
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion ndt_costmap/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<build_depend>opencv2</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>libpcl-all-dev</build_depend>

<build_depend>cmake_modules</build_depend>
<run_depend>ndt_map</run_depend>
<run_depend>opencv2</run_depend>
<run_depend>eigen</run_depend>
Expand Down
5 changes: 2 additions & 3 deletions ndt_feature_reg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ catkin_package(
INCLUDE_DIRS include
LIBRARIES ${PROJECT_NAME}
)


#Pull the location of the locally installed OpenCV directory, if defined in the environment
set(OpenCV_DIR $ENV{OpenCV_DIR})
find_package(OpenCV REQUIRED)
include_directories(${catkin_INCLUDE_DIRS})
ADD_DEFINITIONS(-DLINUX_OS)
include_directories(include)
include_directories(${OpenCV_INCLUDE_DIRS})

find_package(VTK REQUIRED)


Expand Down
2 changes: 1 addition & 1 deletion ndt_feature_reg/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<build_depend>image_transport</build_depend>
<!--build_depend>opencv2</build_depend-->
<build_depend>cv_bridge</build_depend>

<build_depend>cmake_modules</build_depend>
<!-- Dependencies needed after this package is compiled. -->
<run_depend>ndt_registration</run_depend>
<run_depend>ndt_map</run_depend>
Expand Down
1 change: 1 addition & 0 deletions ndt_fuser/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<run_depend>visualization_msgs</run_depend>
<run_depend>libpcl-all-dev</run_depend>
<run_depend>message_runtime</run_depend>
<build_depend>cmake_modules</build_depend>
<!-- Dependencies needed only for running tests. -->
<!-- <test_depend>ndt_registration</test_depend> -->
<!-- <test_depend>ndt_map</test_depend> -->
Expand Down
4 changes: 3 additions & 1 deletion ndt_map/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ cmake_minimum_required(VERSION 2.8.3)
set(CMAKE_BUILD_TYPE Release)
project(ndt_map)
# Load catkin and all dependencies required for this package
find_package(catkin REQUIRED COMPONENTS cv_bridge eigen roscpp pcl_ros pcl_conversions
find_package(cmake_modules REQUIRED)
find_package(Eigen REQUIRED)
find_package(catkin REQUIRED COMPONENTS cv_bridge roscpp pcl_ros pcl_conversions
std_msgs
nav_msgs
message_generation )
Expand Down
2 changes: 1 addition & 1 deletion ndt_map/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<build_depend>cv_bridge</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>nav_msgs</build_depend>

<build_depend>cmake_modules</build_depend>
<!-- Dependencies needed after this package is compiled. -->
<run_depend>libpcl-all</run_depend>
<run_depend>roscpp</run_depend>
Expand Down
2 changes: 1 addition & 1 deletion ndt_map_builder/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<run_depend>pcl_conversions</run_depend>
<run_depend>ndt_map</run_depend>
<run_depend>ndt_registration</run_depend>

<build_depend>cmake_modules</build_depend>
<!-- Dependencies needed only for running tests. -->
<!-- <test_depend>common_rosdeps</test_depend> -->
<!-- <test_depend>pcl</test_depend> -->
Expand Down
6 changes: 3 additions & 3 deletions ndt_mcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.3)
set(CMAKE_BUILD_TYPE Release)
project(ndt_mcl)
# Load catkin and all dependencies required for this package
find_package(catkin REQUIRED COMPONENTS ndt_visualisation rosbag tf nav_msgs sensor_msgs geometry_msgs message_filters ndt_map ndt_registration visualization_msgs)
find_package(catkin REQUIRED COMPONENTS ndt_visualisation rosbag tf nav_msgs sensor_msgs geometry_msgs message_filters ndt_map ndt_registration visualization_msgs cmake_modules)

catkin_package(
DEPENDS libpcl-all-dev eigen mrpt
Expand All @@ -14,8 +14,8 @@ catkin_package(
)
include_directories(include ${catkin_INCLUDE_DIRS})

#find_package(Eigen REQUIRED)
#include_directories(${EIGEN_INCLUDE_DIRS})
find_package(Eigen REQUIRED)
include_directories(${EIGEN_INCLUDE_DIRS})
add_definitions(${EIGEN_DEFINITIONS})
find_package(OpenGL REQUIRED)
find_package(GLUT REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions ndt_mcl/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<build_depend>mrpt</build_depend>
<build_depend>glut</build_depend>
<build_depend>libxmu-dev</build_depend>
<build_depend>cmake_modules</build_depend>

<!-- Dependencies needed after this package is compiled. -->
<run_depend>ndt_visualisation</run_depend>
Expand Down
2 changes: 1 addition & 1 deletion ndt_registration/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<build_depend>libpcl-all-dev</build_depend>
<build_depend>tf</build_depend>
<build_depend>tf_conversions</build_depend>

<build_depend>cmake_modules</build_depend>
<!-- Dependencies needed after this package is compiled. -->
<!--<run_depend>common_rosdeps</run_depend>-->
<run_depend>ndt_map</run_depend>
Expand Down
2 changes: 1 addition & 1 deletion ndt_rviz_visualisation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rviz</build_depend>
<run_depend>rviz</run_depend>

<build_depend>cmake_modules</build_depend>

<!-- The export tag contains other, unspecified, tags -->
<export>
Expand Down
5 changes: 4 additions & 1 deletion ndt_visualisation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ cmake_minimum_required(VERSION 2.8.3)
set(CMAKE_BUILD_TYPE Release)
project(ndt_visualisation)
# Load catkin and all dependencies required for this package
find_package(catkin REQUIRED COMPONENTS ndt_map pcl_ros eigen)
find_package(cmake_modules REQUIRED)
find_package(Eigen REQUIRED)

find_package(catkin REQUIRED COMPONENTS ndt_map pcl_ros)
catkin_package(
DEPENDS libpcl-all-dev eigen glut opengl#libxmu-dev mrpt
CATKIN_DEPENDS ndt_map pcl_ros message_runtime
Expand Down
2 changes: 1 addition & 1 deletion ndt_visualisation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!--build_depend>freeglut3-dev</build_depend-->
<build_depend>libxmu-dev</build_depend>
<build_depend>libxi-dev</build_depend>

<build_depend>cmake_modules</build_depend>
<!-- Dependencies needed after this package is compiled. -->
<!--<run_depend>common_rosdeps</run_depend>-->
<run_depend>pcl_ros</run_depend>
Expand Down
1 change: 1 addition & 0 deletions perception_oru/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<run_depend>ndt_map</run_depend>
<run_depend>ndt_visualisation</run_depend>
<run_depend>ndt_rviz_visualisation</run_depend>
<build_depend>cmake_modules</build_depend>
<!-- Dependencies needed only for running tests. -->
<export> <metapackage/> </export>
</package>
3 changes: 2 additions & 1 deletion sdf_tracker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ project(sdf_tracker)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages

find_package(catkin REQUIRED COMPONENTS roscpp std_msgs cv_bridge eigen)
find_package(catkin REQUIRED COMPONENTS roscpp std_msgs cv_bridge cmake_modules)
find_package(Eigen REQUIRED)

catkin_package(
DEPENDS eigen opencv2 libvtk
Expand Down
1 change: 1 addition & 0 deletions sdf_tracker/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<run_depend>cv_bridge</run_depend>
<run_depend>opencv2</run_depend>
<run_depend>libvtk</run_depend>
<build_depend>cmake_modules</build_depend>

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