mathmad2008 - 2013-01-07

Please use this format:

var_type::nickname | (explanation)

available var_types: 1 = number (Java's int), 2 = short text (16 chars max), 3 = long text (256 chars max), 4 = boolean (Java's boolean))

nickname must be 16 characters or less


Here's what I have so far:

Category: Match Info
2::username | (name of person scouting)
1::teamnumber | (max. four digits)
4::teamcolor | (true --> blue, false --> red)
1::matchnumber | (pretty self-explanatory)
4::realmatch | (true --> normal match, false --> practice match)
4::victory | (true --> win, false --> loss)

Category: Autonomous and Teleoperated
1::atopgoals | (auto frisbees made in the top goal)
1::atopfails | (auto frisbees that missed the top goal)
1::amidgoals | (auto frisbees made in the middle goal)
1::amidfails | (auto frisbees that missed the middle goal)
1::alowgoals | (auto frisbees made in the lower goal)
1::alowfails | (auto frisbees that missed the lower goal)
1::ttopgoals | (teleop frisbees made in the top goal)
1::ttopfails | (teleop frisbees that missed the top goal)
1::tmidgoals | (teleop frisbees made in the middle goal)
1::tmidfails | (teleop frisbees that missed the middle goal)
1::tlowgoals | (teleop frisbees made in the lower goal)
1::tlowfails | (teleop frisbees that missed the lower goal)
1::tpyrgoals | (teleop frisbees made in the pyramid goal)
1::tpyrfails | (teleop frisbees that missed the pyramid goal)

**Category: Endgame, Ratings, and Fouls
1::climblevel | (level in which the lowest point of the robot was at the end of the match)
1::climbtime | (approx. time in seconds taken to climb to desired level)
1::autrating | (rating of autonomous skills 1-5)
1::offrating | (rating of offensive skills 1-5)
1::defrating | (rating of defensive skills 1-5)
1::endrating | (rating of endgame skills 1-5)
1::normfouls | (normal fouls made - worth -3 points)
3::normfouldesc | (brief description of normal fouls made)
1::techfouls | (technical fouls made - worth -20 points)
3::techfouldesc | (brief description of technical fouls made)

Category: Opinions/Specs
1::drivetrain | (type of drive train)
1::motors | (number of motors)
2::wheelmaterial | (wheel traction material)
4::complexdesign | (whether the robot is complex)
3::expectation | (team opinion of their own strengths/weaknesses)
3::comments | (other comments, including reflections on the expectations)

 

Last edit: mathmad2008 2013-02-04