Trying to grab and object from x and place it at x1 position using ROS + moveit.
Using
ROBOTIC ARM - KUKA KR10 Github
GRIPPER - Robotiq 3f Gripper Github
- Import mode - URDF IMPORT
- Patch - robot was not stable thus added inertia in the robots link + corrected some inertia value of grippers also.
- Added Material with friction to gripper + object in the video bellow
Gripper - dynamic friction 1.0 and static friction 1.0
pick place Object - dynamic friction 0.5 and static friction 0.5 + added mass of 300 gm to 1 kg
- changed force value of grippers joint
- Froce : 100 - 600 [ tried values ]
- damping : 40 - 100 [tried value range ]
- stifness : 800 - 100 [tried value range ]
ISSUE
- Object clipping when moving the robot
- Gripper is not stable when grasping any object.