Skip to content

Commit becfd4d

Browse files
author
Siddhartha Srinivasa
committed
Documentation update
1 parent 5313100 commit becfd4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/prpy/planning/vectorfield.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ def vf_straightline():
149149
def TerminateMove():
150150
'''
151151
Fail if deviation larger than position and angular tolerance.
152-
Succeed if distance moved is larger than max_distance
152+
Succeed if distance moved is larger than max_distance.
153+
Cache and continue if distance moved is larger than distance.
153154
'''
154155
Tnow = manip.GetEndEffectorTransform()
155156
error = prpy.util.GeodesicError(Tstart, Tnow)
@@ -185,7 +186,6 @@ def FollowVectorField(self, robot, fn_vectorfield, fn_terminate,
185186
@param dq_tol velocity tolerance for termination
186187
@param kw_args keyword arguments to be passed to fn_vectorfield
187188
@return traj
188-
@return terminate a Boolean that returns the final fn_terminate
189189
"""
190190
start_time = time.time()
191191

0 commit comments

Comments
 (0)