Skip to content

Commit 1424cbf

Browse files
committed
isrevolute now a property
1 parent 86f3c54 commit 1424cbf

File tree

1 file changed

+1
-1
lines changed
  • roboticstoolbox/robot

1 file changed

+1
-1
lines changed

roboticstoolbox/robot/IK.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def ikine_LMS(
404404
tcount = 0 # Total iteration count
405405

406406
# bool vector indicating revolute joints
407-
revolutes = np.array([link.isrevolute() for link in self])
407+
revolutes = np.array([link.isrevolute for link in self])
408408

409409
q = q0
410410
for Tk in T:

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