André Santos

Results 6 comments of André Santos

It seems that to access the link to the requirements for the inference module I need an @osaro.com email to access the Slack workspace. Could you share the requirements in...

I'm experiencing a very similar issue on 0.9.15

I should add that if I remove Houdini Engine and all references to it, the build finishes successfully and I'm able to run CARLA 0.9.15

> > I should add that if I remove Houdini Engine and all references to it, the build finishes successfully and I'm able to run CARLA 0.9.15 > > hihi...

A temporary workaround that seems to have fixed the issue for me is to add a new file called `FindZLIB.cmake` inside `carla\Build\om2odr-source\build\cmake_modules` with this content: ``` set(ZLIB_INCLUDE_DIRS "/Build/zlib-install/include") set(ZLIB_FOUND True)...

I faced the same problem on CARLA 0.9.14 built from source in Windows and couldn't find any solutions, despite the issue being reported in multiple places ([link](https://forums.unrealengine.com/t/ue-4-26-built-from-source-crashes-when-opening-project/739873), #6201). A hack...