Schneller fahren
This commit is contained in:
parent
7abd2bbd3f
commit
518f00fa5d
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -95,7 +95,7 @@ def druckmaschine():
|
|||
|
||||
def hologram():
|
||||
iqRobot.drehe(45)
|
||||
iqRobot.fahre_gerade_aus(37.5,30)
|
||||
iqRobot.fahre_gerade_aus(37.5,60)
|
||||
iqRobot.fahre_bis_abstand(28,30,True)
|
||||
print(iqRobot.abstandsSensor.get_distance_cm())
|
||||
iqRobot.drehe(45)
|
||||
|
@ -106,7 +106,7 @@ def hologram():
|
|||
def augmented_reality():
|
||||
iqRobot.drehe(45)
|
||||
# cm should be greater than real distance as we stop at color intensity
|
||||
iqRobot.fahre_gerade_aus(cm=-50,speed=30, abstand_stop=89)
|
||||
iqRobot.fahre_gerade_aus(cm=-50,speed=50, abstand_stop=86)
|
||||
iqRobot.drehe(-90)
|
||||
iqRobot.fahre_gerade_aus(12,30)
|
||||
iqRobot.schaufel(-2200)
|
||||
|
|
Loading…
Reference in a new issue