Jmeyer1292 / robot_cal_tools

A suite of tools focused on calibration of sensors for robotic workcell development
Apache License 2.0
140 stars 40 forks source link

Adding ChAruco board detection functionality #73

Closed jaberkebile closed 4 years ago

jaberkebile commented 4 years ago

Using the current Aruco implementation as a reference for ChAruco targets

marip8 commented 4 years ago

rct_image_tools is a ROS-independent, pure CMake package such that it can support usage in ROS1 and ROS2. Please remove the dependency on catkin and ROS1 from the latest commit. You should be able specify local file directories via an interface target in the CMakeLists.txt.

Here is an example from tesseract:

marip8 commented 4 years ago

It also appears that the build is failing on Xenial

  /root/target_ws/src/robot_cal_tools/rct_image_tools/src/rct_image_tools/charuco_finder.cpp:15:17: error: ‘struct cv::aruco::DetectorParameters’ has no member named ‘doCornerRefinement’

       parameters->doCornerRefinement = false;