lidarParameters
Description
A lidarParameters object stores the parameters of a lidar sensor.
      To convert unorganized point clouds into organized point clouds using the pcorganize
      function, you must specify these sensor parameters. For more information, see Lidar Sensor Parameters.
Creation
Syntax
Description
params = lidarParameters(sensorName,horizontalResolution)sensorName as a
            lidarParameters object. horizontalResolution
          specifies the HorizontalResolution property. Use this syntax to load
          the parameters of a supported sensor. See Supported Sensors.
params = lidarParameters(verticalResolution,verticalFoV,horizontalResolution)verticalResolution, verticalFoV, and
            horizontalResolution arguments set the
            VerticalResolution, VerticalFoV, and
            HorizontalResolution properties, respectively.
params = lidarParameters(verticalBeamAngles,horizontalResolution)verticalBeamAngles and horizontalResolution
          arguments set the VerticalBeamAngles and
            HorizontalResolution properties, respectively.
params = lidarParameters(___,Name=Value)lidarParameters("HDL32E",horizontalResolution,SweepStartAngle=180)
          specifies the start angle of the sensor sweep as 180 degrees.