image_pipeline icon indicating copy to clipboard operation
image_pipeline copied to clipboard

Use TF2 package for quaternion conversion

Open tedsteiner opened this issue 5 months ago • 4 comments

The OpenCV quaternion class was not added until OpenCV 4.5.1, so it's less widely available than the TF2 conversion. This change allows a source build of the ROS 2 "perception" variant on Ubuntu 20.04 without a custom source build of OpenCV.

Addresses issue https://github.com/ros-perception/image_pipeline/issues/1030

tedsteiner avatar Sep 06 '24 21:09 tedsteiner