AGHSEagleRobotics / frc1388-2023

0 stars 0 forks source link

Read AprilTags, go pickup distance from substation #56

Open isabellebowdey opened 1 year ago

isabellebowdey commented 1 year ago

Make auto code to stop a set distance from substation and pick up cones

jv65537 commented 1 year ago
  1. Need to define constant for robot distance from substation wall (Limelight position on robot to wall) which is optimal for wrist deployment for grabbing cones from substation.
  2. Need to review how to determine distance (c) from April tag using Limelight. And angle (B) to AprilTag (assuming robot is lined up with the wall. Then distance from wall (a) is simple trigonometry. a = c x cos(B)

Image

a = c × cos(β)