# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, realsense2-description, velodyne-description }: buildRosPackage { pname = "ros-humble-clearpath-sensors-description"; version = "0.2.6-r1"; src = fetchurl { url = "https://github.com/clearpath-gbp/clearpath_common-release/archive/release/humble/clearpath_sensors_description/0.2.6-1.tar.gz"; name = "0.2.6-1.tar.gz"; sha256 = "11a78521277689e0a081f7a84af141bf12f5f3017fe8499899af8323cc7ad572"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; propagatedBuildInputs = [ realsense2-description velodyne-description ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''Clearpath sensors URDF descriptions''; license = with lib.licenses; [ bsdOriginal ]; }; }