Add missing links authored by Oliver Parczyk's avatar Oliver Parczyk
Here, I'll walk you through the Common class, containing code used by every component during startup. Additional startup procedures are explained in the documentation for the [`start_component.sh`](TODO) and the [`run_demo.sh`](TODO) scripts. Here, I'll walk you through the Common class, containing code used by every component during startup. Additional startup procedures are explained in the documentation for the [`start_component.sh`](implementation/start_component.sh) and the [`run_demo.sh`](implementation/run_demo.sh) scripts.
The discussed file can be found [here](https://gitlab.hrz.tu-chemnitz.de/s6869070--tu-dresden.de/vws-spielwiese/-/blob/b1802bdd98650bdb666f03483f1e13c7f99bf4b8/basyx.lichterkette/src/main/java/de/olipar/basyx/lichterkette/Common.java). The discussed file can be found [here](https://gitlab.hrz.tu-chemnitz.de/vws-demo/vws-spielwiese/-/blob/64e67bdaae14ef6945ab3e73b5a9c70c9c1ced67/basyx.lichterkette/src/main/java/de/olipar/basyx/lichterkette/Common.java).
We'll skip the license header, imports and comments, as they are either pretty much self explanatory or not the product of conscious development effort. We'll skip the license header, imports and comments, as they are either pretty much self explanatory or not the product of conscious development effort.
... ...
......