Compare commits
3 commits
820a7d83d4
...
c40f2a97ed
Author | SHA1 | Date | |
---|---|---|---|
c40f2a97ed | |||
|
d7775d4ac1 | ||
|
58477b1d54 |
1 changed files with 3 additions and 0 deletions
|
@ -126,6 +126,9 @@ 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