Difference between revisions of "STEAMworks Meeting - 28-Jan-2017"

From DEW Robotics
Jump to: navigation, search
(Strategy)
(Programming)
Line 7: Line 7:
  
 
==Programming==
 
==Programming==
 +
Began testing and tuning on completed shooter design.
 +
 +
Explored ways to calculate distance using the vertical center of the target.
 +
Came up with this equation: Distance = (TARGET_HEIGHT-CAMERA_HEIGHT)/tan(CAMERA_ANGLE - FOV/2 + FOV*centerY/VERTICAL_RESOLUTION)
 +
 +
Collected vision outputs at various distances and found a curve that fits the above equation very closely. -Matt
  
 
==Strategy==
 
==Strategy==

Revision as of 04:48, 29 January 2017

<< PREVIOUS -- NEXT>>
PHOTOS

CAD & Design

Mechanical

Programming

Began testing and tuning on completed shooter design.

Explored ways to calculate distance using the vertical center of the target. Came up with this equation: Distance = (TARGET_HEIGHT-CAMERA_HEIGHT)/tan(CAMERA_ANGLE - FOV/2 + FOV*centerY/VERTICAL_RESOLUTION)

Collected vision outputs at various distances and found a curve that fits the above equation very closely. -Matt

Strategy

Scouting (past week): We had a video call with 2834 about scouting and tableau. We discussed the difficulties each of our teams were finding with scouting and discussed possible solutions. The need of scouts for Westtown was announced, along with a mention of the roles that would be added in the coming season.

Scouting App (past week): All we have left for the app is low goal scoring, field position, and fouls. Bluetooth is mostly implemented and now just needs to be tested. We still have to work on sending the data to Google sheets/server. Blue alliance integration is finished and just needs to be tested.

Field Elements

Communications

Other

<< PREVIOUS -- NEXT>>