Skip to content

Commit

Permalink
image: add image_geometry package
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Aug 15, 2023
1 parent 7b591d3 commit 9a71305
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -137,7 +137,8 @@ my_travis_retry apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-ws281x \
ros-${ROS_DISTRO}-rosshow \
ros-${ROS_DISTRO}-cmake-modules \
ros-${ROS_DISTRO}-image-view
ros-${ROS_DISTRO}-image-view \
ros-${ROS_DISTRO}-image-geometry

# 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 @@ -33,6 +33,7 @@
import VL53L1X
import pymavlink
from pymavlink import mavutil
from image_geometry import PinholeCameraModel, StereoCameraModel
# from espeak import espeak
from pyzbar import pyzbar
import docopt
Expand Down

0 comments on commit 9a71305

Please sign in to comment.