Default implementation of ConstraintFactoryAbstract.
More...
|
def | __init__ (self, graphfactory, graph) |
|
def | buildGrasp (self, g, h) |
| Calls ConstraintGraph.createGraph and ConstraintGraph.createPreGrasp. More...
|
|
def | buildPlacement (self, o) |
| This implements placement manifolds, where the parameterization constraints is the complement of the placement constraint. More...
|
|
def | __init__ (self, graphfactory) |
|
def | buildGrasp (self, g, h) |
| Function called to create grasp constraints. More...
|
|
def | buildPlacement (self, o) |
| Function called to create placement constraints. More...
|
|
def | getGrasp (self, gripper, handle) |
| Get constraints relative to a grasp. More...
|
|
def | g (self, gripper, handle, what) |
| Get constraints relative to a grasp. More...
|
|
def | getPlacement (self, object) |
| Get constraints relative to an object placement. More...
|
|
def | p (self, object, what) |
| Get constraints relative to a placement. More...
|
|
|
tuple | gfields = ('grasp', 'graspComplement', 'preGrasp') |
|
tuple | pfields = ('placement', 'placementComplement', 'prePlacement') |
|
Default implementation of ConstraintFactoryAbstract.
◆ __init__()
def manipulation.constraint_graph_factory.ConstraintFactory.__init__ |
( |
|
self, |
|
|
|
graphfactory, |
|
|
|
graph |
|
) |
| |
◆ buildGrasp()
def manipulation.constraint_graph_factory.ConstraintFactory.buildGrasp |
( |
|
self, |
|
|
|
g, |
|
|
|
h |
|
) |
| |
Calls ConstraintGraph.createGraph and ConstraintGraph.createPreGrasp.
- Parameters
-
g | gripper string |
h | handle string |
◆ buildPlacement()
def manipulation.constraint_graph_factory.ConstraintFactory.buildPlacement |
( |
|
self, |
|
|
|
o |
|
) |
| |
This implements placement manifolds, where the parameterization constraints is the complement of the placement constraint.
- Parameters
-
◆ gfields
tuple manipulation.constraint_graph_factory.ConstraintFactory.gfields = ('grasp', 'graspComplement', 'preGrasp') |
|
static |
◆ graph
manipulation.constraint_graph_factory.ConstraintFactory.graph |
◆ pfields
tuple manipulation.constraint_graph_factory.ConstraintFactory.pfields = ('placement', 'placementComplement', 'prePlacement') |
|
static |
The documentation for this class was generated from the following file: