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

deniz's profile - activity

2014-09-10 18:29:30 -0500 received badge  Supporter (source)
2014-03-25 14:46:59 -0500 commented question image_view disparity_view stereo_view OSX

actually, you just need to replace rospy.spin with while not ros.is_shutdown(): cv.WaitKey(5) in cameracalibrator.py and cameracheck.py

2014-03-14 13:42:06 -0500 answered a question Microstrain 3DM-GX3-25 (serial) Write Error

For Mac OS X, apparently one solution to this problem is to use /dev/cu.xxx instead of /dev/tty.xxx as the device name. Here is a link explaining the difference between the two.