Skip to content

Commit 0873c50

Browse files
committed
Merge pull request #103 from personalrobotics/bugfix/issue102
Fixing two bugs in the referenced issue.
2 parents 6e3b829 + 07fc93f commit 0873c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prpy/planning/vectorfield.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def TerminateMove():
179179
return Status.CONTINUE
180180

181181
return self.FollowVectorField(robot, vf_straightline, TerminateMove,
182-
timelimit)
182+
timelimit, **kw_args)
183183

184184
@PlanningMethod
185185
def FollowVectorField(self, robot, fn_vectorfield, fn_terminate,

0 commit comments

Comments
 (0)