# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, robot-state-publisher, urdf, xacro }: buildRosPackage { pname = "ros-jazzy-clearpath-platform-description"; version = "2.1.0-r1"; src = fetchurl { url = "https://github.com/clearpath-gbp/clearpath_common-release/archive/release/jazzy/clearpath_platform_description/2.1.0-1.tar.gz"; name = "2.1.0-1.tar.gz"; sha256 = "3944c4ae0b1792eb42f48eacb53038f01e60c1736fa79bae94d84e52890ce86e"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; propagatedBuildInputs = [ robot-state-publisher urdf xacro ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "Clearpath Platform URDF descriptions"; license = with lib.licenses; [ bsdOriginal ]; }; }