|
hpp-manipulation-corba
4.14.0
Corba server for manipulation planning
|


Public Member Functions | |
| def | __init__ (self, graphfactory, graph) |
| def | buildGrasp (self, g, h) |
| def | buildPlacement (self, o) |
Public Member Functions inherited from manipulation.constraint_graph_factory.ConstraintFactoryAbstract | |
| def | __init__ (self, graphfactory) |
| def | getGrasp (self, gripper, handle) |
| def | g (self, gripper, handle, what) |
| def | getPlacement (self, object) |
| def | p (self, object, what) |
Public Attributes | |
| graph | |
Public Attributes inherited from manipulation.constraint_graph_factory.ConstraintFactoryAbstract | |
| graphfactory | |
Static Public Attributes | |
| tuple | gfields = ("grasp", "graspComplement", "preGrasp") |
| tuple | pfields = ("placement", "placementComplement", "prePlacement") |
Default implementation of ConstraintFactoryAbstract
| def manipulation.constraint_graph_factory.ConstraintFactory.__init__ | ( | self, | |
| graphfactory, | |||
| graph | |||
| ) |
| def manipulation.constraint_graph_factory.ConstraintFactory.buildGrasp | ( | self, | |
| g, | |||
| h | |||
| ) |
Calls ConstraintGraph.createGraph and ConstraintGraph.createPreGrasp \\param g gripper string \\param h handle string \note if the grasp constraint already exists, it is not created.
Reimplemented from manipulation.constraint_graph_factory.ConstraintFactoryAbstract.
| def manipulation.constraint_graph_factory.ConstraintFactory.buildPlacement | ( | self, | |
| o | |||
| ) |
This implements placement manifolds, where the parameterization constraints is the complement of the placement constraint. \\param o string
Reimplemented from manipulation.constraint_graph_factory.ConstraintFactoryAbstract.
|
static |
| manipulation.constraint_graph_factory.ConstraintFactory.graph |
|
static |