# 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-jazzy-mapviz-interfaces"; version = "2.4.5-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/mapviz-release/archive/release/jazzy/mapviz_interfaces/2.4.5-1.tar.gz"; name = "2.4.5-1.tar.gz"; sha256 = "57a9bfee42f393d61fc9198cf107141208a389cbc3bffaaebd0f0ba14e6414c7"; }; 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 ]; }; }