mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
Fully added gripper, distance, IMU, and display modules
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user