mirror of
https://github.com/undera/pylgbst.git
synced 2020-11-18 19:37:26 -08:00
Fix release issues
This commit is contained in:
parent
dc863f11b1
commit
039a5030fd
@ -176,8 +176,6 @@ class EncodedMotor(Peripheral):
|
||||
|
||||
abs_primary = self._speed_abs(speed_primary)
|
||||
abs_secondary = self._speed_abs(speed_secondary)
|
||||
if abs_primary == -97 and abs_secondary == 3:
|
||||
logging.info("P/S: %s/%s", abs_primary, abs_secondary)
|
||||
|
||||
if mtype == self.ANGLED_GROUP and (not abs_secondary or not abs_primary):
|
||||
raise ValueError("Cannot have zero speed in double angled mode") # otherwise it gets nuts
|
||||
|
Loading…
x
Reference in New Issue
Block a user