Merge branch 'Add-New-Modules' of https://git.uwaterloo.ca/capstone-group2/ui into Add-New-Modules

This commit is contained in:
Christen
2026-03-03 19:28:47 -05:00
434 changed files with 3671 additions and 49577 deletions

View File

@@ -33,7 +33,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)