undistortEgoMotion
Description
ptCloudOut = undistortEgoMotion(ptCloudIn,relTform,pointTimestamps,sweepTime)ptCloudIn, using the transformation
          relTform, the timestamp of each point
          pointTimestamps, and the lidar sweep time
          sweepTime.
undistortEgoMotion undistorts a point cloud affected by the motion of the
        sensor during the lidar sweep, assuming that the sensor sweeps at a constant speed when
        collecting the point cloud data. To undistort the point cloud, the function transforms the
        points in ptCloudIn back to where they would have been detected if the
        lidar sensor had not moved while completing the lidar sweep.
Examples
Input Arguments
Output Arguments
References
[1] Shoemake, Ken. " Animating Rotation with Quaternion Curves." ACM SIGGRAPH Computer Graphics 19, no. 3 (July 1985): 245–54.
Extended Capabilities
Version History
Introduced in R2023a
