代码拉取完成,页面将自动刷新
同步操作将从 lin/lidar2cam_calibration 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
cmake_minimum_required(VERSION 3.0)
project(lidar2cam_calibration)
add_definitions(-w)
find_package(catkin REQUIRED COMPONENTS
cv_bridge
dynamic_reconfigure
message_filters
pcl_conversions
pcl_ros
roscpp
rospy
sensor_msgs
)
generate_dynamic_reconfigure_options(
cfg/filter.cfg
)
# set(OpenCV_DIR /usr/lib/x86_64-linux-gnu/cmake/opencv4)
# set(PCL_DIR /usr/lib/x86_64-linux-gnu/cmake/pcl)
find_package(OpenCV REQUIRED)
find_package(PCL REQUIRED)
find_package(Ceres REQUIRED)
include_directories("/usr/local/include/eigen3/")
include_directories(${PROJECT_SOURCE_DIR}/include
${catkin_INCLUDE_DIRS}
${PCL_INCLUDE_DIRS}
${CERES_INCLUDE_DIRS}
${OpenCV_INCLUDE_DIRS}
)
# find_package(Sophus REQUIRED)
#$include_directories {Sophus_INCLUDE_DIRS}
catkin_package()
file(GLOB_RECURSE CPP_FILE ${PROJECT_SOURCE_DIR}/src/*.cpp)
add_executable(create_aruco_node src/create_aruco_node.cc src/create_aruco.cc)
target_link_libraries(create_aruco_node ${catkin_LIBRARIES} ${OpenCV_LIBRARIES})
add_executable(data_frame_extraction_node ${CPP_FILE})
target_link_libraries(data_frame_extraction_node ${catkin_LIBRARIES} ${OpenCV_LIBRARIES} ${PCL_LIBRARIES})
# add_executable(image_procession_node src/image_procession_node.cc src/image_procession.cc)
# target_link_libraries(image_procession_node ${catkin_LIBRARIES} ${OpenCV_LIBRARIES})
add_executable(estimation_tf_node src/estimation_tf_node.cc src/estimation_tf.cc)
target_link_libraries(estimation_tf_node ${catkin_LIBRARIES} ${OpenCV_LIBRARIES} ${CERES_LIBRARIES})
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。