Add rolling friction, set rolling friction coefficient from urdf, and set up two point contact experiment.

This commit is contained in:
yunfeibai
2016-08-30 11:19:23 -07:00
parent c741b17da8
commit d784c61b61
9 changed files with 536 additions and 24 deletions

View File

@@ -16,6 +16,11 @@ subject to the following restrictions:
#ifndef GRIPPER_GRASP_EXAMPLE_H
#define GRIPPER_GRASP_EXAMPLE_H
enum GripperGraspExampleOptions
{
eGRIPPER_GRASP=1,
eTWO_POINT_GRASP=2,
};
class CommonExampleInterface* GripperGraspExampleCreateFunc(struct CommonExampleOptions& options);