Location feedStartLocation = this.feedStartLocation;
Location feedEndLocation = this.feedEndLocation;
pickLocation = this.location;
if (visionOffset != null) {
feedStartLocation = feedStartLocation.subtract(visionOffset);
feedEndLocation = feedEndLocation.subtract(visionOffset);
pickLocation = pickLocation.subtract(visionOffset);
}
// Move the actuator to the feed start location.
actuator.moveTo(feedStartLocation.derive(null, null, Double.NaN, Double.NaN), 1.0);