image: add image_geometry package

This commit is contained in:
Oleg Kalachev
2023-08-15 17:49:55 +07:00
parent 7b591d350c
commit 9a713057b6
2 changed files with 3 additions and 1 deletions

View File

@@ -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)" \

View File

@@ -33,6 +33,7 @@ import tf2_geometry_msgs
import VL53L1X
import pymavlink
from pymavlink import mavutil
from image_geometry import PinholeCameraModel, StereoCameraModel
# from espeak import espeak
from pyzbar import pyzbar
import docopt