Package Details: ros-melodic-image-geometry 1.13.0-4

Git Clone URL: https://aur.archlinux.org/ros-melodic-image-geometry.git (read-only, click to copy)
Package Base: ros-melodic-image-geometry
Description: ROS - image_geometry contains C++ and Python libraries for interpreting images geometrically.
Upstream URL: https://wiki.ros.org/image_geometry
Licenses: BSD
Submitter: GPereira
Maintainer: None
Last Packager: bionade24
Votes: 0
Popularity: 0.000000
First Submitted: 2018-05-13 18:44 (UTC)
Last Updated: 2020-05-28 10:10 (UTC)

Latest Comments

HelloWorld commented on 2019-05-30 23:49 (UTC)

Seems to be an issue from OpenCV (See https://github.com/opencv/opencv/issues/14323).

Got it work by replacing the line

set(OpenCV_CONFIG_PATH "${CMAKE_CURRENT_LIST_DIR}")

with

get_filename_component(OpenCV_CONFIG_PATH "${CMAKE_CURRENT_LIST_DIR}" REALPATH)

in file "usr/lib/cmake/opencv4/OpenCVConfig.cmake" of the package opencv 4.1.0-2.

HelloWorld commented on 2019-04-28 00:52 (UTC)

I got an Error like:

CMake Error in CMakeLists.txt: Imported target "opencv_calib3d" includes non-existent path

"//include/opencv4"

in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:

  • The path was deleted, renamed, or moved to another location.

  • An install or uninstall procedure did not complete successfully.

  • The installation package was faulty and references files it does not provide.

Does anyone have some clue to it? Thanks.