예제 #1
0
    def feasibilityCost(self, *args):
        """
        feasibilityCost(CSpaceInterface self, char const * name) -> double

        Retrieves the empirical average cost of a given feasibility test. 
        """
        return _motionplanning.CSpaceInterface_feasibilityCost(self, *args)
예제 #2
0
    def feasibilityCost(self, name):
        """
        Retrieves the empirical average cost of a given feasibility test.  

        Args:
            name (str)
        Returns:
            (float):
        """
        return _motionplanning.CSpaceInterface_feasibilityCost(self, name)