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

Revision history [back]

click to hide/show revision 1
initial version

That would be a good item for a ticket.

https://code.ros.org/trac/ros/newticket

In the meantime, you can also have a look at rosgui / rqt_gui, which has a replacement for rxgraph.

http://www.ros.org/wiki/rqt

That would be a good item for a ticket.

https://code.ros.org/trac/ros/newticket

In the meantime, you can also have a look at rosgui / rqt_gui, which has a replacement for rxgraph.

http://www.ros.org/wiki/rqt

However I see no change that would explain your problem, maybe you can do the following to help debug, in the environment where this eror occurs, run:

$ python
>>> import rosnode
>>> rosnode.__file__
'/opt/ros/fuerte/lib/python2.7/dist-packages/rosnode/__init__.pyc'

The output could tell us where the code finds the bad API, that could help us find out why it is failing for you.

That would be a good item for a ticket.

https://code.ros.org/trac/ros/newticket

In the meantime, you can also have a look at rosgui / rqt_gui, which has a replacement for rxgraph.

http://www.ros.org/wiki/rqt

However I see no change that would explain your problem, maybe you can do the following to help debug, in the environment where this eror occurs, run:

$ python
>>> import rosnode
>>> rosnode.__file__
'/opt/ros/fuerte/lib/python2.7/dist-packages/rosnode/__init__.pyc'

The output could tell us where the code finds the bad API, that could help us find out why it is failing for you.

That would be a good item for a ticket.

https://code.ros.org/trac/ros/newticket

The breakage was caused by this change to ros_comm:

r16826 | dthomas | 2012-07-05 22:29:31 +0200 (Thu, 05 Jul 2012) | 1 line

improved output of rosnode info (#3995)

In the meantime, you can also have a look at rosgui / rqt_gui, which has a replacement for rxgraph.

http://www.ros.org/wiki/rqt

That would be a good item for a ticket.

https://code.ros.org/trac/ros/newticket

The breakage was caused by this change to ros_comm:

r16826 | dthomas | 2012-07-05 22:29:31 +0200 (Thu, 05 Jul 2012) | 1 line

improved output of rosnode info (#3995)

It seems rxgraph in the rx package is already fixed, but was not released, so the next release should fix it anyway.

In the meantime, you can also have a look at rosgui / rqt_gui, which has a replacement for rxgraph.

http://www.ros.org/wiki/rqt