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 Camera-LiDAR Multi-Object Tracking Pipeline #44

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

[Feature] Implement Camera-LiDAR Multi-Object Tracking Pipeline #44

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

Comments

@Ulixes-8
Copy link

Ulixes-8 commented Mar 3, 2025

Description

The multi-modal multi-object tracking pipeline fuses 3D LiDAR detections and Camera-LiDAR detections to form the heart of the multi-modal perception pipeline. It also provides a feedback mechanism between it and the multi-object tracking module to enable smooth, continuous trajectory tracking for dynamic objects over time.

Checklist
Write a launch file that successfully launches:

  • Occupancy grid map pipeline.
  • LiDAR pipeline.
  • Camera-LiDAR pipeline.
  • Object association merger module.
  • Interpolator module.
  • Multi-object tracking module.

Acceptance Criteria

As confirmed by testing:

  • The ROI cluster fusion module from the camera-LiDAR pipeline outputs its labeled cluster point cloud as DetectedObjectsWithFeatures to the Interpolator module, which transforms them into DetectedObjects.
  • Object association merger module takes in DetectedObjects from both the 3D LiDAR object detection pipeline (from the occupancy grid map-based validator module), as well as the DetectedObjects from the interpolator module.
  • The object association merger module outputs DetectedObjects to the multi-object tracker module, which publishes TrackedObjects back to the interpolator module in a feedback loop for continuous detection and tracking.

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