ROS matcher v1 simplifiée
This commit is contained in:
parent
373a75ae87
commit
ffe3eee32b
254 changed files with 71 additions and 61110 deletions
|
@ -25,6 +25,9 @@ find_package(catkin REQUIRED COMPONENTS
|
|||
roscpp
|
||||
tf
|
||||
rospy
|
||||
pcl_conversions
|
||||
pcl_ros
|
||||
sensor_msgs
|
||||
)
|
||||
#find_package(Eigen3 REQUIRED)
|
||||
#find_package(cmake_modules REQUIRED)
|
||||
|
@ -93,7 +96,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -ftree-vectorize -funroll-loops -L/u
|
|||
## DEPENDS: system dependencies of this project that dependent projects also need
|
||||
catkin_package(
|
||||
#CATKIN_DEPENDS roscpp tf message_runtime
|
||||
#INCLUDE_DIRS include
|
||||
INCLUDE_DIRS book_training
|
||||
)
|
||||
|
||||
###########
|
||||
|
@ -129,7 +132,6 @@ target_link_libraries(ASIFT_matcher
|
|||
X11
|
||||
)
|
||||
|
||||
|
||||
## Add cmake target dependencies of the executable
|
||||
## same as for the library above
|
||||
# add_dependencies(${PROJECT_NAME}_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue