Skip to content

Commit 26c9c2a

Browse files
committed
Extend the goal depth to the outer boundary
This will avoid that the ball gets behind the goal, where it is invisible and inaccessible.
1 parent 2302c37 commit 26c9c2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/simctl/geometry-div-a.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ field: <
22
field_length: 12000
33
field_width: 9000
44
goal_width: 1800
5-
goal_depth: 180
5+
goal_depth: 300
66
boundary_width: 300
77
field_lines: <
88
name: "TopTouchLine"
@@ -265,4 +265,4 @@ calib <
265265
derived_camera_world_tx: 3010
266266
derived_camera_world_ty: -0
267267
derived_camera_world_tz: 6000
268-
>
268+
>

internal/simctl/geometry-div-b.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ field: <
22
field_length: 9000
33
field_width: 6000
44
goal_width: 1000
5-
goal_depth: 180
5+
goal_depth: 300
66
boundary_width: 300
77
field_lines: <
88
name: "TopTouchLine"

0 commit comments

Comments
 (0)