# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-cppcheck, ament-cmake-cpplint, ament-cmake-gmock, ament-cmake-gtest, ament-cmake-lint-cmake, ament-cmake-uncrustify, ament-cmake-xmllint, ament-lint-auto, qt5, rcutils, rviz-common }: buildRosPackage { pname = "ros-galactic-rviz-visual-testing-framework"; version = "8.5.0-r3"; src = fetchurl { url = "https://github.com/ros2-gbp/rviz-release/archive/release/galactic/rviz_visual_testing_framework/8.5.0-3.tar.gz"; name = "8.5.0-3.tar.gz"; sha256 = "1f51cb523c19bf4b273d649a9c97161643c02e751d87084b34158aa037db7abb"; }; buildType = "ament_cmake"; buildInputs = [ qt5.qtbase ]; checkInputs = [ ament-cmake-cppcheck ament-cmake-cpplint ament-cmake-gmock ament-cmake-lint-cmake ament-cmake-uncrustify ament-cmake-xmllint ament-lint-auto ]; propagatedBuildInputs = [ ament-cmake-gtest rcutils rviz-common ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''3D testing framework for RViz.''; license = with lib.licenses; [ bsdOriginal ]; }; }