Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ulken94 authored Jan 29, 2024
1 parent 5809f40 commit 261a636
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Table of Contents
- [ROS humble](https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html) (Recommended)
- [SLAMBOX-SDK](https://github.com/j-marple-dev/slambox-sdk) (v0.2.0)
- glog (>=v0.6.0)
- PCL (tested on v1.12.0)
- ros PCL
- ros PCL conversions
- CMake (>= 3.16.3)
- docker (Optional but highly recommended)
- `dialout` group permission. Use below command to include `dialout` group to your linux account for UART communication.
Expand All @@ -47,7 +50,12 @@ Table of Contents

#### Pre-requisite

- **SLAMBOX-SDK**: Please follow installation instruction on https://github.com/j-marple-dev/slambox-sdk
- **SLAMBOX-SDK**: Please follow installation instruction on https://github.com/j-marple-dev/slambox-sdk

- PCL, PCL conversions, PCL ros
```shell
sudo apt install -y libpcl-dev ros-humble-pcl-ros ros-humble-pcl-conversions
```


```shell
Expand Down

0 comments on commit 261a636

Please sign in to comment.