Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LIO-SAM
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
Container 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
Siyuan Ren
LIO-SAM
Commits
059372e0
Commit
059372e0
authored
3 years ago
by
Tixiao Shan
Browse files
Options
Downloads
Patches
Plain Diff
update GTSAM install instructions
parent
3a3d82fa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-7
4 additions, 7 deletions
README.md
with
4 additions
and
7 deletions
README.md
+
4
−
7
View file @
059372e0
...
...
@@ -61,14 +61,11 @@ This is the original ROS1 implementation of LIO-SAM. For a ROS2 implementation s
sudo apt-get install -y ros-kinetic-robot-localization
sudo apt-get install -y ros-kinetic-robot-state-publisher
```
-
[
gtsam
](
https://g
ithub.com/borglab/gtsam/releases
)
(
Georgia
Tech Smoothing and Mapping library)
-
[
gtsam
](
https://g
tsam.org/get_started/
)
(
Georgia
Tech Smoothing and Mapping library)
```
wget -O ~/Downloads/gtsam.zip https://github.com/borglab/gtsam/archive/4.0.2.zip
cd ~/Downloads/ && unzip gtsam.zip -d ~/Downloads/
cd ~/Downloads/gtsam-4.0.2/
mkdir build && cd build
cmake -DGTSAM_BUILD_WITH_MARCH_NATIVE=OFF ..
sudo make install -j8
sudo add-apt-repository ppa:borglab/gtsam-release-4.0
sudo apt update
sudo apt install libgtsam-dev libgtsam-unstable-dev
```
## Install
...
...
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