From dcc195c83e8ef3f10d840a92c255f9b35e96f2c9 Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev <44346535+kirilllzaitsev@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:12:20 +0100 Subject: [PATCH] add point_cloud_io to required deps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab09b112..6abb7dd5 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ This software is built on the Robotic Operating System ([ROS]), which needs to b - [kindr](http://github.com/anybotics/kindr) (kinematics and dynamics library for robotics), - [kindr_ros](https://github.com/anybotics/kindr_ros) (ROS wrapper for kindr), - [Point Cloud Library (PCL)](http://pointclouds.org/) (point cloud processing), +- [Point Cloud IO](https://github.com/ANYbotics/point_cloud_io) (IO for point cloud files), - [Eigen](http://eigen.tuxfamily.org) (linear algebra library).