# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, cmake, mola-common, mola-kernel, mrpt-libmaps, mrpt-libposes }: buildRosPackage { pname = "ros-rolling-mola-input-mulran-dataset"; version = "1.5.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/mola-release/archive/release/rolling/mola_input_mulran_dataset/1.5.1-1.tar.gz"; name = "1.5.1-1.tar.gz"; sha256 = "2ef7137b821e46cf8259f8ac2034784c8ea2863cf7cf190bfc3ddae4b9820beb"; }; buildType = "cmake"; buildInputs = [ cmake ]; propagatedBuildInputs = [ mola-common mola-kernel mrpt-libmaps mrpt-libposes ]; nativeBuildInputs = [ cmake ]; meta = { description = "Offline RawDataSource from MulRan datasets"; license = with lib.licenses; [ gpl3Only ]; }; }