christianrauch / apriltag_ros

ROS2 node for AprilTag detection
MIT License
155 stars 92 forks source link

replace cv::Quat and add dedicated conversion library #36

Closed christianrauch closed 3 months ago

christianrauch commented 3 months ago

Replace cv::Quat by Eigen::Quaternion to avoid dependency on higher OpenCV versions. Also add a dedicated conversion library that adds specialisations for the tf2::convert template.