Skip to content

Commit

Permalink
Correct comments in RobotMap
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonBerkow committed Feb 27, 2017
1 parent 5c7fae0 commit 6688b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/edu/stuy/robot/RobotMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ public interface RobotMap {
double CAMERA_TILT_ANGLE = 34;
double CAMERA_DIST_TO_BOT_FRONT = 28.0; // from camera to low omniwheel on arm when arm lowered

double CAMERA_VIEWING_ANGLE_X = 61; // angular height of frame
double CAMERA_VIEWING_ANGLE_Y = 34.3; // angular width of frame
double CAMERA_VIEWING_ANGLE_X = 61; // angular width of frame
double CAMERA_VIEWING_ANGLE_Y = 34.3; // angular height of frame
double LAYUP_SHOOTING_DISTANCE = 3.8 * 12.0; // front omniwheel (on arm) 4 ft from tower
double COURTYARD_SHOOTING_DISTANCE = 103.1; // front omniwheel (on arm) 8 ft from tower

Expand Down

0 comments on commit 6688b62

Please sign in to comment.