rreddy78

Results 10 comments of rreddy78

When I try to apply the patch I get an error: ``` UnrealEngine_4.26$ git apply --summary UE4_patch_fisheye-sensor.patch error: corrupt patch at line 99 ``` Any idea why ? Same is...

Hi @annaornatskaya Do you know what this build error that I am getting could be caused due to ? ``` Assertion failed: AlignedOffset == TypeLayout.Size [File:/home/sxv1kor/Downloads/GitHub/UnrealEngine_4.26/Engine/Source/Runtime/Core/Private/Serialization/MemoryImage.cpp] [Line: 224] [FCubemapTexturePropertiesVSFisheye] Calculated...

Hi @annaornatskaya I have built the code with Unreal 4.26 and testing with latest CARLA. I have defined the fisheye camera in the carla-ros-bridge as follows: ``` { "type": "sensor.camera.fisheye",...

> I am follow your step, but still get error: corrupt patch at line 99 in UE4.26. Is there any ohter modify needed? I didn't use the patch as it...

> @rreddy78 Hi, I have the same problem. I can't get image raw data by "sensor.listen" function, have you solved this problem? Yes. You have to add a FisheyeCamera type...

We would have to comment out two instances of the member function: virtual bool Serialize(FArchive& Ar) override in the file Engine/Source/Runtime/Engine/Public/CubemapUnwrapUtils.h and it should compile for 4.26. Though the patch...

Hello @FrankZTH : Wonder if you have got these compilation errors when building for 4.26 ? ``` /home/sxv1kor/Downloads/GitHub/UnrealEngine_4.26/Engine/Source/Runtime/Engine/Private/CubemapUnwrapUtils.cpp:298:32: error: use of undeclared identifier 'GetVertexShader'; did you mean 'FRHIVertexShader'? SetShaderValue(RHICmdList, GetVertexShader(),...

> @rreddy78 Hi,How did you solve the problem? Use RHICmdList.GetBoundVertexShader() instead of GetVertexShader() RHICmdList.GetBoundPixelShader() instead of GetPixelShader() Instead of the given macros, use code as below. GraphicsPSOInit.BoundShaderState.VertexShaderRHI = VertexShader.GetVertexShader(); GraphicsPSOInit.BoundShaderState.PixelShaderRHI...

Yes. This is some behaviour even I have observed. I am testing VINS-Fusion with a CARLA simulator output.

> Hi, thank you for reporting the problem. Which PyQt version do you use? Sorry for delay in replying. The version is: PyQt5 5.14.1 Its installed with the command: sudo...