The way to implement PID control and InverseKinematics on PR2 model in Gazebo
Hi. I am trying to implement the code that makes PR2 model's arm and gripper pick and place objects with PID control and InverseKInematics on Gazebo simulation.
[Simulation environment]Ubuntu 14.04LTS + ROS indigo
I already read following tutorial and I could implemented PID control by using pr2_mechanism. http://wiki.ros.org/pr2_mechanism/Tut...
However, for InverseKInematics, I could not a find tutorial to implement inversekinematics by using pr2_mechanism. Does anyone know where I can find the tutorial? Should I use Moveit?