Exemple #1
0
 def __init__(self, *args):
     """__init__(PlannerInterface self, CSpaceInterface cspace) -> PlannerInterface"""
     this = _motionplanning.new_PlannerInterface(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Exemple #2
0
    def __init__(self, *args): 
        """
        __init__(PlannerInterface self, CSpaceInterface cspace) -> PlannerInterface

        PlannerInterface::PlannerInterface(const CSpaceInterface &cspace) 
        """
        this = _motionplanning.new_PlannerInterface(*args)
        try: self.this.append(this)
        except: self.this = this
Exemple #3
0
 def __init__(self, cspace):
     """
     Args:
         cspace (:class:`~klampt.CSpaceInterface`)
     """
     this = _motionplanning.new_PlannerInterface(cspace)
     try:
         self.this.append(this)
     except Exception:
         self.this = this
Exemple #4
0
 def __init__(self, cspace):
     """
     Args:
         cspace (:class:`~klampt.CSpaceInterface`)
     """
     this = _motionplanning.new_PlannerInterface(cspace)
     try:
         self.this.append(this)
     except Exception:
         self.this = this
Exemple #5
0
 def __init__(self, *args): 
     this = _motionplanning.new_PlannerInterface(*args)
     try: self.this.append(this)
     except: self.this = this