This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================= | |
ALL MATCHES | |
======================= | |
Match Points: | |
total: 61349 (264.44) | |
auto: 13250 ( 57.11) | |
teleop: 46699 (201.29) | |
foul: 1660 ( 7.16) | |
adjust: -260 ( -1.12) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================= | |
ALL MATCHES | |
======================= | |
Match Points: | |
total: 884715 (191.00) | |
auto: 170389 ( 36.79) | |
teleop: 677216 (146.20) | |
foul: 37775 ( 8.16) | |
adjust: -665 ( -0.14) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================= | |
ALL MATCHES | |
======================= | |
Match Points: | |
total: 27474 (193.48) | |
auto: 5709 ( 40.20) | |
teleop: 20840 (146.76) | |
foul: 1180 ( 8.31) | |
adjust: -255 ( -1.80) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================= | |
ALL MATCHES | |
======================= | |
Match Points: | |
total: 933823 (213.79) - 636254 (+ 28.5) | |
auto: 186971 ( 42.80) - 107053 (+ 8.1) | |
teleop: 715461 (163.80) - 492512 (+ 21.2) | |
foul: 33375 ( 7.64) - 35375 (- 0.5) | |
adjust: -1984 ( -0.45) - 1314 (- 0.4) | |
Mobility Points: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================= | |
ALL MATCHES | |
======================= | |
Match Points: | |
total: 2565689 (195.38) | |
auto: 494192 ( 37.63) | |
teleop: 1969621 (149.99) | |
foul: 105040 ( 8.00) | |
adjust: -3164 ( -0.24) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Team | Event | Event Name | |
58 | 2017week0 | Week 0 | |
78 | 2017week0 | Week 0 | |
88 | 2017week0 | Week 0 | |
125 | 2017week0 | Week 0 | |
157 | 2017week0 | Week 0 | |
173 | 2017ctss | Suffield Shakedown Scrimmage | |
177 | 2017ctss | Suffield Shakedown Scrimmage | |
178 | 2017ctss | Suffield Shakedown Scrimmage | |
181 | 2017ctss | Suffield Shakedown Scrimmage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================= | |
ALL MATCHES | |
======================= | |
Match Points: | |
total: 1184542 (230.37) - 1381147 (+ 35.0) | |
auto: 236724 ( 46.04) - 257468 (+ 8.4) | |
teleop: 909581 (176.89) - 1060040 (+ 26.9) | |
foul: 39415 ( 7.67) - 65625 (- 0.3) | |
adjust: -1178 ( -0.23) + 1986 (= 0.0) | |
Mobility Points: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================= | |
ALL MATCHES | |
======================= | |
Match Points: | |
total: 1028638 (261.08) - 3765148 (+ 48.2) | |
auto: 212594 ( 53.96) - 731358 (+ 12.1) | |
teleop: 790741 (200.70) - 2884471 (+ 37.5) | |
foul: 26235 ( 6.66) - 153665 (- 1.3) | |
adjust: -932 ( -0.24) + 4346 (= 0.0) | |
Mobility Points: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================= | |
ALL MATCHES | |
======================= | |
Match Points: | |
total: 5798594 (231.02) | |
auto: 1181982 ( 47.09) | |
teleop: 4423922 (176.25) | |
foul: 199165 ( 7.93) | |
adjust: -6475 ( -0.26) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <string.h> | |
#include <stdio.h> | |
#include <openssl/bio.h> | |
#include <openssl/evp.h> | |
#include <assert.h> | |
typedef struct { | |
char *test_string; | |
} Config; |