Skip to content

Commit a41daba

Browse files
Isaac I. Y. Saito130s
authored andcommitted
[improve] Stop printing GPU info per every msg reception.
1 parent 8655e1d commit a41daba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

computer_hw/src/computer_hw/gpu_status_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def pub_status(self):
102102
_non_ros_gpu_stat = self._gpu_status_handler.get_gpu_status()
103103
gpu_stat = self._convert_output(_non_ros_gpu_stat)
104104
stat = self.gpu_status_to_diag(gpu_stat)
105-
rospy.loginfo("gpu_stat: {}\n".format(gpu_stat))
105+
rospy.logdebug("gpu_stat: {}\n".format(gpu_stat))
106106
except AttributeError as e:
107107
rospy.logerr('Unable to process GPU status as getting GPU status with proprietary command failed : {}'.format(str(e)))
108108
except Exception as e:

0 commit comments

Comments
 (0)