You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RL can also be used to model gripper kinematics. The files in rl-examples include a robot model with two arms and hands (rlsg\mekabot-torso-rightarm-righthand-leftarm-lefthand.xml and rlmdl\mekabot-torso-rightarm-righthand-leftarm-lefthand.xml), but you can also model simpler gripper kinematics, e.g., parallel grippers.
For a parallel gripper, each finger can be modeled via a prismatic joint. You can then either set each gripper finger joint position separately or you can use the model's gammaPosition matrix to have the second joint follow the value of the first joint.
Can rl handle gripper kinematics, such as the opening and closing of the gripper?
The text was updated successfully, but these errors were encountered: