Skip to content

Commit

Permalink
Merge pull request #16 from 130s/impr/doc
Browse files Browse the repository at this point in the history
Add binary installation to readme
  • Loading branch information
AndreaCensi committed Nov 20, 2015
2 parents 23be0e9 + dea348f commit 8de9bd0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,30 @@ This branch is the work of people working at U. Freiburg and Kuka, including
Christoph Sprunk and Rainer Kuemmerle.

[branch]: https://github.com/AndreaCensi/csm/tree/csm_eigen

Binary install (via ROS)
------------------------------

(November 2015) Now you can install binary on Ubuntu (via ROS). As of today limited to Ubuntu Saucy and Trusty. To do so:

1. Add ROS repository to your Ubuntu's download site (For detail, see [ROS wiki](http://wiki.ros.org/indigo/Installation/Ubuntu)):

```
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-key 0xB01FA116
sudo apt-get update
```

2. Install CSM.

```
sudo apt-get install ros-indigo-csm
```

The package name contains "ROS" specific info, but you can use this as a standalone CSM library. It goes into these directory:

```
/opt/ros/indigo/include/csm
/opt/ros/indigo/lib/libcsm-static.a
/opt/ros/indigo/lib/libcsm.so
```

0 comments on commit 8de9bd0

Please sign in to comment.