# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, robot-state-publisher, urdf, xacro }: buildRosPackage { pname = "ros-jazzy-flir-camera-description"; version = "3.0.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/flir_camera_driver-release/archive/release/jazzy/flir_camera_description/3.0.0-1.tar.gz"; name = "3.0.0-1.tar.gz"; sha256 = "d10785f074fec20c6bd287a2491da4b21b899b1685ce99f2a425cf0002dc3ca1"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ robot-state-publisher urdf xacro ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "FLIR camera Description package"; license = with lib.licenses; [ bsdOriginal ]; }; }