# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, builtin-interfaces, marti-common-msgs, rosidl-default-generators, rosidl-default-runtime }: buildRosPackage { pname = "ros-rolling-mapviz-interfaces"; version = "2.4.4-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/mapviz-release/archive/release/rolling/mapviz_interfaces/2.4.4-1.tar.gz"; name = "2.4.4-1.tar.gz"; sha256 = "0464fbd754e838ff7828d0a8a80e15205abb0b1e1dabc0c14b9d115b6aa1c420"; }; buildType = "ament_cmake"; buildInputs = [ builtin-interfaces marti-common-msgs rosidl-default-generators ]; propagatedBuildInputs = [ rosidl-default-runtime ]; nativeBuildInputs = [ rosidl-default-generators ]; meta = { description = "ROS interfaces used by Mapviz"; license = with lib.licenses; [ bsdOriginal ]; }; }