Package Details: ros-melodic-camera-calibration-parsers 1.11.13-9

Git Clone URL: https://aur.archlinux.org/ros-melodic-camera-calibration-parsers.git (read-only, click to copy)
Package Base: ros-melodic-camera-calibration-parsers
Description: ROS - camera_calibration_parsers contains routines for reading and writing camera calibration parameters.
Upstream URL: https://wiki.ros.org/camera_calibration_parsers
Licenses: BSD
Submitter: GPereira
Maintainer: None
Last Packager: bionade24
Votes: 0
Popularity: 0.000000
First Submitted: 2018-05-13 18:47 (UTC)
Last Updated: 2021-03-23 03:41 (UTC)

Latest Comments

jerry73204 commented on 2019-12-19 15:44 (UTC)

The build failed due to wrong path in prepare(). Please modify the prepare() as following.

prepare() {
    cd "${srcdir}/${_dir}"
    patch -uN CMakeLists.txt "${srcdir}/boost-fix.patch" || return 1
}