Show Nav
 
Featured

Getting ROS Indigo Running on OSX Yosemite

I wanted a ROS system in my native OSX environment. I eventually managed to get it working, but it was not an easy task.
All Posts
Ruby

Ruby Queue Pop with Timeout

How to Ruby queue pop with timeout without using ruby Timeout, or running it in a separate thread and tossing in an exception when you want to stop.