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

rospy.loginfo on remote machine

asked 2018-02-07 17:39:01 -0500

mdturner32 gravatar image

When I launched a package on a remote machine, the rospy.loginfo messages of that package do not show up on my local machine that is running the roscore and initiated the roslaunch. Is there some modification to the rospy.loginfo that needs to be done to get it to send the log to the local machine?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-02-07 22:56:06 -0500

ahendrix gravatar image

Have you tried using rqt_console?

edit flag offensive delete link more

Comments

Exactly. @mdturner32: what you see in the console is only output printed by the processes that were started in that console. You'll need to use different tools (such as rqt_console mentioned by @ahendrix) for everything else.

gvdhoorn gravatar image gvdhoorn  ( 2018-02-08 01:12:52 -0500 )edit

Sorry for the very late response. But just wanted to update and say thanks, I did use rqt_console and it worked for me great. Appreciate the advice

mdturner32 gravatar image mdturner32  ( 2018-03-26 15:40:29 -0500 )edit

@mdturner32: if @ahendrix's answer answered your question, then please mark the question as answered by ticking the checkmark to the left of it.

gvdhoorn gravatar image gvdhoorn  ( 2018-03-27 02:24:12 -0500 )edit

Question Tools

Stats

Asked: 2018-02-07 17:39:01 -0500

Seen: 260 times

Last updated: Feb 07 '18