def planMore(self, *args): """ planMore(PlannerInterface self, int iterations) void PlannerInterface::planMore(int iterations) """ return _motionplanning.PlannerInterface_planMore(self, *args)
def planMore(self, iterations): """ planMore(PlannerInterface self, int iterations) """ return _motionplanning.PlannerInterface_planMore(self, iterations)
def planMore(self, iterations): """ Args: iterations (int) """ return _motionplanning.PlannerInterface_planMore(self, iterations)