Python Guide
C++ Guide
ROS1 Guide
SDK Reference
Command Line Utility Guide
Migration Guides
External Links
Defined in File cartesian.h
Converts a staggered range image to Cartesian points.
scan[in] – a LidarScan constaining a range image
direction[in] – the direction of an xyz lut.
offset[in] – the offset of an xyz lut.
Cartesian points where ith row is a 3D point which corresponds to ith pixel in LidarScan where i = row * w + col.