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
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a deep copy of the plan step, implements Cloneable
|
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