Commit 42bc9e5d authored by oscar's avatar oscar

提交更新

parent 0d7dff3f
...@@ -12,7 +12,7 @@ add_definitions(-D_DEBUG) ...@@ -12,7 +12,7 @@ add_definitions(-D_DEBUG)
## Compile as C++11, supported in ROS Kinetic and newer ## Compile as C++11, supported in ROS Kinetic and newer
add_compile_options(-std=c++11) add_compile_options(-std=c++11)
#find_package(OpenCV 4.1.1 REQUIRED) find_package(OpenCV REQUIRED)
#find_package(CUDA REQUIRED) #find_package(CUDA REQUIRED)
#if (CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64") #if (CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
...@@ -61,8 +61,8 @@ catkin_package( ...@@ -61,8 +61,8 @@ catkin_package(
sensor_msgs sensor_msgs
std_srvs std_srvs
jfx_common_msgs jfx_common_msgs
#DEPENDS DEPENDS
#OpenCV OpenCV
) )
########### ###########
...@@ -112,7 +112,7 @@ target_link_libraries(${PROJECT_NAME}_node ...@@ -112,7 +112,7 @@ target_link_libraries(${PROJECT_NAME}_node
#cudart #cudart
#yolov5plugins #yolov5plugins
${catkin_LIBRARIES} ${catkin_LIBRARIES}
#${OpenCV_LIBS} ${OpenCV_LIBS}
#yaml-cpp #yaml-cpp
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment