Using IKFast for Denso [closed]
Hi,
I have loaded denso robot into Gazebo with a camera attached to its end-effector. You can see my files here.
Now, I have the robot end-effector command in the Cartesian space (x, y, z, theta(orientation around z axis)). I want the Jacobian matrix to transform the command I mentioned to obtain joints velocity. After that by integration I will have joints position and I can input these positions to the desired robot configuration.
My question is how to use IKFast from here to get the Jacobian matrix. Is it possible?
I don't know whether it is correct or not. As I understood, I need something like this page.
The distro of my ROS is indigo running on Ubuntu 14.04.