-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase Point Cloud Density in SLAM Mapping with unitree GO2 EDU Bot #492
Comments
lio-sam only saves the plane points and edge points of the keyframe. If you want to save the full point cloud, you need to implement it yourself: 1. Read the implementation in ImageProjection::projectPointCloud() and save the undistorted points and their timestamps. 2.stich the point clouds in 1 according to the trajectory. lio-sam does not save every frame, you may need to interpolate. |
You'd better reassign a thread for file writing operations to avoid affecting real-time performance |
Yeah Understood. Well Thanks for the explanation. |
Hello, I have the following question: Were you able to achieve mapping by solely following Unitree's official documentation? Or did you use the LIO-SAM repository? |
你好,我也在使用unitree的go2,我想请问下你怎么配置的param.yml。我现在启动了禾赛激光,读取了lowstate后根据时间新打了时间戳,再新发布imu的话题。我用的禾赛数据格式,然后x=-y,y=x。param.yml我设置了更多种lidar2imu的外参,但是似乎都有问题,都会漂。想请问下你怎么解决的? |
感觉可能是imu频率有点低,我录了rosbag看到狗自己imu频率可能只有50Hz |
Hi there,
I hope this message finds you well. I've been using the unitree GO2 EDU bot equipped with the HESAI XT-16 LIDAR for SLAM mapping purposes. While performing SLAM and saving the map, I've observed that the point cloud density is lower than expected, even when utilizing the LIDAR at its highest RPM (1200 rpm) as per the documentation here.
I'm reaching out to inquire if there's a way to adjust the point cloud density directly through the SLAM process. I've reviewed the documentation provided but haven't found any specific instructions on how to address this issue.
Would it be possible for you to provide guidance on any configuration or parameter files that might allow me to adjust the point cloud density during SLAM mapping? Alternatively, if there are any other recommended solutions or approaches to increase the density of the point cloud output, I would greatly appreciate your insights.
Thank you for your attention to this matter, and I look forward to your assistance in resolving this issue.
The text was updated successfully, but these errors were encountered: