Is there way to get Jacobian (or manipulability) in python with MoveIt?
I'm using compute_ik service in Python, but I wonder if I can get Jacobian matrix (actually I want manipulability). I want to check if the IK solution is healthy with the specified pose. I know I can do it in C++, but I'd be happy if I can quickly check it in Python. Thanks.
Edit: We are currently working on the pull requset.
Asked by longjie0723 on 2019-06-03 20:50:48 UTC
Answers
Now we have get_jacobian_matrix function in Python. https://github.com/ros-planning/moveit/pull/1501
Asked by longjie0723 on 2019-06-21 21:05:30 UTC
Comments
Congratulations
Asked by jayess on 2019-06-22 11:18:33 UTC
Comments