Company News

Shadow ROS images now available from Vagrant Cloud

I’m very pleased to announce that a set of vagrant virtual box base boxes that we have been working on at Shadow, are now available on the cloud for public consumption: see https://vagrantcloud.com/shadowrobot

You need vagrant 1.5+ to use these. On trusty bring up a new ros machine like so:


apt-get install vagrant
mkdir indigovm
cd indigovm
vagrant init shadowrobot/ros-indigo-desktop-trusty64
vagrant up

After a bit a logged in desktop will appear, just open a terminal, run roscore and away you go.

Currently we have Hydro and Indigo machines in 32bit and 64bit variants. These are built using vagrant and ansible as part of our build tools project:
https://github.com/shadow-robot/sr-build-tools/blob/master/vagrant/ros-base/README.md
Feel free to log issues, ideas there or post here.

Collaboration welcome especially creating bases for other providers.

Back
Share: