Skip to content

Commit

Permalink
Fix aruco examples OpenCV build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzhar committed Sep 11, 2024
1 parent 7930850 commit 5aa2c0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <image_transport/camera_subscriber.hpp>
#include <image_transport/image_transport.hpp>
#include <map>
#include <opencv2/opencv.hpp>
#include <rclcpp/rclcpp.hpp>
#include <sensor_msgs/msg/camera_info.hpp>
#include <sensor_msgs/msg/image.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
#include <sstream>

#include "aruco.hpp"
#include <opencv2/core.hpp>
#include <opencv2/calib3d.hpp>
#include <opencv2/imgproc.hpp>

#ifdef FOUND_HUMBLE
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
#elif defined FOUND_IRON
Expand Down

0 comments on commit 5aa2c0e

Please sign in to comment.