Skip to content

Latest commit

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

AutoSumo Tag Server

Recognizes arena boundaries and robot locations using apriltags and publishes them on a websocket.

flowchart TD
web["🌐 Web Interface"] -->|uploads code| code-server[("💾 Code Server\n(this)")]
code-server -->|highlight data| web
code-server -->|downloads code| bot-server["💻 Bot Server"]
bot-server -->|highlight data| code-server
bot-server -->|motor instructions| robot["🤖 Robot"]
robot -->|sensor data| bot-server
tag-server["📷 Tag Server\n(this)"] -->|apriltag positions| bot-server
style tag-server stroke-width:2px,stroke-dasharray: 5 5,stroke:#3b82f6
click web "https://github.com/AutoSumo/web"
click code-server "https://github.com/AutoSumo/code-server"
click bot-server "https://github.com/AutoSumo/server"
click robot "https://github.com/AutoSumo/robot"
Loading

The arena uses apriltags to mark the corners of the arena. This means no calibration is necessary, regardless of perspective:

perspective.mp4

The tag server draws an ellipse constrained to the edges of the quadrilateral detected from the tags:

auto-adjust.mp4

It marks other tags as green/red depending on whether they are in/out of the arena:

demo.mp4

About

📷 Recognizes arena boundaries and robot locations using apriltags and publishes them on a websocket

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages