yujinrobot / rqt_multiplot_plugin

An rqt plugin for visualizing numeric values in multiple 2D plots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rqt Multiplot Plugin

Overview

Author(s): Ralf Kaestner

Maintainer: Ralf Kaestner ralf.kaestner@gmail.com

License: GNU Lesser General Public License (LGPL)

Operating system(s): Debian-based Linux, Mac OS X

Package PPA: ppa:ethz-asl/ros

Content

This project provides a GUI plugin for visualizing numeric values in multiple 2D plots using the Qwt plotting backend.

Installation

Dependencies

Building

Create a symlink in your catkin source folder, e.g.:

ln -s ~/git/rqt_multiplot_plugin ~/catkin_ws/src
cd ~/catkin_ws
catkin_make

###Debian Package

sudo add-apt-repository ppa:ethz-asl/ros
sudo apt-get update
sudo apt-get install ros-indigo-rqt-multiplot

Usage

To launch the standalone rqt plugin, run

rosrun rqt_multiplot rqt_multiplot

To launch the rqt GUI without a perspective, run

rqt --force-discover

This will discover all plugins, which can then be loaded manually.

To delete the default configuration files (in case of problems):

rqt --clear-config

Example Views

enter image description here

####Configure Plot

enter image description here

####Edit Curve

enter image description here

Bugs & Feature Requests

Please report bugs and feature requests on the Issue Tracker.

Build Status

Devel Job Status

Indigo Jade Kinetic
rqt_multiplot_plugin Build Status Build Status Build Status

Release Job Status

Indigo Jade Kinetic
rqt_multiplot Build Status Build Status Build Status

About

An rqt plugin for visualizing numeric values in multiple 2D plots.

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 98.4%Language:CMake 1.5%Language:Python 0.1%