mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
Added control library call in IK mode + camera focus on discover
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user