From 261a63692a0b6338074d4a6206e476fe5e0b7584 Mon Sep 17 00:00:00 2001 From: Haneol Kim <58245037+ulken94@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:04:24 +0900 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40b208b..a24f94c 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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