-
Notifications
You must be signed in to change notification settings - Fork 665
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
Update deprecated TensorRT 8.5 codes for ROS2 humble #2330
Comments
The ARM64 network repository https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa/ still doesn't have I think we should also wait until this is available too.
We could also install old packages to What do you think, @wep21 @kenji-miyake ? |
👍 |
Nice! |
With all current PRs applied, everything compiled fine. I also checked lidar_apollo_instance_segmentation/lib/src/TrtNet.cpp and it doesn't look like it's using outdated APIs similar to ones I've changed. Tomorrow I will try to compile it again just to be sure. |
Update
Actions
|
As for guidance in understanding the the
Also from my experience on the task:
|
This pull request has been automatically marked as stale because it has not had recent activity. |
Checklist
Description
Currently in CI for humble & Ubuntu 22.04, we are using old (Ubuntu 20.04) packages for TensorRT.
In the latest (currently
tensorrt-dev_8.5.1.7-1+cuda11.8
) TensorRT version, some old APIs are deprecated.Purpose
This issue is created to track upgrading the following 4 packages to compile and run Autoware Universe successfully.
Possible approaches
galactic
traffic_light_classifier
fix(tensorrt): update tensorrt code of traffic_light_classifier #2325traffic_light_ssd_fine_detector
fix(tensorrt): update tensorrt code of traffic_light_ssd_fine_detector #2326tensorrt_yolo
fix(tensorrt): update tensorrt code of tensorrt_yolo #2327lidar_centerpoint
fix(tensorrt): update tensorrt code of lidar_centerpoint #2328tensorrt_yolox
(no PR created)Definition of done
traffic_light_classifier
works normallytraffic_light_ssd_fine_detector
works normallytensorrt_yolo
works normallylidar_centerpoint
works normallytensorrt_yolox
works normallyThe text was updated successfully, but these errors were encountered: