-
Notifications
You must be signed in to change notification settings - Fork 709
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
LOAM Mapping Task 3 - Integrate featureExtraction from LIO-SAM #6838
Comments
The tool can export corner feature point cloud map and surface feature point cloud map. Before exporting, it is visualizing both in the rviz. Right now, point cloud undistortion is not implemented. We wanted to see we can see the feature point clouds. RViz Visualization:Corner CloudSurface CloudExported .pcd:Corner CloudSurface Cloud |
Thanks for your effort @ataparlar . Could you also share .pcd files for examination?" |
Hi @meliketanrikulu |
I noticed that the projected image is not correct for some reason. The edge points are not extracted from the corners. They seems like just picking some random points from the point cloud. I debugged the projected point cloud's point angles with HSV color space for loam_mapper, original LIO-SAM and Velodyne VLP16 ROS2 driver. The videos of them can found below: Velodyne VLP16 ROS2 driver video: Original LIO-SAM video: loam_mapper video: According to the comparison between those videos, in loam_mapper, the pixels that must be empty are very noisy. I am trying to solve that right now. |
The image_projection seems good right now. But the same error still exist. I am observing the
|
Hey everyone. I solved the problem and I added point deskewing for feature extraction. Here is the demonstration video and an image of it: I made the changes in This subtask is done with the commit: |
Checklist
Description
This task is the subtask of Point cloud feature extraction for LOAM based localization.
For using them in the LOAM Based Localization, we need to export point cloud feature maps separately. Related issue:
To implement feature extraction from a projected point cloud, the below task needs to be done:
Purpose
Extracting the features (planar, edge...) from the generated point clouds.
Possible approaches
Definition of done
pcd
files.This subtask is done with the commit:
The text was updated successfully, but these errors were encountered: