Package me.autobot.code.mechanisms
Class LIDAR.WSLidarSensorConnection.Response
java.lang.Object
me.autobot.code.mechanisms.LIDAR.WSLidarSensorConnection.Response
- Enclosing class:
- LIDAR.WSLidarSensorConnection
Response for the LIDAR sensor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onLidarData
(LIDAR.Point[] points) Called when the LIDAR sensor has new data.
-
Constructor Details
-
Response
public Response()
-
-
Method Details
-
onLidarData
Called when the LIDAR sensor has new data.- Parameters:
points
- The points from the LIDAR sensor.
-