A simple problem; I need to walk to an exact coordinate. When using any CoordinatePath subclasses (BresenhamPath, PredefinedPath, RegionPath) I typically walk to a near-by tile, and not to the exact coordinate specified. I tried setSetpDeviation to 0, but that did not help.
I have had more...