rosbridge error in ROSProxy.py on Fuerte with roslib.rostime
rosbridge.py fails on Fuerte after trying to import roslib.rostime. It seems like this problem can be fixed by replacing all 3 instances of "roslib.rostime" in the code with "rospy.rostime" (although I haven't thoroughly tested this yet). I don't have any experience with the patching process, but I wanted to get this fix out there, and I would appreciate it if someone could update the code. Here was the original error:
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