# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, nav-msgs, rclcpp }: buildRosPackage { pname = "ros-galactic-dummy-map-server"; version = "0.14.3-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/demos-release/archive/release/galactic/dummy_map_server/0.14.3-1.tar.gz"; name = "0.14.3-1.tar.gz"; sha256 = "c13986bdd181b748cfe2e3191d5eb148aba5f976ae7330c5c2b2511554c4d31f"; }; buildType = "ament_cmake"; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ nav-msgs rclcpp ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''dummy map server node''; license = with lib.licenses; [ asl20 ]; }; }