# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-ros, ament-lint-auto, ament-lint-common, eigen, fuse-constraints, fuse-core, fuse-msgs, fuse-variables, geometry-msgs, qt5, rviz-common, rviz-rendering, tf2-geometry-msgs }: buildRosPackage { pname = "ros-rolling-fuse-viz"; version = "1.2.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/fuse-release/archive/release/rolling/fuse_viz/1.2.1-1.tar.gz"; name = "1.2.1-1.tar.gz"; sha256 = "d1e69b089b4262a1c60078c0c941476ba38d1bbb9a6992ae5d11b14c5c74937b"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake-ros qt5.qtbase ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ eigen fuse-constraints fuse-core fuse-msgs fuse-variables geometry-msgs rviz-common rviz-rendering tf2-geometry-msgs ]; nativeBuildInputs = [ ament-cmake-ros ]; meta = { description = "The fuse_viz package provides visualization tools for fuse."; license = with lib.licenses; [ bsdOriginal ]; }; }