Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN committed Nov 20, 2024
1 parent d32a641 commit b951e55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engineering_tools/monitor-ros-cpu.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python3
import psutil
import subprocess
import time
import csv
import os
Expand All @@ -13,7 +12,6 @@
"node",
"rviz",
"rqt",
"ros2 launch",
"/opt/ros/", # ROS installation path
"/opt/carma/", # CARMA ROS installation path
"roscore",
Expand All @@ -35,6 +33,7 @@
}

# Define processes to exclude (to avoid false positives)
# NOTE: Detection of these keywords overwrites the ROS_KEYWORDS
EXCLUDE_KEYWORDS = {"code", "chrome", "firefox", "vscode", "gnome"}


Expand Down

0 comments on commit b951e55

Please sign in to comment.