CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication. Doxygen Source Code Documentation :
Previously in https://github.com/usdot-fhwa-stol/carma-platform/pull/2467, cpu usage script was merged.
However, for some processes when tested on CDASIM run, the script is segfaulting.
This fixes that issue where the proc["cmdline"] returns None
PR Details
Description
Previously in https://github.com/usdot-fhwa-stol/carma-platform/pull/2467, cpu usage script was merged. However, for some processes when tested on CDASIM run, the script is segfaulting. This fixes that issue where the proc["cmdline"] returns None
Related GitHub Issue
NA
Related Jira Key
https://usdot-carma.atlassian.net/browse/ARC-255
Motivation and Context
Discovered during creating plot for the usage.
How Has This Been Tested?
Tested on CDASIM run
Types of changes
Checklist: