Add untested code to allow multiple robots on the same network

This commit is contained in:
2026-03-10 16:12:41 -04:00
parent 023fc1960e
commit 0d3323255b
3 changed files with 20 additions and 4 deletions

View File

@@ -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++)
{