Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 432 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 432 Bytes

This project uses the pupil-apriltags library to recognize AprilTags and identify their pose cross-platform using Python. The goal of this project is to open a camera connected to a Raspberry Pi, and, with minimal latency, recognize the pose of AprilTags in frame, and send the data to a connected client (ex. RoboRiO) via NetworkTables or WebSockets.

#Requirements

  • pupil-apriltags
  • python3
  • opencv2
  • cmake
  • numpy