Skip to content

Commit 397ce7f

Browse files
committed
Removed print
1 parent 770f12a commit 397ce7f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

roboticstoolbox/robot/ERobot.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,11 +1183,6 @@ def _getlink(self, link, default=None):
11831183
if link is None:
11841184
link = default
11851185

1186-
# print(link)
1187-
1188-
# for link in self.links:
1189-
# print(link)
1190-
11911186
if isinstance(link, str):
11921187
if link in self.link_dict:
11931188
return self.link_dict[link]
@@ -1626,8 +1621,6 @@ def jacobm(self, q=None, J=None, H=None, endlink=None, startlink=None):
16261621
else:
16271622
verifymatrix(H, (6, n, n))
16281623

1629-
print(q)
1630-
16311624
manipulability = self.manipulability(
16321625
q, J=J, startlink=startlink, endlink=endlink)
16331626
b = np.linalg.inv(J @ np.transpose(J))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy