Skip to content

Commit 6e3b829

Browse files
author
Siddhartha Srinivasa
committed
Fixed typo
Changed `prpy.util.CopyTrajectory` to `util.CopyTrajectory` to reflect @mkoval's change to the import.
1 parent 7aa675b commit 6e3b829

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
@@ -244,7 +244,7 @@ def FollowVectorField(self, robot, fn_vectorfield, fn_terminate,
244244

245245
status = fn_terminate()
246246
if status == Status.CACHE_AND_CONTINUE:
247-
cached_traj = prpy.util.CopyTrajectory(qtraj)
247+
cached_traj = util.CopyTrajectory(qtraj)
248248
if status == Status.TERMINATE:
249249
break
250250

0 commit comments

Comments
 (0)