erste Aufgaben
This commit is contained in:
parent
c40f2a97ed
commit
83970cc053
1 changed files with 30 additions and 0 deletions
30
main.py
30
main.py
|
@ -87,4 +87,34 @@ def hologram_aufgabe1():
|
|||
iqRobot.drehe(-45, False)
|
||||
iqRobot.fahre_gerade_aus(cm=-75,speed=50)
|
||||
|
||||
def kjell_aufgaben():
|
||||
iqRobot.fahre_gerade_aus(19,20)
|
||||
iqRobot.drehe(-45)
|
||||
iqRobot.fahre_gerade_aus(20,30)
|
||||
iqRobot.fahre_gerade_aus(-15,30)
|
||||
iqRobot.drehe(45)
|
||||
iqRobot.fahre_gerade_aus(37.5,30)
|
||||
iqRobot.drehe(45)
|
||||
iqRobot.fahre_gerade_aus(15,50)
|
||||
iqRobot.fahre_gerade_aus(-20,20)
|
||||
iqRobot.drehe(-45)
|
||||
iqRobot.fahre_gerade_aus(20,20)
|
||||
iqRobot.drehe (90)
|
||||
iqRobot.fahre_gerade_aus(10,20)
|
||||
|
||||
|
||||
iqRobot.drehe(-135)
|
||||
iqRobot.fahre_gerade_aus(44,30)
|
||||
iqRobot.drehe(90)
|
||||
iqRobot.fahre_gerade_aus(10,20)
|
||||
|
||||
#hier fehlt noch was
|
||||
|
||||
iqRobot.fahre_gerade_aus(-10,20)
|
||||
iqRobot.drehe(-90)
|
||||
iqRobot.fahre_gerade_aus(42,25)
|
||||
iqRobot.drehe(90)
|
||||
iqRobot.fahre_gerade_aus(5,20)
|
||||
|
||||
|
||||
hologram_aufgabe1()
|
||||
|
|
Loading…
Reference in a new issue