Compare commits
No commits in common. "c40f2a97ed7b42c72f47705a1250fcd73114a101" and "820a7d83d4f3aee81bc3bbf31e137febcf475d5b" have entirely different histories.
c40f2a97ed
...
820a7d83d4
1 changed files with 0 additions and 3 deletions
|
@ -126,9 +126,6 @@ class IQRobot:
|
|||
self.antrieb.move(amount=richtung * 0.1, steering=100)
|
||||
drehung = self.bewegungsSensor.get_yaw_angle()
|
||||
print(drehung)
|
||||
|
||||
def heber(self, cm,speed):
|
||||
self.bothFrontMotors.move_tank(-cm*3.3,"cm", -speed, speed)
|
||||
|
||||
def schaufel(self,prozent):
|
||||
volle_umdrehung=0.29
|
||||
|
|
Loading…
Reference in a new issue