Skip to content

Commit 46ee743

Browse files
committed
commented out deprecated disp
1 parent d85138a commit 46ee743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/mobile/DistanceTransformPlanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@Author: Peter Corke, original MATLAB code and Python version
33
@Author: Kristian Gibson, initial MATLAB port
44
"""
5-
from numpy import disp
5+
# from numpy import disp
66
from scipy import integrate
77
from spatialmath.base.transforms2d import *
88
from spatialmath.base.vectors import *

0 commit comments

Comments
 (0)