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

Dave's profile - activity

2018-09-28 05:14:29 -0500 received badge  Taxonomist
2012-09-11 04:11:48 -0500 received badge  Famous Question (source)
2012-09-11 04:11:48 -0500 received badge  Popular Question (source)
2012-09-11 04:11:48 -0500 received badge  Notable Question (source)
2012-08-15 06:03:01 -0500 received badge  Famous Question (source)
2012-08-15 06:03:01 -0500 received badge  Notable Question (source)
2012-07-20 08:41:21 -0500 received badge  Popular Question (source)
2012-05-19 03:03:54 -0500 commented answer rosbridge error in ROSProxy.py on Fuerte with roslib.rostime

Thanks, I appreciate the fix! Rosbridge is a great tool!

2012-05-12 04:58:00 -0500 asked a question rosbridge on fuerte closes immediately

Hi, I'm having a problem where rosbridge.py closes websocket connections immediately on Fuerte. This may be related to changes in the timing functions. Originally ROSProxy.py used roslib.rostime, which no longer seems to exist on Fuerte. Perhaps the rospy.rostime behavior is not the same in some important way? The related compile question is available here:

http://answers.ros.org/question/33825/rosbridge-error-in-rosproxypy-on-fuerte-with

2012-05-12 04:24:38 -0500 received badge  Student (source)
2012-05-12 00:43:28 -0500 asked a question 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

2012-01-29 22:01:26 -0500 received badge  Good Answer (source)
2012-01-29 22:01:26 -0500 received badge  Enlightened (source)
2011-11-02 08:46:41 -0500 received badge  Nice Answer (source)
2011-10-05 14:44:26 -0500 received badge  Teacher (source)
2011-09-30 06:41:05 -0500 answered a question rviz segmentation fault at launch

I just had the same issue. I fixed it by editing the .rviz/display_config file that rviz was using by default. I basically just deleted most of it, and then rviz launched sucessfully.