Class LidarConfig
Class containing all needed lidar properties.
Inheritance
System.Object
LidarConfig
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class LidarConfig
Fields
ChannelAngles
Declaration
public List<float> ChannelAngles
Field Value
Type |
Description |
List<System.Single> |
|
FrameId
Declaration
Field Value
Type |
Description |
System.String |
|
Frequency
Declaration
Field Value
Type |
Description |
System.Single |
|
HorizontalFieldOfView
Declaration
public float HorizontalFieldOfView
Field Value
Type |
Description |
System.Single |
|
HorizontalResolution
Declaration
public int HorizontalResolution
Field Value
Type |
Description |
System.Int32 |
|
MaxRange
Declaration
Field Value
Type |
Description |
System.Single |
|
MinRange
Declaration
Field Value
Type |
Description |
System.Single |
|
Name
Declaration
Field Value
Type |
Description |
System.String |
|
RayIntervals
Declaration
public List<RayInterval> RayIntervals
Field Value
Type
Declaration
public RayDefinitionType Type
Field Value
VerticalFieldOfView
Declaration
public float VerticalFieldOfView
Field Value
Type |
Description |
System.Single |
|
VerticalResolution
Declaration
public int VerticalResolution
Field Value
Type |
Description |
System.Int32 |
|