ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Seems like the kinetic version of aruco_ros does not publicly expose the ArUco dictionary type on MarkerDetector construction or through a setter function. The melodic version however does include a dictionary type on construction (through overloaded int/string types), see this source file. Where the dictionary types are defined here.

It seems like these types are specific to the aruco_ros package and do not have a 1-to-1 match to the dictionary types defined in the opencv2 ArUco library.