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