ros-perception / vision_msgs

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

BoundingBox2DArray doesn't exist in noetic release (apt) #69

Closed igor-markovic closed 2 years ago

igor-markovic commented 2 years ago

The wiki shows BoundingBox2DArray as being an available message in noetic.

However, when installing ros-noetic-vision-msgs via apt, the message definition is missing. It looks like the release repo last updated the noetic branch in 2020, which was before the array msg was added to the development repo.

Could the maintainer of the release repo update the noetic release to include this message?

Kukanani commented 2 years ago

I don't know why the documentation updated when I did not create a new release. Either way, here's the PR for the release to add the bounding box array messages. https://github.com/ros/rosdistro/pull/32721

igor-markovic commented 2 years ago

BoundingBox2DArray is now a message when installing the latest version, thanks!

yeyanan93 commented 7 months ago

how can I solve the problem via apt inatall?

sudo apt isntall ros-noetic-vision-msgs not work.

How can I do?