mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
UI material + environment change
Made-with: Cursor
This commit is contained in:
@@ -31,7 +31,7 @@ public class ServoStraightModule : ServoMotorModule
|
||||
{
|
||||
currentAngle = Mathf.Clamp(angle, 0f, 180f);
|
||||
lastSentAngle = currentAngle;
|
||||
armPivot.localRotation = Quaternion.Euler(currentAngle, 0f, 0f);
|
||||
MoveArmPivot(currentAngle);
|
||||
}
|
||||
|
||||
// public void SetHighlight(bool enabled)
|
||||
|
||||
Reference in New Issue
Block a user