-
Notifications
You must be signed in to change notification settings - Fork 5
Home
#Welcome to the tue-env wiki!#
11feb2017 - HvR - The information below is no longer applicable. The switch to Ubuntu 16.04 and Ros Kinetic is completed. You are advised to do the same.
To install ros-indigo under ubuntu 16:04 follow these steps:
Follow this page: https://docs.docker.com/engine/installation/linux/ubuntulinux/ (Up until the "Create a Docker group" step)
Then perform a
docker pull ros:indigo-robot
Read step 2 of this page: http://wiki.ros.org/docker/Tutorials/Docker
When you are inside the docker, create a user:
useradd --create-home --shell /bin/bash amigo
passwd amigo
usermod -aG sudo,adm amigo
En go to this user
su amigo
Update your repositories and install some utilities:
sudo apt-get update
sudo apt-get install wget software-properties-common bash-completion
Then follow the readme of this package:
wget https://raw.githubusercontent.com/tue-robotics/tue-env/master/installer/scripts/bootstrap-ros-indigo -O /tmp/bootstrap-ros-indigo
source /tmp/bootstrap-ros-indigo
tue-get install tue-dev