Added control library call in IK mode + camera focus on discover

This commit is contained in:
Leo Qu
2026-02-20 20:50:35 -05:00
parent ece7bb6634
commit 9f85494d82
9 changed files with 131 additions and 123 deletions

View File

@@ -37,6 +37,10 @@ public abstract class ModuleBase : MonoBehaviour
});
}
Debug.Log($"[ControlLibrary] Sending command: {json}");
if (TopologyBuilder.SkipControlLibraryCalls)
{
return;
}
if (0 != ControlLibrary.send_angle_control(Int32.Parse(moduleID), (int)currentAngle))
{
Debug.Log("Control library exited with error");