Skip to content

Commit

Permalink
tweaked config variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Willtura committed Jun 12, 2024
1 parent 152fdf0 commit a28364d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion configs/config.defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ parking:
kart_length: 1300
angle_threshold: 230
rightmost_point_max: 320
corner_angle: 245
corner_angle: 240

side_angles:
right: [265, 275]
Expand Down
1 change: 0 additions & 1 deletion src/object_recognition/handlers/parking_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def wait_for_wall(self) -> None:
config["parking"]["free_side"]["max_distance"],
):
time.sleep(0.1)
# TODO:: Check for multiple frames

self.wait_for_opening()

Expand Down

0 comments on commit a28364d

Please sign in to comment.