roswtf - error testing ROS graph [closed]

asked 2012-03-21 05:03:51 -0500

kmaroney gravatar image

I get the following when running roswtf from my ROS_ROOT:

Beginning tests of your ROS graph. These may take awhile...
analyzing graph...
... done analyzing graph
running graph rules...
... done running graph rules
Traceback (most recent call last):
  File "/home/robot/ros/electric/ros_comm/utilities/roswtf/src/roswtf/__init__.py", line 226, in _roswtf_main
    p(ctx)
  File "/home/robot/ros/electric/geometry/tf/src/tf/tfwtf.py", line 165, in roswtf_plugin_online
    if not is_tf_active():
  File "/home/robot/ros/electric/geometry/tf/src/tf/tfwtf.py", line 152, in is_tf_active
    master = rosgraph.Master('/tfwtf')
AttributeError: 'module' object has no attribute 'Master'
'module' object has no attribute 'Master'

Aborting checks, partial results summary:

No errors or warnings

I am running a machine compiled from source and have recompiled tf and roswtf packages and have verified that the master is running.

Any suggestions?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by felix k
close date 2013-04-11 06:53:54

Comments

What versions of stacks are you compiling?

tfoote gravatar image tfoote  ( 2012-03-21 10:15:40 -0500 )edit

It was an Electric Desktop Install from source. I have a need for boost 1.46 so I must compile from source. It hasn't been an issue up until this point.

kmaroney gravatar image kmaroney  ( 2012-03-21 11:18:41 -0500 )edit