You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just got this running sensors_monitor.py on a ROS kinetic / Ubuntu Xenial machine:
[ERROR] [1507561973.045543]: Unable to process lm-sensors data
[ERROR] [1507561973.047346]: Traceback (most recent call last):
File "/etc/robot/ros/lib/diagnostic_common_diagnostics/sensors_monitor.py", line 189, in monitor
for sensor in parse_sensors_output(get_sensors()):
File "/etc/robot/ros/lib/diagnostic_common_diagnostics/sensors_monitor.py", line 156, in parse_sensors_output
s = parse_sensor_line(line)
File "/etc/robot/ros/lib/diagnostic_common_diagnostics/sensors_monitor.py", line 109, in parse_sensor_line
[sensor.name, sensor.type] = name.rsplit(" ",1)
ValueError: need more than 1 value to unpack
I just got this running
sensors_monitor.py
on a ROS kinetic / Ubuntu Xenial machine:The output of the
sensors
command is:Looks like the parser cannot read some lines.
The text was updated successfully, but these errors were encountered: