some docs tweaks in striker

This commit is contained in:
2018-11-12 14:16:05 +01:00
parent 133dd9a5ac
commit 1e826311c8

View File

@@ -273,6 +273,8 @@ class Striker(object):
def ball_tracking(self, soll=0, tol=0.15): def ball_tracking(self, soll=0, tol=0.15):
"""Turn the robot to the ball, find the ball if cannot see it. """Turn the robot to the ball, find the ball if cannot see it.
Call this until this returns True - then the robot is facing
the ball.
Parameters Parameters
---------- ----------