This commit is contained in:
2019-05-18 19:34:45 +02:00
parent 381af7dc9a
commit 07f5be3bc1
2 changed files with 3 additions and 7 deletions
-2
View File
@@ -130,8 +130,6 @@ class argvReader:
if not servo.geometry.is_inside(ms):
print("Position to big or to small")
sys.exit()
elif 0 < servo < 5:
print("Servo is not on robotarm")
else:
set_servo_pulse(servo_int, servo.ms)
elif servo_int == 4: