Open
Description
Problem
There is no point type including per-point time data.
Context
Many lidars nowadays provide per-point timestamp data. This is relevant for compensation of ego-motion etc. There is currently no PCL point type for such points.
Expected behavior
A point type PointXYZIT
(and optionally PointXYZT
) is available.
Current Behavior
Such a point type does not exist.
Describe the solution you'd like
I'd happily provide a PR, but I'd need some pointers on where to start.
Describe alternatives you've considered
I thought about keeping track of per-point timestamps in a separate container, but keeping the two in sync is inefficient and error prone.