Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Schade <[email protected]>
  • Loading branch information
rodja and pascalzauberzeug committed Jul 11, 2024
1 parent 8f215f1 commit 5b97b7d
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 @@ -33,7 +33,7 @@ async def start_workflow(self) -> bool:
open_drill = False
if self.drill_with_open_tornado:
open_drill = True
await self.system.puncher.punch(y=self.next_punch_y_position, angle=self.tornado_angle, with_open_tornado=open_drill)
await self.system.puncher.punch(y=self.next_punch_y_position, angle=self.tornado_angle, with_open_tornado=open_drill)
# TODO remove weeds from plant_provider and increment kpis (like in Weeding Screw)
if isinstance(self.system.detector, rosys.vision.DetectorSimulation):
# remove the simulated weeds
Expand Down

0 comments on commit 5b97b7d

Please sign in to comment.