Inverse Jacobian Matrix without moveit
Hello, I want to know please how can I get the jacobian matrix and its inversionvia ROS tools. I have calculated a jacobian matrix and applied the inversion using c++ code and I am getting wrong results. Can you please guide me solving this? I have to get at least a good way to make the inversion of my 6 by 6 jacobian matrix. For the moment, I am using the following code to get the inversion: [https://github.com/bluelul/InverseMat...] Thank you by advance!