Open wlxing1901 opened 1 year ago
Thanks for your attention on our work!
I hope that your questions are settled well by the above content.
Best regards,
Dongjiao He
寄件者: Forrest @.> 寄件日期: 2023年8月26日 下午 05:26 收件者: hku-mars/Point-LIO @.> 副本: Subscribed @.***> 主旨: [hku-mars/Point-LIO] Questions about the parameter point_filter_num and space_down_sample (Issue #46)
The work on Point-LIO is truly impressive, elevating lidar SLAM to an entirely new level. I have some questions about this work and hope the authors can address them.
I've noticed that the default value for the space_down_sample parameter is true, which means the point cloud in the map generated when the Lidar is static will concentrate in the central grid area. However, when the space_down_sample parameter is set to false, the speed of mapping becomes very slow, making real-time operation impossible. I'd like to know which specific part of the algorithm is causing this slowdown? Is it possible to only use the downsampled points for calculating the Lidar position, but still add all points to the map?
Is the point_filter_num parameter the one that controls the number of points included in the calculation? When point_filter_num is set to 3, only 33.3% of the points are involved in the computation. But I've observed that when space_down_sample is set to false, any value of point_filter_num other than 0 makes mapping not working, with no point cloud or odometry output.
Thank you for your time and assistance.
— Reply to this email directly, view it on GitHubhttps://github.com/hku-mars/Point-LIO/issues/46, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANJUIXQJCHIXBKW4JRBMHC3XXG6MFANCNFSM6AAAAAA37NSP54. You are receiving this because you are subscribed to this thread.Message ID: @.***>
The work on Point-LIO is truly impressive, elevating lidar SLAM to an entirely new level. I have some questions about this work and hope the authors can address them.
I've noticed that the default value for the space_down_sample parameter is true, which means the point cloud in the map generated when the Lidar is static will concentrate in the central grid area. However, when the space_down_sample parameter is set to false, the speed of mapping becomes very slow, making real-time operation impossible. I'd like to know which specific part of the algorithm is causing this slowdown? Is it possible to only use the downsampled points for calculating the Lidar position, but still add all points to the map?
Is the point_filter_num parameter the one that controls the number of points included in the calculation? When point_filter_num is set to 3, only 33.3% of the points are involved in the computation. But I've observed that when space_down_sample is set to false, any value of point_filter_num other than 0 makes mapping not working, with no point cloud or odometry output.
Thank you for your time and assistance.