# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-cmake-pytest, ament-cmake-ros, ament-lint-auto, ament-lint-common, boost, ceres-solver, eigen, fuse-msgs, geometry-msgs, glog, gtest-vendor, launch, launch-pytest, pluginlib, rcl-interfaces, rclcpp, rclcpp-components }: buildRosPackage { pname = "ros-rolling-fuse-core"; version = "1.2.2-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/fuse-release/archive/release/rolling/fuse_core/1.2.2-1.tar.gz"; name = "1.2.2-1.tar.gz"; sha256 = "f08c57997dbf99a06ce790e1077cb1bec65f2ae1fe1b806859085511838f1211"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto ament-lint-common geometry-msgs launch launch-pytest rclcpp ]; propagatedBuildInputs = [ ament-cmake-ros boost ceres-solver eigen fuse-msgs glog gtest-vendor pluginlib rcl-interfaces rclcpp rclcpp-components ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "The fuse_core package provides the base class interfaces for the various fuse components. Concrete implementations of these interfaces are provided in other packages."; license = with lib.licenses; [ bsdOriginal ]; }; }