File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,30 @@ This branch is the work of people working at U. Freiburg and Kuka, including
77Christoph Sprunk and Rainer Kuemmerle.
88
99[ branch ] : https://github.com/AndreaCensi/csm/tree/csm_eigen
10+
11+ Binary install (via ROS)
12+ ------------------------------
13+
14+ (November 2015) Now you can install binary on Ubuntu (via ROS). As of today limited to Ubuntu Saucy and Trusty. To do so:
15+
16+ 1 . Add ROS repository to your Ubuntu's download site (For detail, see [ ROS wiki] ( http://wiki.ros.org/indigo/Installation/Ubuntu ) ):
17+
18+ ```
19+ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
20+ sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-key 0xB01FA116
21+ sudo apt-get update
22+ ```
23+
24+ 2 . Install CSM.
25+
26+ ```
27+ sudo apt-get install ros-indigo-csm
28+ ```
29+
30+ The package name contains "ROS" specific info, but you can use this as a standalone CSM library. It goes into these directory:
31+
32+ ```
33+ /opt/ros/indigo/include/csm
34+ /opt/ros/indigo/lib/libcsm-static.a
35+ /opt/ros/indigo/lib/libcsm.so
36+ ```
You can’t perform that action at this time.
0 commit comments