Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
algorithms
csm
Commits
8de9bd08
Commit
8de9bd08
authored
9 years ago
by
Andrea Censi
Browse files
Options
Downloads
Plain Diff
Merge pull request #16 from 130s/impr/doc
Add binary installation to readme
parents
23be0e9f
dea348fb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+27
-0
27 additions, 0 deletions
README.md
with
27 additions
and
0 deletions
README.md
+
27
−
0
View file @
8de9bd08
...
@@ -7,3 +7,30 @@ This branch is the work of people working at U. Freiburg and Kuka, including
...
@@ -7,3 +7,30 @@ This branch is the work of people working at U. Freiburg and Kuka, including
Christoph Sprunk and Rainer Kuemmerle.
Christoph Sprunk and Rainer Kuemmerle.
[
branch
]:
https://github.com/AndreaCensi/csm/tree/csm_eigen
[
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
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment