You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying the localization package using imu, odom and Lidar. But, it seems that the matched points is very little when I move the robot around(less than 10 points).
My setting is as follows:
The map used is a PCD map, and I use pcl_ros pkg to convert it to pointcloud format.
Lidar is a 16-channel 360 degree LIDAR.
I noticed that there're tens of matched points in your demo video, and the localization is accurate. But, in my case, the robot sometimes gets lost and cannot recover due to insufficient matched points.
Any thought on that? Thanks a lot in advance.
The text was updated successfully, but these errors were encountered:
I guess you are using 3D LIDAR like Velodyne.
Such kinds of LIDARs provide pointcloud in which its horizontal scan is split into several pointcloud messages.
In this case, the ~/accum_cloud parameter should be increased to the number of the pointcloud messages reconstructing a full horizontal scan.
Hi there,
I'm trying the localization package using imu, odom and Lidar. But, it seems that the matched points is very little when I move the robot around(less than 10 points).
My setting is as follows:
I noticed that there're tens of matched points in your demo video, and the localization is accurate. But, in my case, the robot sometimes gets lost and cannot recover due to insufficient matched points.
Any thought on that? Thanks a lot in advance.
The text was updated successfully, but these errors were encountered: