ICP odometry not giving good results in the case of rotatory movements #1050
zafaryab-a
started this conversation in
General
Replies: 1 comment
-
Which kind of lidar are you using? 2D or 3D? Note that for 3D lidars, deskewing option of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In case of Translational motion the result of ICP odometry in Quit good, but in case of rotational motion the result is very poor.
On giving the wheel odometry as guess, In case of rotational movement if wheel doesn't slips the ICP odom result is ok but if wheel slips then ICP odometry is not able to correct it.
Is there any way to improve the result of ICP odometry in rotational motion?
Following are the params i am using:
param name="scan_normal_k" type="int" value="0"
param name="scan_normal_radius" type="double" value="2.0"
param name="Icp/MaxTranslation" type="int" value="10"
param name="Icp/MaxRotation" type="double" value="3.0"
param name="Icp/CorrespondenceRatio" type="double" value="0.05"
param name="Icp/Iterations" type="int" value="5"
param name="scan_voxel_size" type="double" value="0.1"
I have reduced Icp/iterations to reduce the computation.
Beta Was this translation helpful? Give feedback.
All reactions