Skip to content

Commit

Permalink
Remove weedy area
Browse files Browse the repository at this point in the history
  • Loading branch information
angelom93 committed May 6, 2024
1 parent 7288c46 commit 12e21cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion field_friend/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def watch_robot() -> None:
self.kpi_provider.increment_on_rising_edge('low_battery', self.field_friend.bms.is_below_percent(10.0))

self.puncher = Puncher(self.field_friend, self.driver, self.kpi_provider)
self.big_weed_category_names = ['big_weed', 'thistle', 'orache', 'weedy_area', ]
self.big_weed_category_names = ['big_weed', 'thistle', 'orache',]
self.small_weed_category_names = ['coin', 'weed',]
self.crop_category_names = ['coin_with_hole', 'crop', 'sugar_beet', 'onion', 'garlic', ]
self.plant_locator = PlantLocator(self.usb_camera_provider,
Expand Down

0 comments on commit 12e21cb

Please sign in to comment.