Concatenate node with main LiDAR concept #9282
Labels
component:perception
Advanced sensor data processing and environment understanding. (auto-assigned)
component:sensing
Data acquisition from sensors, drivers, preprocessing. (auto-assigned)
Checklist
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.
The text was updated successfully, but these errors were encountered: