We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8655e1d commit a41dabaCopy full SHA for a41daba
computer_hw/src/computer_hw/gpu_status_monitor.py
@@ -102,7 +102,7 @@ def pub_status(self):
102
_non_ros_gpu_stat = self._gpu_status_handler.get_gpu_status()
103
gpu_stat = self._convert_output(_non_ros_gpu_stat)
104
stat = self.gpu_status_to_diag(gpu_stat)
105
- rospy.loginfo("gpu_stat: {}\n".format(gpu_stat))
+ rospy.logdebug("gpu_stat: {}\n".format(gpu_stat))
106
except AttributeError as e:
107
rospy.logerr('Unable to process GPU status as getting GPU status with proprietary command failed : {}'.format(str(e)))
108
except Exception as e:
0 commit comments