Skip to content
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 2 - Integrate imageProjection from LIO-SAM #6837

Closed
5 tasks done
Tracked by #6741
ataparlar opened this issue Apr 17, 2024 · 3 comments
Closed
5 tasks done
Tracked by #6741

LOAM Mapping Task 2 - Integrate imageProjection from LIO-SAM #6837

ataparlar opened this issue Apr 17, 2024 · 3 comments
Assignees
Labels
component:map Map creation, storage, and loading. (auto-assigned) type:new-feature New functionalities or additions, feature requests.

Comments

@ataparlar
Copy link
Contributor

ataparlar commented Apr 17, 2024

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I've agreed with the maintainers that I can plan this task.

Description

This task is the subtask of Point cloud feature extraction for LOAM based localization.


In order to achieve LOAM mapping, firstly we need to project each point cloud into a planar surface. This can be an rangeMat.

Purpose

  • Getting projected simultaneous rangeMat to use.

Possible approaches

  • Use a matrix to create a projected point cloud rangeMat. The resolution of the matrix can change from point cloud to point cloud.

Definition of done

  • Visualize the rangeMat in RViz as a ROS2 topic.
  • See the rangeMat in ros2 topic echo ...

This subtask is done with this comment:

@ataparlar ataparlar self-assigned this Apr 17, 2024
@ataparlar ataparlar added type:new-feature New functionalities or additions, feature requests. component:map Map creation, storage, and loading. (auto-assigned) labels Apr 17, 2024
@ataparlar ataparlar moved this to Todo in Autoware Labs Apr 17, 2024
@xmfcx xmfcx changed the title Complete point cloud projection for feature extraction and show LOAM Mapping Task 2 - Integrate imageProjection from LIO-SAM Apr 19, 2024
@ataparlar ataparlar moved this from Todo to In Progress in Autoware Labs Apr 23, 2024
@ataparlar
Copy link
Contributor Author

Hi guys.

I export a scheme of the imageProjection.cpp of the LIO-SAM. We will work this structure for this issue.

LIO-SAM imageProjection

@ataparlar
Copy link
Contributor Author

Hi everyone,

I visualized the rangeMat created for feature extraction as an Image topic. Here is the video of it:

You can see the visualization in the below image too.
Screenshot from 2024-04-26 17-22-42

@ataparlar
Copy link
Contributor Author

ataparlar commented Apr 26, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:map Map creation, storage, and loading. (auto-assigned) type:new-feature New functionalities or additions, feature requests.
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant