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) |
|
def | buildStrictPlacement (self, o) |
| This implements strict placement manifolds, where the parameterization constraints is the complement of the placement constraint. More...
|
|
def | buildRelaxedPlacement (self, o) |
| This implements relaxed placement manifolds, where the parameterization constraints is the LockedJoint of the object root joint. 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) |
|
def | g (self, gripper, handle, what) |
|
def | getPlacement (self, object) |
|
def | p (self, object, what) |
|
|
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 |
|
) |
| |
def manipulation.constraint_graph_factory.ConstraintFactory.buildPlacement |
( |
|
self, |
|
|
|
o |
|
) |
| |
def manipulation.constraint_graph_factory.ConstraintFactory.buildRelaxedPlacement |
( |
|
self, |
|
|
|
o |
|
) |
| |
def manipulation.constraint_graph_factory.ConstraintFactory.buildStrictPlacement |
( |
|
self, |
|
|
|
o |
|
) |
| |
tuple manipulation.constraint_graph_factory.ConstraintFactory.gfields = ('grasp', 'graspComplement', 'preGrasp') |
|
static |
manipulation.constraint_graph_factory.ConstraintFactory.graph |
tuple manipulation.constraint_graph_factory.ConstraintFactory.pfields = ('placement', 'placementComplement', 'prePlacement') |
|
static |
manipulation.constraint_graph_factory.ConstraintFactory.strict |