We will need a robust way to differentiate between robots that are running the same code. This change is intended to be the solution. On the internal storage of each robot (the SD card for now and later the internal Raspberry Pi storage), there will be a file that contains the name of the robot. This code will then run a different initialization based on what name is provided there. A default initialization should always be specified.
We will need a robust way to differentiate between robots that are running the same code. This change is intended to be the solution. On the internal storage of each robot (the SD card for now and later the internal Raspberry Pi storage), there will be a file that contains the name of the robot. This code will then run a different initialization based on what name is provided there. A default initialization should always be specified.