# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, eigen, eigen3-cmake-module, geometry-msgs, rclcpp, rmf-building-map-msgs, rmf-dispenser-msgs, rmf-fleet-msgs, rmf-ingestor-msgs, std-msgs, tf2-ros }: buildRosPackage { pname = "ros-rolling-rmf-robot-sim-common"; version = "2.4.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rmf_simulation-release/archive/release/rolling/rmf_robot_sim_common/2.4.1-1.tar.gz"; name = "2.4.1-1.tar.gz"; sha256 = "d2b21add6660b03a6f3612da17c89762e637c7f00c268823379be1379d7bc491"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake eigen3-cmake-module ]; propagatedBuildInputs = [ eigen geometry-msgs rclcpp rmf-building-map-msgs rmf-dispenser-msgs rmf-fleet-msgs rmf-ingestor-msgs std-msgs tf2-ros ]; nativeBuildInputs = [ ament-cmake eigen3-cmake-module ]; meta = { description = "Common utility functions for Gazebo-classic and Gazebo RMF plugins"; license = with lib.licenses; [ asl20 ]; }; }