Skip to content

Commit

Permalink
Update minimum_turning_radius and turn_offset values in Weeding class
Browse files Browse the repository at this point in the history
  • Loading branch information
angelom93 committed May 6, 2024
1 parent d473931 commit 5f165e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions field_friend/automations/weeding.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def __init__(self, system: 'System') -> None:
self.field: Optional[Field] = None
self.start_row_id: Optional[str] = None
self.end_row_id: Optional[str] = None
self.minimum_turning_radius: float = 0.5
self.turn_offset: float = 0.4
self.minimum_turning_radius: float = 1.8
self.turn_offset: float = 1.0

# workflow settings
self.only_monitoring: bool = False
Expand Down

0 comments on commit 5f165e7

Please sign in to comment.