roswtf - error testing ROS graph
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?
Asked by kmaroney on 2012-03-21 05:03:51 UTC
Comments
What versions of stacks are you compiling?
Asked by tfoote on 2012-03-21 10:15:40 UTC
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.
Asked by kmaroney on 2012-03-21 11:18:41 UTC