Wouter J.
Wouter J.
The GPULiDAR works fine with the skidsteer vehicle. The issue you have is unrelated to it. You might be running out of GPU memory or something similar. Can you provide...
the GPULiDAR indeed does not work in its current implementation due to crashes related to the synchronization between game and render threads. An issue that has not been fixed or...
0.5 hz seems rather slow. I am still not sure I fully grap the problem. You have set the _RotationsPerSecond_ parameter to 1hz, so if you are traveling rather fast...
You need to add materials to your scene for it to read from the weather API i believe, I have not used these myself though. https://github.com/Cosys-Lab/Cosys-AirSim/tree/main/Unreal/Plugins/AirSim/Content/Weather/WeatherFX
Hi! Is the skeletal mesh something that spawns after you press play? In that case the instance segmentation system will not automatically give any spawned mesh an ID or add...
Well the biggest reason is that with this configuration the evader drone is not in the FOV of the camera of pursuer and as such no detections are made and...
Why is your FOV of your LiDAR sensor so small both horizontally and vertically? You will never be able to fully match the FOV of the camera that way.
more information please
What distance are we talking about? Which depth map are you using?
Hi, are these skeletal meshes created after begin play? In that case new actors and components need to be added through the SimModeBase API (blueprint or C++) so that the...