public class pulsedLightLIDAR
extends java.lang.Object
| Constructor and Description |
|---|
pulsedLightLIDAR() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistanceIn()
Return Distance in Inches
|
void |
start()
Start 10Hz polling of LIDAR sensor, in a background task.
|
void |
stop()
Stop the background sensor-polling task.
|
public double getDistanceIn()
public void start()
public void stop()