|
hpp-manipulation-corba
4.12.0
Corba server for manipulation planning
|
Container of numerical constraints. More...


Public Member Functions | |
| def | __init__ (self, grasps=[], pregrasps=[], numConstraints=[], lockedJoints=[]) |
| def | __add__ (self, other) |
| def | __sub__ (self, other) |
| def | __iadd__ (self, other) |
| def | __isub__ (self, other) |
| def | empty (self) |
| def | grasps (self) |
| def | pregrasps (self) |
| def | numConstraints (self) |
| def | __str__ (self) |
Container of numerical constraints.
Numerical constraints are stored as
| def manipulation.constraints.Constraints.__init__ | ( | self, | |
grasps = [], |
|||
pregrasps = [], |
|||
numConstraints = [], |
|||
lockedJoints = [] |
|||
| ) |
| def manipulation.constraints.Constraints.__add__ | ( | self, | |
| other | |||
| ) |
| def manipulation.constraints.Constraints.__iadd__ | ( | self, | |
| other | |||
| ) |
| def manipulation.constraints.Constraints.__isub__ | ( | self, | |
| other | |||
| ) |
| def manipulation.constraints.Constraints.__str__ | ( | self | ) |
| def manipulation.constraints.Constraints.__sub__ | ( | self, | |
| other | |||
| ) |
| def manipulation.constraints.Constraints.empty | ( | self | ) |
| def manipulation.constraints.Constraints.grasps | ( | self | ) |
| def manipulation.constraints.Constraints.numConstraints | ( | self | ) |
| def manipulation.constraints.Constraints.pregrasps | ( | self | ) |