Compare commits
No commits in common. "c5d84fc7302e6f6eff1e17bc42b4ff7c612dee2f" and "7956b2bef7501d81e7eef65a352d404dca5650b3" have entirely different histories.
c5d84fc730
...
7956b2bef7
2 changed files with 10 additions and 9 deletions
|
@ -106,7 +106,7 @@ class IQRobot:
|
|||
richtung = 1
|
||||
if cm < 0:
|
||||
richtung = -1
|
||||
speed = speed * richtung
|
||||
speed = -speed
|
||||
|
||||
self.linker_motor.set_degrees_counted(0)
|
||||
self.bewegungsSensor.reset_yaw_angle()
|
||||
|
|
1
main.py
1
main.py
|
@ -120,6 +120,7 @@ def augmented_reality():
|
|||
iqRobot.drehe(-90)
|
||||
iqRobot.fahre_gerade_aus(5,20)
|
||||
|
||||
|
||||
druckmaschine()
|
||||
hologram()
|
||||
augmented_reality()
|
||||
|
|
Loading…
Reference in a new issue