Go to the documentation of this file.00001
00019 #ifndef URDF2GRASPIT_CONTACTFUNCTIONS_H
00020 #define URDF2GRASPIT_CONTACTFUNCTIONS_H
00021
00022 #include <vector>
00023
00044 extern void setUpFrictionEllipsoid(unsigned int numLatitudes, unsigned int numDirs[], double phi[],
00045 double eccen[], unsigned int& numFrictionEdges, std::vector<double>& frictionEdges);
00046
00047
00048
00056 extern void setUpSoftFrictionEdges(unsigned int& numEdges, std::vector<double>& frictionEdges);
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070 extern void setUpFrictionEdges(unsigned int& numEdges, std::vector<double>& frictionEdges);
00071
00072
00073
00074
00075 #endif // URDF2GRASPIT_CONTACTFUNCTIONS_H