Find end effector pose from joint state
Hi, I am trying to get the end effector Cartesian point from a list of joint states. I used a solution I found in a different answer here (https://answers.ros.org/question/2806...) and used the pykdl_utils package (http://wiki.ros.org/pykdl_utils) It worked fine but what I got back from there was a 4*4 matrix, and im not sure how to convert this matrix to position and orientation coordinates that I can use in moveit.
Thanks