Closed christianrauch closed 5 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.
cv::Quat
Eigen::Quaternion
tf2::convert
Replace
cv::Quat
byEigen::Quaternion
to avoid dependency on higher OpenCV versions. Also add a dedicated conversion library that adds specialisations for thetf2::convert
template.