Class LIDAR.WSLidarSensorConnection.Response

java.lang.Object
me.autobot.code.mechanisms.LIDAR.WSLidarSensorConnection.Response
Enclosing class:
LIDAR.WSLidarSensorConnection

public static class LIDAR.WSLidarSensorConnection.Response extends Object
Response for the LIDAR sensor.
  • Constructor Details

    • Response

      public Response()
  • Method Details

    • onLidarData

      public void onLidarData(LIDAR.Point[] points)
      Called when the LIDAR sensor has new data.
      Parameters:
      points - The points from the LIDAR sensor.