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 Based Localization Task 2 - Create depth image from the point cloud (project point cloud) #7450

Closed
4 tasks done
Tracked by #7454
ataparlar opened this issue Jun 11, 2024 · 2 comments
Closed
4 tasks done
Tracked by #7454
Assignees
Labels
component:localization Vehicle's position determination in its environment. (auto-assigned)

Comments

@ataparlar
Copy link
Contributor

ataparlar commented Jun 11, 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

For LOAM feature extraction, we need the depth image of the point cloud. For feature extraction, LIO-SAM structure is used. An example is here:

Purpose

Create the depth image from the undistorted point cloud.

Possible approaches

  • Use a cv::Mat as a range matrix

Definition of done

  • Get the depth image from undistorted point cloud

This task is completed with the commit:

@ataparlar ataparlar added the component:localization Vehicle's position determination in its environment. (auto-assigned) label Jun 11, 2024
@ataparlar ataparlar self-assigned this Jun 11, 2024
@ataparlar ataparlar mentioned this issue Jun 11, 2024
9 tasks
@idorobotics idorobotics moved this to Todo in Autoware Labs Jun 11, 2024
@ataparlar ataparlar moved this from Todo to In Progress in Autoware Labs Jun 24, 2024
@ataparlar
Copy link
Contributor Author

Here is the depth image created from a rosbag data:

Screenshot from 2024-06-24 23-40-29

@ataparlar
Copy link
Contributor Author

@ataparlar ataparlar moved this from In Progress to Done in Autoware Labs Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:localization Vehicle's position determination in its environment. (auto-assigned)
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant