Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalzauberzeug committed Dec 9, 2024
1 parent 8f65bf5 commit 7d7f4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions field_friend/automations/navigation/field_navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ async def _run_approaching_row_start(self) -> State:
await rosys.sleep(2)
return State.FOLLOWING_ROW

# TODO: growing error because of the threshold
async def turn_to_yaw(self, target_yaw: float, angle_threshold: float | None = None) -> None:
if angle_threshold is None:
angle_threshold = np.deg2rad(1.0)
Expand Down

0 comments on commit 7d7f4f1

Please sign in to comment.