Skip to content

Commit

Permalink
Extend the goal depth to the outer boundary
Browse files Browse the repository at this point in the history
This will avoid that the ball gets behind the goal, where it is invisible and inaccessible.
  • Loading branch information
g3force committed May 28, 2021
1 parent 2302c37 commit 26c9c2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/simctl/geometry-div-a.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ field: <
field_length: 12000
field_width: 9000
goal_width: 1800
goal_depth: 180
goal_depth: 300
boundary_width: 300
field_lines: <
name: "TopTouchLine"
Expand Down Expand Up @@ -265,4 +265,4 @@ calib <
derived_camera_world_tx: 3010
derived_camera_world_ty: -0
derived_camera_world_tz: 6000
>
>
2 changes: 1 addition & 1 deletion internal/simctl/geometry-div-b.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ field: <
field_length: 9000
field_width: 6000
goal_width: 1000
goal_depth: 180
goal_depth: 300
boundary_width: 300
field_lines: <
name: "TopTouchLine"
Expand Down

0 comments on commit 26c9c2a

Please sign in to comment.