-
Notifications
You must be signed in to change notification settings - Fork 703
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
Leverage cuda acceleration in the sensing perception pipeline #9722
Comments
More background that is suited better in a post rather than the issue's description: The following PRs are part of this issue/task:
Pending tasks:
|
@knzo25 |
@mitsudome-r |
Update:
I will make a re-check of the concat's refactor just in case, which should not affect the review process, address comments in centerpoint and make any final adjustments, since it can be merged independently thanks to the blackboard being added, and address the launcher related comments, although that PR can not be merged until the very end. |
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: