Skip to content

Commit

Permalink
Add vision_msgs package
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Jun 17, 2024
1 parent add15ac commit 2a2fbe3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/image-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ my_travis_retry apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-cmake-modules \
ros-${ROS_DISTRO}-image-view \
ros-${ROS_DISTRO}-nodelet-topic-tools \
ros-${ROS_DISTRO}-stereo-msgs
ros-${ROS_DISTRO}-stereo-msgs \
ros-${ROS_DISTRO}-vision-msgs

# TODO move GeographicLib datasets to Mavros debian package
echo "--- Install GeographicLib datasets (needed for mavros)" \
Expand Down
4 changes: 4 additions & 0 deletions builder/test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
from led_msgs.srv import SetLEDs
from led_msgs.msg import LEDStateArray, LEDState
from aruco_pose.msg import Marker, MarkerArray, Point2D
from vision_msgs.msg import BoundingBox2D, BoundingBox2DArray, BoundingBox3D, BoundingBox3DArray, \
Classification2D, Classification3D, Detection2D, Detection2DArray, Detection3D, Detection3DArray, \
ObjectHypothesis, ObjectHypothesisWithPose, VisionInfo,

from clover import long_callback

import dynamic_reconfigure.client
Expand Down

0 comments on commit 2a2fbe3

Please sign in to comment.