# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-index-cpp, binutils, boost, cppzmq, qt5 }: buildRosPackage { pname = "ros-foxy-plotjuggler"; version = "3.1.1-r1"; src = fetchurl { url = "https://github.com/facontidavide/plotjuggler-release/archive/release/foxy/plotjuggler/3.1.1-1.tar.gz"; name = "3.1.1-1.tar.gz"; sha256 = "709542b92c3ac61faeffbf8c28d9e4efc4c59116abf14fc3b2542437caefdf0a"; }; buildType = "catkin"; propagatedBuildInputs = [ ament-index-cpp binutils boost cppzmq qt5.qtbase qt5.qtsvg qt5.qtwebsockets qt5.qtx11extras ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''PlotJuggler: juggle with data''; license = with lib.licenses; [ lgpl2 ]; }; }