Hünchen
This commit is contained in:
parent
d7026c60ad
commit
1214813e2a
1 changed files with 9 additions and 1 deletions
10
main.py
10
main.py
|
@ -81,7 +81,15 @@ iqRobot.show('HAPPY')
|
||||||
iqRobot.fahre_mit_drehung(strecke1=10, grad=90, strecke2=10)
|
iqRobot.fahre_mit_drehung(strecke1=10, grad=90, strecke2=10)
|
||||||
iqRobot.fahre_mit_drehung(strecke1=0, grad=-90, strecke2=10)
|
iqRobot.fahre_mit_drehung(strecke1=0, grad=-90, strecke2=10)
|
||||||
|
|
||||||
|
def huenchenaufgabe(self):
|
||||||
|
iqRobot.fahre_gerade_aus(40,60)
|
||||||
|
iqRobot.drehe(-40,True)
|
||||||
|
iqRobot.fahre_gerade_aus(20,60)
|
||||||
|
iqRobot.drehe(-20)
|
||||||
|
iqRobot.fahre_gerade_aus(55,60)
|
||||||
|
iqRobot.heber(10,30)
|
||||||
|
|
||||||
|
huenchenaufgabe()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue