Visual Circuit is an open source tool to develop robotic applications. It aims to make developing applications for ROS and Gazebo simple and user friendly by its intuitive block-based interface. Users have the ablity to drag and drop blocks to develop their logic. Users are also able to build completely custom blocks as well as edit code in the existing blocks, this makes Visual Circuit a robust and powerful tool to develop even complicated applications.
For more information visit our site VisualCircuit
For more specific instructions check the frontend readme
frontend
npm install
For more specific instructions check the backend readme
backend
python -m venv .venv
pip install -r requirements.txt
.env
file to the backend
folder. And add the variables as defined in .env.templatepython manage.py collectstatic
cd frontend
npm start
cd backend
python3 manage.py runserver 8080
In order to setup VC+ to use RoboticsAcademy and VisualCircuit together, follow the instructions given here
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. For more info on how to design a block, refer to this link
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)