Closed ericahellscythe closed 1 year ago
Solution:
git clone https://github.com/ros-planning/moveit_calibration.git
Afterwards, go to Moveit calibration > moveit calibration plugins > cmakelist.txt and edit the file with the changes below:
find_package(OpenCV 4)
You will also need to git clone opencv_contrib to your src folder. Then open the opencv_contrib folder and go into the modules folder. Copy the opencv2 folder found in aruco > include and paste it in the moveit_calibration folder inside moveit_calibration_plugins > handeye_calibration_target > include and every single sub folder inside it too just to make sure the header file can find the aruco.
opencv_contrib version must be 4.6.0 and below (doesn't work with 4.7.0)
git clone https://github.com/opencv/opencv_contrib.git
cd opencv_contrib
git checkout 4.6.0
Hi I was following the instructions from a moveit tutorial.
This is a section of the tutorial I followed and I also git cloned this repo. Now I'm trying to catkin build and it failed. I found another closed issue posted but there was no solution to it hence this new post. Also, it is worth noting that I am using a jetson orin which might be the reason why?
Please advice thank you.