+ {/* Velocity displays */}
+
+
+
LINEAR VELOCITY
+
+
+ {linearVel.toFixed(3)}
+
+ m/s
+
+
+ Range: -0.500 to +0.500 m/s
+
+
+
+
+
+
+
+
+
ANGULAR VELOCITY
+
+
+ {angularVel.toFixed(3)}
+
+ rad/s
+
+
+ Range: -1.000 to +1.000 rad/s
+
+
+
+
+
+
+ {/* Instructions */}
+
+
CONTROLS:
+
▲ Forward / ▼ Backward
+
◄ Rotate Left / ► Rotate Right
+
Deadzone: 10%
+
+
+ {/* Status indicators */}
+
+
+
+ {isDragging ? 'ACTIVE' : 'READY'}
+
+
+