Skip to content

Commit

Permalink
New starting positions in Initial (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: Gijs de Jong <[email protected]>
  • Loading branch information
Fyor and oxkitsune authored Jul 5, 2023
1 parent 47d2d2d commit 2ee8ee4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 10 deletions.
18 changes: 9 additions & 9 deletions etc/configuration/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"wee_sound": {
"timeout": {
"nanos": 0,
"secs": 3
"nanos": 0,
"secs": 3
}
},
"ball_detection": {
Expand Down Expand Up @@ -521,24 +521,24 @@
"initial_hypothesis_score": 10.0,
"initial_poses": {
"one": {
"center_line_offset_x": -3.0,
"center_line_offset_x": -2.8499999046325684,
"side": "Left"
},
"two": {
"center_line_offset_x": -2.0,
"center_line_offset_x": -1.375,
"side": "Left"
},
"three": {
"center_line_offset_x": -2.0,
"center_line_offset_x": -2.8499999046325684,
"side": "Right"
},
"four": {
"center_line_offset_x": -1.0,
"side": "Left"
"center_line_offset_x": -0.75,
"side": "Right"
},
"five": {
"center_line_offset_x": -1.0,
"side": "Right"
"center_line_offset_x": -0.75,
"side": "Left"
}
},
"line_length_acceptance_factor": 1.5,
Expand Down
27 changes: 26 additions & 1 deletion etc/configuration/head.P0000074A04S8C700011.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,30 @@
]
}
},
"player_number": "Two"
"disable_communication_acceptor": true,
"localization": {
"initial_poses": {
"five": {
"center_line_offset_x": -0.75,
"side": "Left"
},
"four": {
"center_line_offset_x": -0.75,
"side": "Right"
},
"one": {
"center_line_offset_x": -3.900000095367432,
"side": "Left"
},
"three": {
"center_line_offset_x": -2.8499999046325684,
"side": "Right"
},
"two": {
"center_line_offset_x": -2.8499999046325684,
"side": "Left"
}
}
},
"player_number": "One"
}

0 comments on commit 2ee8ee4

Please sign in to comment.