asked Feb 21 '11
This post is a wiki. Anyone with karma >750 is welcome to improve it.
Hi,
I want to make my ROS system clean by not having this one error. The error as I pasted below after invoking the command "roswtf". How should I go about this?
Output:
Loaded plugin tf.tfwtf
No package or stack in context
================================================================================
Static checks summary:
Found 1 error(s).
ERROR PYTHONPATH [/opt/ros/diamondback/ros/core/roslib/src:/opt/ros/unstable/ros/core/roslib/src:/opt/ros/diamondback/ros/core/roslib/src:]
is invalid: Multiple roslib directories in PYTHONPATH (there should only be one)
================================================================================
ROS Master does not appear to be running.
Online graph checks will not be run.
ROS_MASTER_URI is [http://localhost:11311]
Thanks in advance..
answered Feb 21 '11
This post is a wiki. Anyone with karma >750 is welcome to improve it.
Your ROS_PACKAGE_PATH is not set correctly. It should never mix multiple distributions.
When you follow the environment setup instructions, make sure you only source one version of setup.bash in your ~/.bashrc.
answered Feb 21 '11
This post is a wiki. Anyone with karma >750 is welcome to improve it.
I resolved it by reinstalling the diamondback following the instructions in the ROS wiki..
Asked: Feb 21 '11
Seen: 126 times
Last updated: Feb 21 '11
ROS Answers is licensed under Creative Commons Attribution 3.0 Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.