mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
Finished adding all modules
This commit is contained in:
@@ -3,6 +3,8 @@ public class DistanceSensorModule : ModuleBase
|
||||
public bool objectDetected;
|
||||
public float distanceMeters;
|
||||
public string[] infoLines = new string[0];
|
||||
public override string moduleType => "Distance";
|
||||
public override string moduleName => "Distance Sensor Module";
|
||||
|
||||
void Update()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user