Public Member Functions | |
| __init__ (self, grasps=[], pregrasps=[], numConstraints=[], lockedJoints=[]) | |
| __add__ (self, other) | |
| __sub__ (self, other) | |
| __iadd__ (self, other) | |
| __isub__ (self, other) | |
| empty (self) | |
| grasps (self) | |
| pregrasps (self) | |
| numConstraints (self) | |
| __str__ (self) | |
Protected Attributes | |
| _grasps = set(grasps) | |
| _pregrasps = set(pregrasps) | |
| _numConstraints = set(numConstraints) | |
Container of numerical constraints Numerical constraints are stored as \\li grasp, \\li pregrasp, or \\li numerical constraint,
| manipulation.constraints.Constraints.__init__ | ( | self, | |
| grasps = [], | |||
| pregrasps = [], | |||
| numConstraints = [], | |||
| lockedJoints = [] ) |
| manipulation.constraints.Constraints.__add__ | ( | self, | |
| other ) |
| manipulation.constraints.Constraints.__iadd__ | ( | self, | |
| other ) |
| manipulation.constraints.Constraints.__isub__ | ( | self, | |
| other ) |
| manipulation.constraints.Constraints.__str__ | ( | self | ) |
| manipulation.constraints.Constraints.__sub__ | ( | self, | |
| other ) |
| manipulation.constraints.Constraints.empty | ( | self | ) |
| manipulation.constraints.Constraints.grasps | ( | self | ) |
| manipulation.constraints.Constraints.numConstraints | ( | self | ) |
| manipulation.constraints.Constraints.pregrasps | ( | self | ) |
|
protected |
|
protected |
|
protected |