Skip to content

Commit

Permalink
Tune Kick Decisions for Penalty Shootout (HULKs#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidma authored Jul 16, 2024
1 parent 0d9f829 commit 1074f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/parameters/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,14 +1037,14 @@
"forward": {
"position": [-0.16, -0.04],
"orientation": 0.0,
"reached_thresholds": [0.02, 0.01, 0.15],
"reached_thresholds": [0.02, 0.01, 0.05],
"shot_distance": 4.0,
"enabled": true
},
"turn": {
"position": [-0.145, -0.08],
"orientation": 0.9,
"reached_thresholds": [0.03, 0.03, 0.15],
"reached_thresholds": [0.03, 0.03, 0.1],
"shot_distance": 3.5,
"enabled": true
},
Expand Down

0 comments on commit 1074f37

Please sign in to comment.