rostime module not found
When I ran rosbridge, it gives me:
ros@ubuntu:~$ rosrun rosbridge rosbridge.py
Traceback (most recent call last):
File "/opt/ros/fuerte/stacks/brown_remotelab/rosbridge/bin/rosbridge.py", line 2, in <module>
from ROSProxy import ROSProxy
File "/opt/ros/fuerte/stacks/brown_remotelab/rosbridge/bin/ROSProxy/__init__.py", line 1, in <module>
from ROSProxy import ROSProxy
File "/opt/ros/fuerte/stacks/brown_remotelab/rosbridge/bin/ROSProxy/ROSProxy.py", line 6, in <module>
import roslib.rostime
ImportError: No module named rostime
I installed the rosbridge as a fuerte version: sudo apt-get install ros-fuerte-brown-remotelab. Since it is updated. why do I still have this problem? Also, I tried to run:
svn co http://brown-ros-pkg.googlecode.com/svn/trunk/experimental/rosbridge rosbridge
it says:
svn: 'rosbridge' is already a working copy for a different URL
so what should I do? Thanks.
What URL does
svn info
report?Hi, joq, thanks! Problem solved already.