From 2ae4771b7bc6deffe5afd495fb1995499dc91fb5 Mon Sep 17 00:00:00 2001 From: Alessandro Bottero Date: Thu, 22 Mar 2018 11:29:04 +0100 Subject: [PATCH] Add TODO for PointCloud 1 support --- include/laser_geometry/laser_geometry.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/laser_geometry/laser_geometry.hpp b/include/laser_geometry/laser_geometry.hpp index d28ac02..5175954 100644 --- a/include/laser_geometry/laser_geometry.hpp +++ b/include/laser_geometry/laser_geometry.hpp @@ -91,6 +91,10 @@ enum ChannelOption * - channel_option::Distance - Create a channel named "distances" containing the distance from the laser to each point * - channel_option::Timestamp - Create a channel named "stamps" containing the specific timestamp at which each point was measured */ + +// TODO(anyone): the support for PointCloud1 has been removed, since PointCloud1 is deprecated. +// Refer to the GitHub issue #29: https://github.com/ros-perception/laser_geometry/issues/29 + class LaserProjection { public: