Commit f7d347eb authored by Takumi Amano's avatar Takumi Amano 💬
Browse files

[fix]ドリブルの判定条件を修正

parent 9b41a853
......@@ -135,7 +135,6 @@ get_kick_log <- function(action,goal) {
abs(target_ball_x) > 54 & abs(target_ball_y) < 12)) %>%
dplyr::mutate(dribble = (
(!shoot)&
(!dribble_scc)&
(!pass_scc)&
(dribble_scc |
(!shoot) & (a_tackle_scc)|
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment