Location feedStartLocation = this.feedStartLocation;
Location feedEndLocation = this.feedEndLocation;
pickLocation = this.location;
// Move the actuator to the feed start location at safeZ
actuator.moveTo(feedStartLocation.derive(null, null, Double.NaN, Double.NaN), 1.0);
// move to start of movement position
actuator.moveTo(feedStartLocation.derive(null, null, null, Double.NaN), 1.0);
// move to final laser activation position