Skip to content

Commit

Permalink
Add angles package
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Aug 4, 2024
1 parent 26ec42f commit 1e45ec1
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -141,7 +141,8 @@ my_travis_retry apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-image-view \
ros-${ROS_DISTRO}-nodelet-topic-tools \
ros-${ROS_DISTRO}-stereo-msgs \
ros-${ROS_DISTRO}-vision-msgs
ros-${ROS_DISTRO}-vision-msgs \
ros-${ROS_DISTRO}-angles

# TODO move GeographicLib datasets to Mavros debian package
echo_stamp "Install GeographicLib datasets (needed for mavros)" \
Expand Down
1 change: 1 addition & 0 deletions builder/test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from vision_msgs.msg import BoundingBox2D, BoundingBox2DArray, BoundingBox3D, BoundingBox3DArray, \
Classification2D, Classification3D, Detection2D, Detection2DArray, Detection3D, Detection3DArray, \
ObjectHypothesis, ObjectHypothesisWithPose, VisionInfo
import angles

import cv2
import cv2.aruco
Expand Down
1 change: 1 addition & 0 deletions builder/test/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ rosversion nodelet
rosversion image_view
rosversion stereo_msgs
rosversion vision_msgs
rosversion angles

[[ $(rosversion ws281x) == "0.0.13" ]]

Expand Down

0 comments on commit 1e45ec1

Please sign in to comment.