Exemple #1
0
 public CombinedHeuristic(ObstacleGrid grid)
 {
     one = new NonholonomicRelaxed(grid);
     two = new ObstacleRelaxed(grid);
 }