Weitere Vorbereitungen
This commit is contained in:
@@ -80,6 +80,7 @@ try:
|
||||
|
||||
delta = 1.0 / 50
|
||||
print("({},{} --> {})".format(car.speed_cur, car.angle_cur, (car.speed_cur - car.speed_last) / delta)) + ", Servo_active: " + str(car.is_testmode_servo_active) + "CC Speed: " str(car.speed_cruise_control)
|
||||
sleep(1 / 50)
|
||||
|
||||
except KeyboardInterrupt:
|
||||
print "Exiting through keyboard event (CTRL + C)"
|
||||
|
||||
Reference in New Issue
Block a user