public class BestFirstSearchPlanStep extends SearchPlanStep
Contact: Don Brutzman (web.nps.navy.mil/~brutzman) brutzman@nps.navy.mil
cost, endPt, startPt, trackSpacing| Constructor and Description | 
|---|
| BestFirstSearchPlanStep(double startPsi,
                       double[] start,
                       double[] end,
                       double trackSpacing)Creates a new instance of BestFirstSearchPlanStep | 
public BestFirstSearchPlanStep(double startPsi,
                       double[] start,
                       double[] end,
                       double trackSpacing)
startPsi - heading of the vehicle upon starting this pointstart - a double[2] containing the (x, y) position prior to this stepend - a double[2] containing the (x, y) position following this steptrackSpacing - the distance (meters) between tracks during the searchpublic Object clone()
clone in class SearchPlanStep