Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md

Update README.md

Update README.md
  • Loading branch information
aswinthomas authored and Aswin Thomas committed May 18, 2018
1 parent 2378cc1 commit 8aa0626
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -103,6 +103,12 @@ To install ROS (Kinetic) use the following command:

`sudo apt-get install ros-kinetic-desktop`

## SuiteSparse

Suitespare is a dependency, so it needs to be installed

`sudo apt-get install libsuitesparse-dev`

## ros-utils

Install our [ros-utils](https://github.com/lrse/ros-utils) library from the source code provided in
Expand All @@ -119,6 +125,13 @@ Tested until commit [4b9c2f5b68d14ad479457b18c5a2a0bce1541a90](https://github.co

`git checkout 4b9c2f5b68d14ad479457b18c5a2a0bce1541a90`

```
mkdir build && cd build
cmake ..
make
sudo make install
```

## Loop Closure dependencies

Only required when USE_LOOPCLOSURE flag is defined.
Expand Down

0 comments on commit 8aa0626

Please sign in to comment.