Running Autoware in a distributed computing setup for improved performance #3544
Replies: 3 comments 3 replies
-
Actually, I don't have much experience in this case. However, in the scenario, the connection between your Orin and Workstation might be the key point. If you use ROS 2 & DDS to connect, running in the wireless environment might not be suitable. In my past experience, DDS doesn't perform well in a wireless environment while there are too many ROS 2 topics (maybe it works if you only have two hosts). If you still want to run in a wireless environment, maybe zenoh-bridge-dds is another solution. I have another question: Since you'll add another Workstation + GPU in your environment, why do you still need Jetson AGX Orin? It should be OK to run the whole Autoware in your workstation. Is there any reason you need Orin? |
Beta Was this translation helpful? Give feedback.
-
We have a vehicle with 2 Nuousys PC + 4 ADLINK ROSCube (which uses Jetson Xavier inside). They are connected with ethernet switch, and I think we had to do some tuning with DDS configuration. We can provide a sample if you are interested. |
Beta Was this translation helpful? Give feedback.
-
hi,Recently, I also ran autoware(awsim-stable) on Orin and conducted joint debugging with the awsim simulation platform on x86, but running autoware on Orin was too laggy and too laggy, and path planning and traffic light recognition were basically impossible. Where should I optimize this performance |
Beta Was this translation helpful? Give feedback.
-
On behalf of Danlaw, we recently tested running Autoware in a Jetson AGX Orin Devkit. It was observed that certain algorithms were not supported by AGX Orin architecture (ONNX models) and features like Object Detection had poor performance.
We would like to try distributing the workload across multiple compute modules. The initial configuration is a Jetson AGX Orin + Dell Precision 7920 Wrokstation (NVIDIA GP104GL [Quadro P4000] GPU) connected using either an Ethernet switch or wireless.
I would much appreciate any inputs/ feedback from prior attempts or experience in related area and any recommendations.
Beta Was this translation helpful? Give feedback.
All reactions