Skip to content

πŸ“· Recognizes arena boundaries and robot locations using apriltags and publishes them on a websocket

License

Notifications You must be signed in to change notification settings

AutoSumo/tag-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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

License

Stars

Watchers

Forks

Languages