Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added libsuitesparse-dev dependency
  • Loading branch information
JakobEngel committed Oct 13, 2014
1 parent bb82258 commit f0440f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ We tested LSD-SLAM on two different system configurations, using Ubuntu 12.04 (P
## 2.1 ROS fuerte + Ubuntu 12.04
Install system dependencies:

sudo apt-get install ros-fuerte-libg2o liblapack-dev libblas-dev freeglut3-dev libqglviewer-qt4-dev
sudo apt-get install ros-fuerte-libg2o liblapack-dev libblas-dev freeglut3-dev libqglviewer-qt4-dev libsuitesparse-dev

In your ROS package path, clone the repository:

Expand Down Expand Up @@ -78,7 +78,7 @@ For this you need to create a rosbuild workspace (if you don't have one yet), us

Install system dependencies:

sudo apt-get install ros-indigo-libg2o ros-indigo-cv-bridge liblapack-dev libblas-dev freeglut3-dev libqglviewer-dev
sudo apt-get install ros-indigo-libg2o ros-indigo-cv-bridge liblapack-dev libblas-dev freeglut3-dev libqglviewer-dev libsuitesparse-dev

In your ROS package path, clone the repository:

Expand Down

0 comments on commit f0440f4

Please sign in to comment.