# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, nlohmann_json, python3Packages }: buildRosPackage { pname = "ros-humble-rmf-api-msgs"; version = "0.0.3-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rmf_api_msgs-release/archive/release/humble/rmf_api_msgs/0.0.3-1.tar.gz"; name = "0.0.3-1.tar.gz"; sha256 = "6f7f218d3d21e84c9dec3135a00cb00fd8b38287bdafed384bc16f1546c12a93"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; propagatedBuildInputs = [ nlohmann_json python3Packages.jinja2 python3Packages.jsonschema ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "RMF API msgs definition"; license = with lib.licenses; [ asl20 ]; }; }