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

Define a topic for a Plot in a rqt_gui perspective

asked 2013-02-19 00:27:56 -0500

narcispr gravatar image

updated 2013-02-19 05:18:58 -0500

130s gravatar image

I've created a perspective in rqt_gui with several Plot plugins. However, each time I open the perspective, all the Plot plugins appear in its correct position but the topic they have to plot is not stored. There is a way to set the topics and avoid to define them every time?

Thank you!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-02-19 01:38:18 -0500

Miquel Massot gravatar image

Hi narcispr,

if you launch rqt_gui when not all topics are being published yet, the plugins that depend on a topic will require you to set that topic again, but if you launch rqt_gui at the end, when everything is published, then your saved setup will keep track of the same topics.

  1. First, open all nodes and rqt_gui and set it up as you like.
  2. Then, close rqt_gui first, then all nodes.

  3. When you need to work again, run first all nodes, then rqt_gui.

That works for me.

edit flag offensive delete link more

Comments

Not for me Miquel :( Maybe because I'm still running fuerte. Thank you!

narcispr gravatar image narcispr  ( 2013-02-19 04:24:05 -0500 )edit

Question Tools

Stats

Asked: 2013-02-19 00:27:56 -0500

Seen: 607 times

Last updated: Feb 19 '13