# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-auto, ament-lint-auto, ament-lint-common, octomap, octomap-msgs, qt5, rclcpp, rviz-common, rviz-default-plugins, rviz-rendering }: buildRosPackage { pname = "ros-iron-octomap-rviz-plugins"; version = "2.1.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/octomap_rviz_plugins-release/archive/release/iron/octomap_rviz_plugins/2.1.1-1.tar.gz"; name = "2.1.1-1.tar.gz"; sha256 = "8b8a51c469d052e6fe743c7fc837a4c6fd4d9f1339825f0013f6d15e133e8763"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake-auto ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ octomap octomap-msgs qt5.qtbase rclcpp rviz-common rviz-default-plugins rviz-rendering ]; nativeBuildInputs = [ ament-cmake-auto ]; meta = { description = "A set of plugins for displaying occupancy information decoded from binary octomap messages."; license = with lib.licenses; [ bsdOriginal ]; }; }