From 6419d60ff2d9769ae65cdfad9f256c970793e7e4 Mon Sep 17 00:00:00 2001 From: Ruixiang Du Date: Fri, 12 Apr 2024 13:57:44 +0800 Subject: [PATCH] docs: updated readme --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d6a09c..b66a813 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,29 @@ Please refer to the [CI build script](.github/workflows/default.yml) for the mos Note: you can build and install the Livox-SDK2 at your preferred places other than "~/Livox-SDK2". And you can optionally remove the "Livox-SDK2" folder after installation. +* Install GTSAM + + ```bash + $ sudo add-apt-repository ppa:borglab/gtsam-release-4.1 + $ sudo apt install libgtsam-dev libgtsam-unstable-dev + ``` + +* Install additional ROS packages + + ```bash + $ source /opt/ros/humble/setup.bash + $ sudo apt install ros-$ROS_DISTRO-perception-pcl \ + ros-$ROS_DISTRO-pcl-msgs \ + ros-$ROS_DISTRO-vision-opencv \ + ros-$ROS_DISTRO-xacro + ``` + * Import the ROS packages into the workspace and build ```bash - $ cd /wr_devkit_mapping + $ cd + $ git clone https://github.com/westonrobot/wr_devkit_mapping.git + $ cd wr_devkit_mapping # for Livox Mid-360 setup $ vcs import src < ./livox_mapping.repos