Code Monkey home page Code Monkey logo

plotjuggler's Introduction

Ubuntu 14.04 build (Semaphore): Build Status

ROS Indigo build (Travis): Build Status

Join the chat at https://gitter.im/PlotJuggler/Lobby

PlotJuggler 1.0.7

QT5 based application to display time series in plots. This is under heavy development.

To understand what PlotJuggler can do for you, take a look to the following video.

PlotJuggler: a desktop application to plot time series

PlotJuggler

How to build

Clone the repository as usual:

  git clone https://github.com/facontidavide/PlotJuggler.git

The only binary dependency that you need installed in your system is Qt5. On Ubuntu the debians can be installed with the command:

sudo apt-get -y install qtbase5-dev libqt5svg5-dev

On Fedora:

sudo dnf install qt5-qtbase-devel qt5-qtsvg-devel

Then compile using cmake (qmake is NOT supported):

 mkdir build; cd build
 cmake ..
 make
 sudo make install

Note: the plugins need to be installed in the same folder of the executable or in /usr/local/lib/PlotJuggler/.

Note for ROS users

If you use CATKIN to build this project, the ROS related plugins will be automatically included into the compilation. Both the executable and the plugins will be created in devel/lib/plotjuggler (the address relative to the catkin workspace).

To run the application, use the command:

rosrun plotjuggler PlotJuggler

Alternatively, just execute the binary PlotJuggler.

A mandatory dependency is the package: https://github.com/facontidavide/ros_type_introspection

IMPORTANT: there is a critical bug in version 0.3.x of ros_type_introspection. Use version 0.4.3 or later.

You can easily install the Indigo, Jade or Kinetic package with the command:

   sudo apt-get install ros-XXXX-ros-type-introspection

plotjuggler's People

Contributors

facontidavide avatar kartikmohta avatar dorianscholz avatar eduherminio avatar amdn avatar mikaelarguedas avatar timple avatar v-lopez avatar

Watchers

James Cloos avatar Gert Kanter avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.