Skip to content

Commit f9762bb

Browse files
committed
remove CUDA requirement, also can cross-build on humble/foxy
1 parent 1e9a01c commit f9762bb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/prm_vision/opencv_armor_detector/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.8)
2-
project(opencv_armor_detector CXX CUDA)
2+
project(opencv_armor_detector CXX)
33
set(CMAKE_CXX_STANDARD 17) # for filesystem support
44

55
# Dependencies

src/prm_vision/opencv_armor_detector/include/OpenCVArmorDetector.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
#include <vector>
55

66
#include "rclcpp/rclcpp.hpp"
7-
#include <opencv2/cudaarithm.hpp>
8-
#include <opencv2/cudafilters.hpp>
9-
#include <opencv2/cudaimgproc.hpp>
107
#include <opencv2/opencv.hpp>
118

129
// Detector Constants

0 commit comments

Comments
 (0)