team4909 / 2018-Core

2018 Scouting Platform
MIT License
10 stars 3 forks source link

JSON Document for Collected Metrics #42

Closed roshanr10 closed 6 years ago

roshanr10 commented 6 years ago

I would like to make an example JSON document reflecting all of the below metrics that we decided upon.

jaspercoughlin commented 6 years ago
{
   "event_key": "2018marea",
   "match_number": 1,
   "match_type": "SF",
   "match_type_number": 2,
   "team_number": 4909,
   "scout_team": 3467,
   "scout_initials": "JC",

    "auto_crossed_line": 1,
    "auto_cubes_on_switch": 1,
    "auto_cubes_on_scale":1,
    "auto_cubes_exchanged":1,

    "teleop_cubes_on_switch": 1,
    "teleop_cubes_on_scale": 1,
    "teleop_cubes_exchanged": 1,
    "teleop_cubes_from_portal": 1,
    "teleop_cubes_from_floor": 1,
    "teleop_cubes_dropped": 0,

    "endgame_climbed": 1,
    "endgame_lifted_others": 1,

    "comments_accurate_cube_placer": 1,
    "comments_opponent_auto": 0,
    "comments_not_present": 0,
    "comments_disabled": 0,
    "comments_robot_failure": 0,
    "comments_top_heavy": 0,
    "comments_reckless_driving": 0,
    "comments_foul": 0,
    "comments_card": 0
}