Skip to content

Instantly share code, notes, and snippets.

View manouslinard's full-sized avatar
🐼

Manousos Linardakis manouslinard

🐼
View GitHub Profile

Web Based robotic simulator for the DIY robot kit for educators GSOC 2023

This is the final report of the work which was done as part of the web based robotic simulator for the DIY robot kit for educators Google Summer of Code 2023 Project (https://github.com/eellak/fossbot-web-simulator/blob/main/README.md).

Abstract

This project introduces a web-based fossbot simulator powered by Godot 3.5.2. It encompasses all methods in the fossbot interface and introduces new features, like controlling multiple fossbots and dynamically creating levels from the client, providing an immersive platform. Communication relies on a Flask-SocketIO server I developed. I have also created Python and JavaScript libraries for running the simulator.

For more details on the fossbot web simulator, please refer to the repository (https://github.com/eellak/fossbot-web-simulator) or the comprehensive wiki I've prepared (https://github.com/eellak/fossbot-web-simulator/wiki). Similarly, for additional insights into the