Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 338 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 338 Bytes

Vision 2024

Vision subsystem for detecting Apriltags. Gets input from a camera and uses Apriltag library to get Tag Rotation and Translation. It starts a server for a client to get the data from the detections.

Setup

  1. Install apriltag C lib
  2. Update paths in build.env
  3. Load the build.env into terminal
  4. Run Cargo Check