Skip to content
Snippets Groups Projects
Commit 498ad49c authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

image-geometry: initial commit

While adding image-geometry, the common part to cv-bridge was put
into the vision-opencv.inc file.
parent 67887f18
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,4 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9de
DEPENDS = "boost opencv rosconsole sensor-msgs"
SRC_URI = "https://github.com/ros-perception/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "703067467a45ab258b1a7c504fa29105"
SRC_URI[sha256sum] = "bb1ffa43dfbb6958e82c63513d26ade1a027067dbc969497cb6d51633d5ae37b"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
inherit catkin
ROS_SPN = "vision_opencv"
require vision-opencv.inc
DESCRIPTION = "`image_geometry` contains C++ and Python libraries for interpreting images geometrically."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "opencv sensor-msgs"
require vision-opencv.inc
SRC_URI = "https://github.com/ros-perception/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "703067467a45ab258b1a7c504fa29105"
SRC_URI[sha256sum] = "bb1ffa43dfbb6958e82c63513d26ade1a027067dbc969497cb6d51633d5ae37b"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
inherit catkin
ROS_SPN = "vision_opencv"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment