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 :
When carma exec --gui is called with a command, it correctly sets up nvidia runtime (such as carma exec --gui "rviz"
However, if it is just carma exec --gui the script is not setting the nvidia runtime, so nvidia-smi for example won't work.
Related GitHub Issue
NA
Related Jira Key
CAR-6061
Motivation and Context
During porting of rviz to rviz2, I have been using a lot of container with gui enabled. And noticed this inconsistency between two similar calls of same thing.
How Has This Been Tested?
fusion vehicle pc
Types of changes
[X] Defect fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Breaking change (fix or feature that cause existing functionality to change)
Checklist:
[X] I have added any new packages to the sonar-scanner.properties file
[ ] My change requires a change to the documentation.
PR Details
Description
When
carma exec --gui
is called with a command, it correctly sets up nvidia runtime (such ascarma exec --gui "rviz"
However, if it is justcarma exec --gui
the script is not setting the nvidia runtime, sonvidia-smi
for example won't work.Related GitHub Issue
NA
Related Jira Key
CAR-6061
Motivation and Context
During porting of rviz to rviz2, I have been using a lot of container with gui enabled. And noticed this inconsistency between two similar calls of same thing.
How Has This Been Tested?
fusion vehicle pc
Types of changes
Checklist: