Compare commits
No commits in common. "38972ef784aa7020633a51336c316f9387dbe254" and "16601f268a9bacb58e52f7ad60effa7bfebdfd86" have entirely different histories.
38972ef784
...
16601f268a
1 changed files with 1 additions and 30 deletions
31
main.py
31
main.py
|
@ -87,7 +87,7 @@ def huenchenaufgabe():
|
|||
iqRobot.fahre_gerade_aus(55,60)
|
||||
iqRobot.heber(10,30)
|
||||
|
||||
def hologram_alt():
|
||||
def hologram_aufgabe1():
|
||||
iqRobot.fahre_gerade_aus(cm=75,speed=80)
|
||||
iqRobot.drehe(45, False)
|
||||
iqRobot.fahre_gerade_aus(cm=14,speed=70)
|
||||
|
@ -95,32 +95,3 @@ def hologram_alt():
|
|||
iqRobot.drehe(-45, False)
|
||||
iqRobot.fahre_gerade_aus(cm=-75,speed=50)
|
||||
|
||||
def druckmaschine():
|
||||
iqRobot.fahre_gerade_aus(19,30)
|
||||
iqRobot.drehe(-45)
|
||||
iqRobot.fahre_gerade_aus(20,30)
|
||||
iqRobot.fahre_gerade_aus(-15,30)
|
||||
|
||||
def hologram():
|
||||
iqRobot.drehe(45)
|
||||
iqRobot.fahre_gerade_aus(37.5,30)
|
||||
iqRobot.drehe(45)
|
||||
iqRobot.fahre_gerade_aus(15,30)
|
||||
iqRobot.fahre_gerade_aus(-15,30)
|
||||
|
||||
def augmented_reality():
|
||||
iqRobot.drehe(-135)
|
||||
iqRobot.fahre_gerade_aus(42,30)
|
||||
iqRobot.drehe(90)
|
||||
iqRobot.fahre_gerade_aus(12,30)
|
||||
iqRobot.schaufel(-100)
|
||||
iqRobot.fahre_gerade_aus(-3,30)
|
||||
iqRobot.drehe(90)
|
||||
iqRobot.fahre_gerade_aus(20,30)
|
||||
iqRobot.drehe(-90)
|
||||
iqRobot.fahre_gerade_aus(5,20)
|
||||
|
||||
|
||||
druckmaschine()
|
||||
hologram()
|
||||
augmented_reality()
|
||||
|
|
Loading…
Reference in a new issue