You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I see on the GPU LIDAR docs that the GPU LIDAR currently works only with the Car and Computervision mode. I see on the example that CPHusky can be used with GPU LIDAR, but this gives me a segmentation fault on line 427 (return (FVulkanTexture*)Texture->GetTextureBaseRHI()) of the script UE5/Engine/Source/Runtime/VulkanRHI/Private/VulkanResources.h.
Can you please share how I can get GPU LIDAR working with SkidSteer Vehicle, particularly the CP Husky? I want to try contributing. Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I see on the GPU LIDAR docs that the GPU LIDAR currently works only with the Car and Computervision mode. I see on the example that CPHusky can be used with GPU LIDAR, but this gives me a segmentation fault on line 427 (
return (FVulkanTexture*)Texture->GetTextureBaseRHI()
) of the scriptUE5/Engine/Source/Runtime/VulkanRHI/Private/VulkanResources.h
.Can you please share how I can get GPU LIDAR working with SkidSteer Vehicle, particularly the CP Husky? I want to try contributing. Thanks
The text was updated successfully, but these errors were encountered: