brenocq / atta

Simulator for multi-robot systems
https://atta.brenocq.com
MIT License
19 stars 4 forks source link

Version handling #18

Closed brenocq closed 2 years ago

brenocq commented 2 years ago

Now it is possible to install multiple versions of atta. This makes easy to execute projects developed in different versions, because the correct version can be used. Only tested on linux for now.

Example: if version 0.0.3.1 and 0.0.3.3 are installed. Three executables are installed:

It is also possible to restart atta with another version: versionRestart

Please check the issue #16 for details.