class documentation
class FutureScanLocation: (source)
Constructor: FutureScanLocation(xy_pos, **kwargs)
Data for information on future locations to scan.
This object is only used for internal calculation and data storage it shouldn't be an input or output of public methods.
| Method | __eq__ |
Check for equality, only checks the xy position. |
| Method | __init__ |
Initialise FutureScanLocation with an xy position. |
| Instance Variable | planner |
Undocumented |
| Property | xy |
The xy position tuple. |
| Instance Variable | _xy |
Undocumented |
Check for equality, only checks the xy position.
Will check against tuple or other FutureScanLocation object.
Initialise FutureScanLocation with an xy position.
| Parameters | |
xyXYPos | The (x, y) position to scan. |
**kwargs:Any | Any other information about the location. This will be passed through to the VisitedScanLocation object. |