Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jul 12, 2024
1 parent b24ca73 commit 9d17922
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion field_friend/automations/implements/weeding_implement.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def _has_plants_to_handle(self) -> bool:
}

# keep crops safe by pushing weeds away so the implement does not accidentally hit a crop
# TODO: is not gonna work for tornado because of crop_safety_distance
for crop, crop_position in sorted_crops.items():
for weed, weed_position in upcoming_weed_positions.items():
offset = self.system.field_friend.DRILL_RADIUS + \
Expand Down

0 comments on commit 9d17922

Please sign in to comment.