Ejemplo n.º 1
0
    def getStats(self):
        """
        getStats(PlannerInterface self) -> PyObject *

        PyObject *
        PlannerInterface::getStats() 
        """
        return _motionplanning.PlannerInterface_getStats(self)
Ejemplo n.º 2
0
 def getStats(self):
     """
     Returns:
         (:obj:`object`):
     """
     return _motionplanning.PlannerInterface_getStats(self)