# 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-foxy-camera-calibration"; version = "2.2.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/image_pipeline-release/archive/release/foxy/camera_calibration/2.2.1-1.tar.gz"; name = "2.2.1-1.tar.gz"; sha256 = "9c901fbb3046335374a95b3885f0813a1f9e7f80480d37f316001942d65ac422"; }; 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 ]; }; }