Point Cloud Compensation (motion distortion correction)

asked 2021-03-31 13:00:08 -0500

etch gravatar image

updated 2021-04-04 08:07:14 -0500

I'm using ROS Noetic on Ubuntu 20.

I'm working with a VLP-16 LiDAR mounted on a vehicle that scans while the car is moving. From what I read, from papers and datasheet, that due to the linear and angular velocity when scanning, part of the reading is distorted and needs to be transformed to the current frame. (some points seem further than they actually are).

So before working with the point cloud, I need to correct it due to the distortion caused by the vehicle movement.

I can't find a package/function anywhere that does so, I'd prefer it to be in python but anything really would be beneficial.

In summary: I need a package/function that does point coud correction/compensation due to sensor movement while scanning.

edit retag flag offensive close merge delete

Comments

Can you be a bit more specific about "motion distortion"? Do you want to transform the pointclouds to recognize that you have moved, or do you want to "clean" the images because they are noisy, or something else entirely?

fabian gravatar image fabian  ( 2021-04-01 08:34:19 -0500 )edit

Sorry for not being specific, I edited the post. Please tell me if it's still not clear enough.

etch gravatar image etch  ( 2021-04-04 08:08:10 -0500 )edit

This is a good question! Unfortunately I do not know the answer as I am not familiar with such kind of object motion while scanning. Just out of curiosity, can you maybe link the paper that states that the point cloud correction is necessary?

fabian gravatar image fabian  ( 2021-04-04 10:34:37 -0500 )edit
1

Of course. LiDAR Point Clouds Correction and LiDAR Distortion Correction. Sorry for taking too long to reply, hope it's of any benefit.

etch gravatar image etch  ( 2021-04-09 13:46:55 -0500 )edit

Thank you so much!

fabian gravatar image fabian  ( 2021-04-11 04:48:32 -0500 )edit