public CombinedHeuristic(ObstacleGrid grid) { one = new NonholonomicRelaxed(grid); two = new ObstacleRelaxed(grid); }