Class LIDAR


public class LIDAR extends Mechanism
LIDAR Mechanism that can construct a terrain map from LIDAR data.
  • Constructor Details

    • LIDAR

      public LIDAR()
  • Method Details

    • init

      public void init()
      Initializes the LIDAR mechanism.
      Overrides:
      init in class Mechanism
    • update

      protected void update()
      Updates the LIDAR mechanism.
      Overrides:
      update in class Mechanism
    • stop

      protected void stop()
      Description copied from class: Mechanism
      Stops the mechanism.
      Overrides:
      stop in class Mechanism
    • onLidarData

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