ros-perception / vision_msgs

Algorithm-agnostic computer vision message types for ROS.
Apache License 2.0
149 stars 72 forks source link

bounding box array 2d message and cmake fixes #75

Closed Kukanani closed 1 year ago

Kukanani commented 1 year ago

Closes #74

SteveMacenski commented 1 year ago

This PR has something weird going on in it - there's a not rendered merge conflict because this shows some Classification2D/3D which doesn't exist in most ROS 2 branches (but appears to be in ROS 1) and certainly not in this galactic branch

Kukanani commented 1 year ago

I've had this issue before, the only good solution I've found is to re-branch and cherry pick the relevant commits. Doing that now.

Kukanani commented 1 year ago

Closed in favor of #75