<class 'spatialmath.pose3d.SE3'> #313
Unanswered
pinocchio-1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello :)
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,i'm a fresh man in this field. How can I convert <class 'spatialmath.pose3d.SE3'> to 4*4 numpy array (because I want to refer every single element of the fkine result ).Thank you very much.
For example:
T = myrobot.fkine(q)
print(T[1][3])-----ERROR
Beta Was this translation helpful? Give feedback.
All reactions