mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
Add untested code to allow multiple robots on the same network
This commit is contained in:
@@ -62,7 +62,7 @@ public class TopologyBuilder : MonoBehaviour
|
||||
}
|
||||
else
|
||||
{
|
||||
RobotConfiguration config = ControlLibrary.getRobotConfiguration();
|
||||
RobotConfiguration config = ControlLibrary.getRobotConfiguration(100); // todo: change to actual leader id
|
||||
int moduleCount = config.ModulesLength;
|
||||
for (int i = 0; i < moduleCount; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user