ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

shuo's profile - activity

2012-08-16 08:42:30 -0500 received badge  Famous Question (source)
2012-08-16 08:42:30 -0500 received badge  Popular Question (source)
2012-08-16 08:42:30 -0500 received badge  Notable Question (source)
2012-07-20 07:38:48 -0500 answered a question How to install Turtlebot on Ubuntu 12.04

For 12.04, in order to use Synaptic, you need to install it first. They deleted synaptic for 12.04. http://askubuntu.com/questions/131979/how-to-install-synaptic-package-manager-in-ubuntu-12-04

2012-07-12 01:57:33 -0500 received badge  Teacher (source)
2012-07-11 10:31:26 -0500 answered a question Ubuntu 12.04 ROS Fuerte Gazebo install Problem

hi, I think you did not install gazebo properly. Maybe you can go to Synaptic Package Manager to check if you have all of the gazebo related packages installed.

2012-07-11 09:12:53 -0500 answered a question rostime module not found

@ Jon,thanks very much. Problem solved !

Cheers,

Shuo

2012-07-11 09:11:34 -0500 commented question rostime module not found

Hi, joq, thanks! Problem solved already.

2012-07-11 09:10:27 -0500 received badge  Scholar (source)
2012-07-11 09:10:24 -0500 received badge  Supporter (source)
2012-07-09 08:22:43 -0500 asked a question 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.

2012-07-09 08:20:02 -0500 answered a question rosbridge error in ROSProxy.py on Fuerte with roslib.rostime

I encountered the same problem here. When I tried to run rosbridge,it gave me the error with yours. 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.

2012-07-05 08:40:22 -0500 answered a question Communicating between ROS and non-ROS (LabView) via TCP/IP

So, I just downloaded the Labview ROS toolkit from clearpathrobotics. It is very new, and I couldn't find any specific information or tutorial on how to use the toolkit. Do you have some links that I can study for it? Thanks very much.