Leverage cuda acceleration in the sensing perception pipeline #9722
Labels
component:perception
Advanced sensor data processing and environment understanding. (auto-assigned)
component:sensing
Data acquisition from sensors, drivers, preprocessing. (auto-assigned)
Checklist
Description
Background:
We have long struggled with the latency in our sensing/perception pipeline. Even though we use very rudimentary algorithms, the latency is considerable enough that we can not opt to use more complex ones due to fear of increasing reaction times.
In the same vein, autoware has proven to be too heavy for new sensors with higher data rates and we have had to resort to down sample approaches to bound the execution times, even though using the new sensors fully holds the potential to increase the overall performance of autoware.
Previous conversations:
Purpose
Accelerate the sensing/perception pipeline via cuda-based acceleration
Possible approaches
Definition of done
PRs that implement
are merged to universe and/or autoware
The text was updated successfully, but these errors were encountered: