public class ParallelTrackSearchPlanner extends TrackedSearchPlanner implements Runnable
pd, sweepWidth, trackSpacing
plan, searchArea, startPoint
Constructor and Description |
---|
ParallelTrackSearchPlanner(GeoArea searchArea,
double S,
double PD,
double[] startPosit)
Creates a new instance of EspandingSquareSearchPlanner
The planned search will provide for a search focused on the centroid of the area
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Implements the Runnable interface, generates the actual expanding square pattern
|
setRequiredPD, setSweepWidth, setTrackSpacing
getPlan, getRunTime, setRunTime
public ParallelTrackSearchPlanner(GeoArea searchArea, double S, double PD, double[] startPosit)
searchArea
- geographic area that is to be searchedS
- PD
- startPosit
- double[2] defining the vehicle's position at the beginning of the searchpublic void run()
run
in interface Runnable
run
in class TrackedSearchPlanner