# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, cv-bridge, image-geometry, message-filters, python3Packages, pythonPackages, rclpy, sensor-msgs, std-srvs }: buildRosPackage { pname = "ros-galactic-camera-calibration"; version = "2.2.1-r3"; src = fetchurl { url = "https://github.com/ros2-gbp/image_pipeline-release/archive/release/galactic/camera_calibration/2.2.1-3.tar.gz"; name = "2.2.1-3.tar.gz"; sha256 = "3b2a9b403b2a5ebd0a9eb16e01225a9573c7244a1c4bc5cdea76b6b803af6b91"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 python3Packages.requests pythonPackages.pytest ]; propagatedBuildInputs = [ cv-bridge image-geometry message-filters rclpy sensor-msgs std-srvs ]; meta = { description = ''camera_calibration allows easy calibration of monocular or stereo cameras using a checkerboard calibration target.''; license = with lib.licenses; [ bsdOriginal ]; }; }