Fully added gripper, distance, IMU, and display modules

This commit is contained in:
Christen
2026-02-28 21:39:36 -05:00
parent fd5d41f645
commit 6b2270381d
105 changed files with 40782 additions and 1261 deletions

View File

@@ -6,9 +6,6 @@ public abstract class ModuleBase : MonoBehaviour
public string moduleID { get; set; } = "";
public double angle { get; set; } = 0; // also optional, for Servo/DC angle
public abstract void OnSelect();
public abstract void DeSelect();
public void SendToControlLibrary(string moduleType, float currentAngle)
{
var json = "";