Merge branch 'main' into laptop02
* main: Anpassung fahre_gerade_aus für negative Strecken Anpassung fahre_gerade_aus für negative Strecken t Rückwärsfahren mit Regler Anpassung fahre_gerade_aus für negative Strecken Anpassung fahre_gerade_aus für negative Strecken Hinzufügen von Kommentaren Hinzufügen von Kommentaren Hinzufügen von Kommentaren Hinzufügen von Kommentaren # Conflicts: # iqrobot.py
This commit is contained in:
commit
88c5e7a9ba
2 changed files with 1 additions and 8 deletions
3
main.py
3
main.py
|
@ -99,7 +99,7 @@ def hologram():
|
|||
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)
|
||||
|
@ -111,7 +111,6 @@ def augmented_reality():
|
|||
iqRobot.fahre_gerade_aus(20,30)
|
||||
iqRobot.drehe(-90)
|
||||
iqRobot.fahre_gerade_aus(5,20)
|
||||
|
||||
|
||||
#iqRobot.fahre_gerade_aus(16, 20)
|
||||
#iqRobot.drehe(38)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue