diff --git a/pykick/striker.py b/pykick/striker.py index 5cc9c66..5ad62d2 100644 --- a/pykick/striker.py +++ b/pykick/striker.py @@ -276,6 +276,8 @@ class Striker(object): Call this until this returns True - then the robot is facing the ball. + This will block until the robot sees the ball and is facing the ball. + Parameters ---------- soll : float @@ -285,11 +287,6 @@ class Striker(object): tol : float Allowable deviation in radians from soll-angle. - Returns - ------- - bool - True if robot is nicely aligned to ball; else False. - """ ball_locked = False