ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

rxplot not found

asked 2015-01-25 20:32:19 -0500

RoboBill gravatar image

I've installed Indigo on Ubuntu 14.4 and I'm doing the rosserial IR ranger tutorial. When I execute

rxplot range_data/range

I get

rxplot not found.

I gather this command has been superceded by rqt_plot. If so what would the proper command line be.

Thanks

RoboBill

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2015-01-25 23:05:58 -0500

ahendrix gravatar image

rqt_plot is supposed to be a drop-in replacement for rxplot in most situations. Try:

rqt_plot range_data/range
edit flag offensive delete link more
0

answered 2015-01-26 12:18:29 -0500

RoboBill gravatar image

Good morning

Thanks for the clarification. I did get it to work... sort of. I first got this:

[DEBUG] rqt_plot.plot: import of PyQtGraphDataPlot failed (trying other backends)

Then the plotter came up and displayed my data (way cool) But I'm curious about that initial error. What does this tell me?

BTW instead of using the IR sensor spec'd in the tutorial, I'm using an SF02 from Lightware rotating on my "open source" platform found at http://diydrones.com/group/ardurover-...

Thanks

RoboBill

edit flag offensive delete link more

Comments

rqt_plot is capable of using multiple plotting libraries; that debug message just indicates that it wasn't able to find the PyQtGraph plotting library, and used something else instead (probably matplotlib).

ahendrix gravatar image ahendrix  ( 2015-01-26 12:26:56 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-01-25 20:32:19 -0500

Seen: 1,352 times

Last updated: Jan 26 '15