Field-Robotics-Japan / UnitySensors

ROS/ROS2 enabled Sensor models (Assets) on Unity
Apache License 2.0
193 stars 29 forks source link

No Getter for Lidar Config #54

Closed Jack17432 closed 9 months ago

Jack17432 commented 11 months ago

There is no getter method for Min, max distances and other such lidar config values for the non ros sensor.

[SerializeField]
private float _minDistance = 0.0f;
[SerializeField]
private float _maxDistance = 100.0f;
[SerializeField]
private float _maxIntensity = 255.0f;
Autumn60 commented 11 months ago

I am not aware of this issue as I never use UnitySensors without UnitySensorsROS. Thanks for reporting the Issue.

In #59 , I added a Getter property to VelodyneSensor and LivoxSensor.