From 5d1a333bda85addac42b375a31c267bb8752fcd4 Mon Sep 17 00:00:00 2001 From: HViktorTsoi Date: Wed, 11 Aug 2021 10:44:04 +0800 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6590e92..a911e2b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,11 @@ This part of dependency is consistent with FAST-LIO, please refer to the documen - [ros_numpy](https://github.com/eric-wieser/ros_numpy) -- [Open3D](https://github.com/strawlab/python-pcl) +```shell +sudo apt install ros-$ROS_DISTRO-ros-numpy +``` + +- [Open3D](http://www.open3d.org/docs/0.9.0/getting_started.html) Notice that, there may be issue when installing **Open3D** directly using pip in **Python2.7**, you may firstly install **pyrsistent**: ```shell