Fixed bug in heartbeat check

This commit is contained in:
Patrick Goebel 2016-04-04 09:24:11 -07:00
parent 6adb1bde26
commit 77f5963e05

View File

@ -227,6 +227,7 @@ class ArduinoROS():
break break
except: except:
r.sleep() r.sleep()
continue
for sensor in self.mySensors: for sensor in self.mySensors:
if sensor.rate != 0: if sensor.rate != 0: