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.