UPDATE: ROS Fuerte was released on April 2012. You might want use a more recent version of ROS: ROS Hydro Medusa (released on September 2013): Virtual Machine with ROS Hydro Medusa Pre-Installed. Install procedure unchanged. ROS Groovy Galapagos (released on December 2012): Ready to Use Virtualized ROS Groovy. Install procedure unchanged. If you want to […]
ROS Networking
Today, we describe how to use ROS Fuerte over the network and have a couple of ROS nodes running on different machines. We assume that you had successfully installed ROS and that you tested it on a single PC by running some tutorials. We also assume that you are running ROS on a PC with […]
ROS Installation Made Easy
UPDATE: Instead of installing ROS, you can simply download the VirtualBox virtual machine that we provide, so you can start experimenting quickly. [hr_dotted] Being Mac users, we decided to install ROS on one of our Mac Book Pro. We first took the latest release: Fuerte although it is tagged as experimental for Mac OS X. […]
ROS: The Linux for Robotics
Although ROS stands for “Robot Operating System”, it is not an operating system. At least not as intended when talking about Linux. ROS is actually a set of software libraries, tools, and conventions (including protocols) made to ease the development of robotic applications. Originally developed by Willow Garage for their PR2 robot, ROS was put […]
Post-Christmas Green Attitude
So, you got a new gadget for Christmas. What ever gizmo you get, you probably have an older one that you won’t be using any more. Such devices are often neglectfully cluttering some drawer. We have here good news for you. Used phones have more value than you might expect. Even broken ones! You can […]
Hello World in Pharo
The best first post for a software developer is a ‘Hello World’ program. For this, I’m using my favorite programming language: Pharo. Transcript cr; show: ‘Hello World!’