Example #1
0
    def getPathEndpoints(self):
        """
        getPathEndpoints(PlannerInterface self) -> PyObject *

        PyObject *
        PlannerInterface::getPathEndpoints() 
        """
        return _motionplanning.PlannerInterface_getPathEndpoints(self)
Example #2
0
 def getPathEndpoints(self):
     """
     Returns:
         (:obj:`object`):
     """
     return _motionplanning.PlannerInterface_getPathEndpoints(self)