/home/rohan/noetic_catkin/src/fiducials/aruco_detect/test/aruco_images_test.cpp: In member function ‘void ArucoImagesTest::publish_image(std::string)’:
/home/rohan/noetic_catkin/src/fiducials/aruco_detect/test/aruco_images_test.cpp:44:54: error: ‘CV_LOAD_IMAGE_COLOR’ was not declared in this scope
44 | cv::Mat image = cv::imread(image_directory+file, CV_LOAD_IMAGE_COLOR);