UnitySensors
UnitySensors.Sensor.LiDAR.LiDARSensor< T > Class Template Reference
Inheritance diagram for UnitySensors.Sensor.LiDAR.LiDARSensor< T >:
Collaboration diagram for UnitySensors.Sensor.LiDAR.LiDARSensor< T >:

Protected Member Functions

override void Init ()
 
override void OnSensorDestroy ()
 
- Protected Member Functions inherited from UnitySensors.Sensor.UnitySensor
virtual void Update ()
 
abstract void UpdateSensor ()
 

Properties

ScanPattern scanPattern [get]
 
float minRange [get]
 
float maxRange [get]
 
float gaussianNoiseSigma [get]
 
float maxIntensity [get]
 
PointCloud< T > pointCloud [get]
 
int pointsNum [get]
 
- Properties inherited from UnitySensors.Sensor.UnitySensor
float dt [get]
 
float time [get]
 
- Properties inherited from UnitySensors.Data.PointCloud.IPointCloudInterface< T >
PointCloud< T > pointCloud [get]
 
int pointsNum [get]
 

Private Attributes

ScanPattern _scanPattern
 
int _pointsNumPerScan = 1
 
float _minRange = 0.5f
 
float _maxRange = 100.0f
 
float _gaussianNoiseSigma = 0.0f
 
float _maxIntensity = 255.0f
 
PointCloud< T > _pointCloud
 

Additional Inherited Members

- Public Member Functions inherited from UnitySensors.Sensor.UnitySensor
delegate void OnSensorUpdated ()
 
- Public Attributes inherited from UnitySensors.Sensor.UnitySensor
OnSensorUpdated onSensorUpdated
 

Member Function Documentation

◆ Init()

override void UnitySensors.Sensor.LiDAR.LiDARSensor< T >.Init ( )
protectedvirtual

◆ OnSensorDestroy()

override void UnitySensors.Sensor.LiDAR.LiDARSensor< T >.OnSensorDestroy ( )
protectedvirtual

Member Data Documentation

◆ _gaussianNoiseSigma

float UnitySensors.Sensor.LiDAR.LiDARSensor< T >._gaussianNoiseSigma = 0.0f
private

◆ _maxIntensity

float UnitySensors.Sensor.LiDAR.LiDARSensor< T >._maxIntensity = 255.0f
private

◆ _maxRange

float UnitySensors.Sensor.LiDAR.LiDARSensor< T >._maxRange = 100.0f
private

◆ _minRange

float UnitySensors.Sensor.LiDAR.LiDARSensor< T >._minRange = 0.5f
private

◆ _pointCloud

◆ _pointsNumPerScan

int UnitySensors.Sensor.LiDAR.LiDARSensor< T >._pointsNumPerScan = 1
private

◆ _scanPattern

Property Documentation

◆ gaussianNoiseSigma

float UnitySensors.Sensor.LiDAR.LiDARSensor< T >.gaussianNoiseSigma
getprotected

◆ maxIntensity

float UnitySensors.Sensor.LiDAR.LiDARSensor< T >.maxIntensity
getprotected

◆ maxRange

float UnitySensors.Sensor.LiDAR.LiDARSensor< T >.maxRange
getprotected

◆ minRange

float UnitySensors.Sensor.LiDAR.LiDARSensor< T >.minRange
getprotected

◆ pointCloud

◆ pointsNum

int UnitySensors.Sensor.LiDAR.LiDARSensor< T >.pointsNum
get

◆ scanPattern

ScanPattern UnitySensors.Sensor.LiDAR.LiDARSensor< T >.scanPattern
getprotected

The documentation for this class was generated from the following file: