Skip to content

Commit

Permalink
Update setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
billmats96 authored Nov 16, 2018
1 parent e23c9ba commit cea18d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions documentation/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,19 @@ First of all you must install ROS. The flavour is ROS Indigo if you have Ubuntu

###Download the required packages

Before you start, make sure that pip (python) is installed and its version is greater than 9.01. You can install or update to the latest version with the following commands:

```
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
```

The required packages you have to download are STDR Simulator and the current repository. Before them install the following libraries:

```
sudo apt-get install git mercurial ros-indigo-map-server python-pip libffi-dev
(NOTE for Ubuntu 16.04 / ROS Kinetic users replace "ros-indigo-map-server" with "ros-kinetic-map-server")
sudo apt-get install gfortran libopenblas-dev liblapack-dev
sudo pip install cython
sudo pip install cffi scikit-image
Expand Down

0 comments on commit cea18d9

Please sign in to comment.