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

View rqt console in other machine

asked 2014-10-06 03:23:13 -0500

Edmodi gravatar image

Hi, I run a example topic in machine and I would like see debug messages (ROS_INFO, ROS_ERROR...) in another machine. I used export ROS_MASTER_URI and ROS_IP in first machine and export ROS_MASTER_URI in sencod. I see in second machine the topics publication values but not show message when I run rqt_console. In the first machine, rqt_console show this messages perfectly. Where is the problem?

Thanks in advanced

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-05-19 19:33:11 -0500

Hi there,

I realise this is an old question, but I just came across the same issue and couldn't find a simple answer anywhere quickly.

What you did is correct, set the ROS_MASTER_URI and ROS_IP on the two machines to the ip of the ros core host.

Launch rqt_console on the second machine, and click the settings icon. Change the Rosout topic to /rosout instead of /rosout_agg, and then you should see all of your messages appear.

Regards, Jeremy Corbett

edit flag offensive delete link more

Comments

Thanks for your help. I'm on vacation these days, I will try as soon as possible

Edmodi gravatar image Edmodi  ( 2016-05-20 01:41:00 -0500 )edit

Question Tools

Stats

Asked: 2014-10-06 03:23:13 -0500

Seen: 1,050 times

Last updated: May 19 '16