# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common }: buildRosPackage { pname = "ros-humble-clearpath-customization"; version = "0.3.2-r1"; src = fetchurl { url = "https://github.com/clearpath-gbp/clearpath_common-release/archive/release/humble/clearpath_customization/0.3.2-1.tar.gz"; name = "0.3.2-1.tar.gz"; sha256 = "7c4ae159bed131b00d4dfeaf305ea63505e428dd0984ef5fb1be431436a31000"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-lint-auto ament-lint-common ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "Clearpath customization packages."; license = with lib.licenses; [ bsdOriginal ]; }; }