Skip to content

Commit

Permalink
fix typo in installation documentation (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-martini-isi authored Sep 21, 2024
1 parent 64a98d8 commit 7a05836
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ colcon build

## Install from [PPA](https://koide3.github.io/ppa/) [Ubuntu 24.04 , 22.04, 20.04 / AMD64, ARM64]

### Prequiresite
### Prerequisite

```bash
sudo apt install curl gpg
Expand Down Expand Up @@ -118,9 +118,9 @@ sudo apt update
sudo apt install -y libiridescence-dev libboost-all-dev libglfw3-dev libmetis-dev

# Choose one of the follows
sudo apt install -y libgtsam-points-dev # without CUDA
sudo apt install -y libgtsam-points-cuda-12.2-dev # with CUDA 12.2
sudo apt install -y libgtsam-points-cuda-12.5-dev # with CUDA 12.5
sudo apt install -y libgtsam-points-dev # without CUDA
sudo apt install -y libgtsam-points-cuda12.2-dev # with CUDA 12.2
sudo apt install -y libgtsam-points-cuda12.5-dev # with CUDA 12.5
```

### Install GLIM for ROS
Expand Down

0 comments on commit 7a05836

Please sign in to comment.