Skip to content

Commit 3cd77f7

Browse files
committed
remove print
1 parent 84298b5 commit 3cd77f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roboticstoolbox/tools/p_servo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,4 @@ def p_servo(wTe, wTep, gain=[1.0, 1.0, 1.0, 1.0, 1.0, 1.0], threshold=0.1):
9898

9999
arrived = True if np.sum(np.abs(e)) < threshold else False
100100

101-
print(np.sum(np.abs(e)))
102-
103101
return v, arrived

0 commit comments

Comments
 (0)