Skip to content

Commit

Permalink
Change tornado log
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalzauberzeug committed Jan 24, 2025
1 parent f39e27b commit a8779bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion field_friend/automations/implements/tornado.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def get_stretch(self, max_distance: float) -> float: # pylint: disable=to
self.log.debug('Target crop is not in the working area')
return self.WORKING_DISTANCE
if closest_crop_position.x >= self.system.field_friend.WORK_X + self.WORKING_DISTANCE:
self.log.debug('Closest crop is not on the working x-axis')
self.log.debug('Closest crop not yet in range')
return self.WORKING_DISTANCE
if self._crops_in_drill_range(closest_crop_id, closest_crop_position.projection(), self.tornado_angle):
self.log.debug('Crops in drill range')
Expand Down

0 comments on commit a8779bf

Please sign in to comment.