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

problem with debug messages in rxconsole

asked 2012-01-25 15:53:19 -0500

brice rebsamen gravatar image

Hi

I have 2 computers: master and lowlevel. I log in master where I run roscore. I ssh to lowlevel to launch some nodes there. THe whole thing works fine so I guess the setup is configured properly.

I am trying to debug a node on the lowlevel computer, written in python. logdebug messages do not print anywhere: neither in the logfile, the screen or rxconsole.

In rxconsole, when I try to set the node's verbose level to debug, my node does not appear in the list of nodes.

If I init_node with log_level=rospy.DEBUG, the following message appears in the log file: "Unable to report rosout: time is not initialized. Have you called init_node()?" see complete log file here: http://pastebin.com/5sL91492

thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-01-26 00:03:15 -0500

joq gravatar image

I don't believe the log level setting in rxconsole works for Python nodes.

I usually end up editing the script changing the message levels to INFO.

edit flag offensive delete link more

Comments

tfoote gravatar image tfoote  ( 2012-02-11 19:22:06 -0500 )edit

Question Tools

Stats

Asked: 2012-01-25 15:53:19 -0500

Seen: 586 times

Last updated: Jan 26 '12