We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84298b5 commit 3cd77f7Copy full SHA for 3cd77f7
roboticstoolbox/tools/p_servo.py
@@ -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):
98
99
arrived = True if np.sum(np.abs(e)) < threshold else False
100
101
- print(np.sum(np.abs(e)))
102
-
103
return v, arrived
0 commit comments