# 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-jazzy-mola-input-mulran-dataset"; version = "1.6.2-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/mola-release/archive/release/jazzy/mola_input_mulran_dataset/1.6.2-1.tar.gz"; name = "1.6.2-1.tar.gz"; sha256 = "6e9fd9771009494a865fbe441b0b01dd5b6f9e039d4655ec8a2438eb1582fef7"; }; 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 ]; }; }