Skip to content
/ web Public

🌐 Web interface using Google Blockly to generate and upload javascript code to the AutoSumo code server

License

Notifications You must be signed in to change notification settings

AutoSumo/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AutoSumo Web Frontend

AutoSumo user interface

Web interface using Google Blockly to generate and upload javascript code to the AutoSumo code server.

Includes robot-specific blocks and example code to drive around the arena. Blocks automatically get highlighted as the robot executes the instructions.

flowchart TD
    web["🌐 Web Interface\n(this)"] -->|uploads code| code-server[("πŸ’Ύ Code Server")]
    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"] -->|apriltag positions| bot-server
    
    style web stroke-width:2px,stroke-dasharray: 5 5,stroke:#3b82f6
    
    click code-server "https://github.com/AutoSumo/code-server"
    click bot-server "https://github.com/AutoSumo/server"
    click robot "https://github.com/AutoSumo/robot"
    click tag-server "https://github.com/AutoSumo/tag-server"
Loading
demo.mp4

About

🌐 Web interface using Google Blockly to generate and upload javascript code to the AutoSumo code server

Topics

Resources

License

Stars

Watchers

Forks