gobot-sim
gobot-sim copied to clipboard
High-level robotic simulator based on the Godot engine.
To be able to make more varied scenarios, here's a list of existing parameters that should be exposed in scenario files as optional parameters: **For Belts (accessible after initialization through...
https://github.com/VictorB00/Simulation-Factory-Godot/blob/6ec6f14cbaddda916fdebaa45d9ca164e53ab223/python_client/CompleteClient.py#L10
Currently, it seems that only one client can be connected.
Due to asynchronous events (I think), we can enter into a situation where an operation on the file tries to be made while the file is not open. To reproduce...