-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPULiDAR negative FOV start bug #33
Comments
Can you share you settings.json file please? It seems to be tring to load a material CSV file for the intensity generation of GPU LiDAR and something is going wrong there. |
this is my setting.json file: for material.csv I have an empty csv file in the Documents/airsim folder |
remove the material.csv file or make sure it is not empty (or contains an empty line) and this will be no longer crashing. I will make a catch for this for next release. |
Thanks. |
settings file:
|
Hi, I get the same results. One thing, RotationsPerSecond is not an argument for the LiDARs in Cosys-AirSim. We use MeasurementsPerCycle to define the horizontal sample density. See the documentation on the LiDAR and GPULiDAR for all the arguments that can be used. It seems you are running into an edge case that is causing a bug when to reset the pointcloud data. This is due to you using a negative HorizontalFOVStart argument. I will fix this in a future release. For now you can either switch to the normal LiDAR sensor which does not have this bug or do a little change to your settings to prevent having to use a negative HorizontalFOVStart. For example in your case you want to have a 40 degrees FOV from -20 degrees to 20 degrees, you have to set it to Yaw : -20, HorizontalFOVStart: 0 and_HorizontalFOVEnd_: 40. |
Thanks for the answer.
|
Hi,
this is my settings.json file:
when I run the game I see this error:

changing settings and adding more details to GPU lidar (as mentioned here) not change the problem!
even using Car simulation leads to the same problem. when I Disable(Enabled: false) the GPU lidar sensor everything works perfectly
The text was updated successfully, but these errors were encountered: