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:
@@ -198,7 +198,7 @@ public class InverseKinematicsController : MonoBehaviour
|
||||
}
|
||||
|
||||
joint.currentAngle = desiredAngle;
|
||||
joint.servo.SetAngle(desiredAngle);
|
||||
joint.servo.SetAngleAndSendControlLibrary(desiredAngle, 1f);
|
||||
|
||||
endEffectorPos = endEffector.position;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user