This project is a repository for Circuit Visualization for use by Open Roberta Lab. This library integrates with the Open Roberta Lab server to allow viewing of circuits in the settings tab.
This is a project developed by Silas Ribeiro, as part of the Google Summer of Code 2020, with mentors Beate Jost and Patrick Werner (boonto).
The integration of the library with Open Roberta Lab was done from the pull request #882.
git clone https://github.com/santorsilas/openroberta-lab-configuration.git
cd openroberta-lab-configuration
npm install
npm run dev
Run the following command at the terminal.
npm run build
This will generate the files circuit_visualization.js and circuit_visualization.js.map In the openroberta-lab clone, paste them into /OpenRobertaServer/staticResources/blockly/plugins.
Also copy the robots folder inside the media and paste in /OpenRobertaServer/staticResources/blockly/media.
- Show component wires and ports
- Arduino Uno support
- Arduino Nano support
- Arduino Mega support
- Open Roberta Server integration
- Calliope support
- Change cable color
