Replies: 1 comment 1 reply
-
Such high CPU loads (especially for the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code of Conduct
Contents
Hi,
I'm running autoware (the latest main branch) in PC with CPU type of Intel® Core™ i7-8809G @ 3.10GHz × 8, it has a graphic card of Intel® HD Graphics 630 (no cuda).
When I run the planning simulation (
ros2 launch autoware_launch planning_simulator.launch.xml
), I have a very high CPU load:This is actually after I have disabled
pointcloud_container
, it would be even higher with that.This cause autoware to ERROR:
Then I looked again to the processes with top CPU load:
I don't think
autoware_remaining_distance_time_calculator
should consume so much CPU power, by its function role in autoware.My PC has an old CPU, i7-8809G, but I don't think it's too old to run a framework like autoware. In real world, what's the CPU spec in a vehicle? It will be some arm based multicore CPU but I would not assume it will be as powerful as a new PC.
I have 3 questions:
Beta Was this translation helpful? Give feedback.
All reactions