Exemplo n.º 1
0
    def setCostFunction(self, edgeCost=None, terminalCost=None):
        """
        setCostFunction(PlannerInterface self, PyObject * edgeCost=None, PyObject * terminalCost=None)
        setCostFunction(PlannerInterface self, PyObject * edgeCost=None)
        setCostFunction(PlannerInterface self)



        """
        return _motionplanning.PlannerInterface_setCostFunction(self, edgeCost, terminalCost)
Exemplo n.º 2
0
    def setCostFunction(self, edgeCost=None, terminalCost=None):
        """
        setCostFunction (edgeCost=None,terminalCost=None)

        setCostFunction (edgeCost=None)

        setCostFunction ()


        Args:
            edgeCost (:obj:`object`, optional): default value None
            terminalCost (:obj:`object`, optional): default value None
        """
        return _motionplanning.PlannerInterface_setCostFunction(self, edgeCost, terminalCost)