# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, builtin-interfaces, geometry-msgs, rosidl-default-generators, rosidl-default-runtime }: buildRosPackage { pname = "ros-rolling-rmf-building-map-msgs"; version = "1.5.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rmf_building_map_msgs-release/archive/release/rolling/rmf_building_map_msgs/1.5.0-1.tar.gz"; name = "1.5.0-1.tar.gz"; sha256 = "6e02ade0f3c257d7cae1d1fce7d019632921caf3338db6787ede404ad6b23ef9"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake rosidl-default-generators ]; checkInputs = [ ament-lint-common ]; propagatedBuildInputs = [ builtin-interfaces geometry-msgs rosidl-default-runtime ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = "Messages used to send building maps"; license = with lib.licenses; [ asl20 ]; }; }