Public Member Functions | |
| __init__ (self) | |
| __call__ (self, grasps) | |
| append (self, graspValidation) | |
Public Attributes | |
| graspValidations_ = list() | |
Class that stores grasp validation instances
| manipulation.constraint_graph_factory.GraspIsAllowed.__init__ | ( | self | ) |
Successively calls all the validation instances param grasps the set of grasp to validate return False if one validation fails, True otherwise
| manipulation.constraint_graph_factory.GraspIsAllowed.__call__ | ( | self, | |
| grasps ) |
| manipulation.constraint_graph_factory.GraspIsAllowed.append | ( | self, | |
| graspValidation ) |
| manipulation.constraint_graph_factory.GraspIsAllowed.graspValidations_ = list() |