Ubuntu install of Unstable Shadow Robot Stack
These instructions only cover installing The Shadow Robot stack on a supported Ubuntu-based machine. If you discover problems installing them on other platforms, please contact us: ugo@shadowrobot.com or contact@shadowrobot.com
Please note that this version of the stack should be stable: it's the same as the version you'll find in Diamondback.
Contents
Installation Instructions
These instructions cover installing the Shadow Robot stack for ROS Unstable on a supported Ubuntu-based machine. To get more information about our robots, please refer to the Shadow Robot page.
To install unstable on your computer follow the unstable install instruction.
Installation
Install the Shadow Robot stack:
sudo apt-get update sudo apt-get install ros-unstable-shadow-robot
Environment Setup
It's convenient if the ROS environment variables are automatically added to your bash session every time a new shell is launched:
echo "source /opt/ros/unstable/setup.bash" >> ~/.bashrc . ~/.bashrc
If you have more than one ROS distribution installed, ~/.bashrc must only source the setup.bash for the version you are currently using.
If you just want to change the environment of your current shell, you can type:
source /opt/ros/unstable/setup.bash






