- 0.8.0
- 0.8.2
- latest_stable
- Documentation version: 0.6.6
convexdecompositionpy Module¶
- openravepy.convexdecompositionpy.computeConvexDecomposition((object)vertices, (object)indices[, (float)skinWidth[, (int)decompositionDepth[, (int)maxHullVertices[, (float)concavityThresholdPercent[, (float)mergeThresholdPercent[, (float)volumeSplitThresholdPercent[, (bool)useInitialIslandGeneration[, (bool)useIslandGeneration]]]]]]]]) → object :¶
John Ratcliff’s Convex Decomposition
- C++ signature :
- boost::python::api::object computeConvexDecomposition(boost::multi_array<float, 2ul, std::allocator<float> >,boost::multi_array<int, 2ul, std::allocator<int> > [,float [,unsigned int [,unsigned int [,float [,float [,float [,bool [,bool]]]]]]]])
Questions/Feedback
Having problems with OpenRAVE?
- Search for information in the archives of the openrave-users mailing list, or post a question.
- If you notice errors , please open a ticket and let us know!
