Skip to content

Commit

Permalink
use compatible GTSAM version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TixiaoShan authored May 31, 2022
1 parent e0b77a9 commit 4238317
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,12 @@ This is the original ROS1 implementation of LIO-SAM. For a ROS2 implementation s
```
- [gtsam](https://gtsam.org/get_started/) (Georgia Tech Smoothing and Mapping library)
```
sudo add-apt-repository ppa:borglab/gtsam-release-4.0
sudo apt update
sudo apt install libgtsam-dev libgtsam-unstable-dev
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
```

## Install
Expand Down

0 comments on commit 4238317

Please sign in to comment.