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

rxgraph giving index out of range when turtlebot node starts

asked 2011-09-01 08:50:24 -0500

jbeck27 gravatar image

updated 2011-09-01 08:53:02 -0500

mmwise gravatar image

I am trying to get a graph of what is running on my turtlebot but when I start rxgraph after the turtlebot_bringup.launch it stops and says there is an index out of range error. Here is the output from the terminal where I ran rxgraph:

Traceback (most recent call last):
  File "/opt/ros/diamondback/stacks/rx/rxgraph/src/rxgraph/impl.py", line 123, in run
    changed = g.update()
  File "/opt/ros/diamondback/stacks/ros_comm/tools/rosgraph/src/rosgraph/impl/graph.py", line 568, in update
        updated = self._node_refresh(next) or updated
  File "/opt/ros/diamondback/stacks/ros_comm/tools/rosgraph/src/rosgraph/impl/graph.py", line 452, in _node_refresh
    updated = self._node_refresh_businfo(node, api, bad_node)
  File "/opt/ros/diamondback/stacks/ros_comm/tools/rosgraph/src/rosgraph/impl/graph.py", line 407, in _node_refresh_businfo
    connection_id = info[0]
IndexError: list index out of range

As a final note, rxgraph runs fine with other applications but with the turtlebot_bringup.launch it produces the above.

Any ideas?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2011-09-01 09:26:03 -0500

mmwise gravatar image

updated 2011-09-01 09:26:39 -0500

This is a known bug in rxgraph ticketed here: https://code.ros.org/trac/ros/ticket/3579

you can use rosnode list to see the list of node running on your TurtleBot

edit flag offensive delete link more

Comments

Is there any idea on release date for 1.4.8? Thanks for the quick response as well.
jbeck27 gravatar image jbeck27  ( 2011-09-01 09:31:29 -0500 )edit
now that electric is out, we will try and turning the wheels for 1.4.8 (maybe release next week)
kwc gravatar image kwc  ( 2011-09-01 09:53:18 -0500 )edit

Question Tools

Stats

Asked: 2011-09-01 08:50:24 -0500

Seen: 316 times

Last updated: Sep 01 '11