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

Concatenate node with main LiDAR concept #9282

Open
3 tasks done
vividf opened this issue Nov 11, 2024 · 0 comments
Open
3 tasks done

Concatenate node with main LiDAR concept #9282

vividf opened this issue Nov 11, 2024 · 0 comments
Assignees
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned)

Comments

@vividf
Copy link
Contributor

vividf commented Nov 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

This PR brings the new concatenate algorithm.

There are requests for vehicles using the top LiDAR as the 'main' LiDAR. If the top LiDAR is not concatenated with the other LiDARs, it may affect certain modules within the perception stack.

Purpose

Provide a more robust algorithm for perception stack that needs the concept of main LiDAR.

Possible approaches

  • First option: Implement additional parameters and logic in the concatenate node, allowing users to select the main LiDAR. If the main LiDAR is not present in the concatenated output, the output should be discarded.

  • Second option: Implement an additional function in the nodes that require the 'main' LiDAR concept. This function should analyze diagnostic messages from the concatenate node to determine whether to discard the point cloud.

Definition of done

Implement one of the solutions that describe above.

@vividf vividf self-assigned this Nov 11, 2024
@vividf vividf added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Nov 11, 2024
@vividf vividf added the component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) label Nov 11, 2024
@amadeuszsz amadeuszsz moved this from To triage to In Progress in Sensing & Perception Working Group Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned)
Projects
Status: No status
Development

No branches or pull requests

1 participant