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

[Feature] Implement LiDAR Pipeline #42

Open
4 tasks
Ulixes-8 opened this issue Mar 3, 2025 · 0 comments
Open
4 tasks

[Feature] Implement LiDAR Pipeline #42

Ulixes-8 opened this issue Mar 3, 2025 · 0 comments

Comments

@Ulixes-8
Copy link

Ulixes-8 commented Mar 3, 2025

Description

The LiDAR pipeline is the 3D object detection pipeline for the AV. It includes:

  • LiDAR-based 3D object detection.
  • LiDAR clustering (for downstream camera-LiDAR fusion).
  • The elimination of false positive 3D object detections with help from the Occupancy Grid Map Pipeline.

Checklist
Write a launch file that successfully launches:

  • The Occupancy Grid Map Pipeline.
  • LiDAR-based 3D object detection.
  • LiDAR clustering.
  • Occupancy grid map-based validation.

Acceptance Criteria

As confirmed by testing:

  • LiDAR-based 3D object detection module takes in PointCloud2 messages and outputs DetectedObjects.
  • The occupancy grid map-based validator takes in DetectedObjects from LiDAR-based 3D object detector and the occupancy grid from the occupancy grid map pipeline.
  • The occupancy grid map-based validator outputs DetectedObjects with eliminated false positive predictions.
  • LiDAR clustering takes in PointCloud2 messages and outputs DetectedObjectsWithFeatures.

Priority
High (3/3)

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant