Force control with proper force sensor
Hi there,
I have questions about force control of manipulator.
1. Which sensor is recommended to measure external force applied to fingertip,
force sensor, contact sensor or other one ?
2. How can I implement the recommended sensor ? Any good example or tutorial ?
3. Anybody who has done that before ?
Here, external force -> measured force between robot's fingertip and a rigid object like a table.
gazebo::physics::JointWrench seems to provide what I want, but it's placed at joint, not link.
Sensor which can be put on link is preferable.
Also, I know gazebo::physics::joint::GetForce provide joint torques.
However it's not what I want.
Thank you very much.
Have you solved your problem? I want to know how to deal with it as well, thanks!