GibsonEnv icon indicating copy to clipboard operation
GibsonEnv copied to clipboard

Problems on running the example of play_huskey_camera.py

Open HuYue-CS opened this issue 5 years ago • 3 comments

After installing from the source, I failed to run the the example of play_husky_camera while there occurred an error of FileNotFoundError. At the line 673 of /gibson/envs/env_modalities.py, the program cannot find the file ./depth_render in the path /gibson/core/channels/depth_render. Actually, there is no such a file in the same relative path in the github repository.

HuYue-CS avatar Jan 13 '20 05:01 HuYue-CS

Hi @HuYue-CS,

You should install depth_render properly. Please fix the errors while compiling codes.

Berk035 avatar Jan 13 '20 06:01 Berk035

@HuYue-CS You would need to compile the source code with ./build.sh build_local

fxia22 avatar Jan 13 '20 06:01 fxia22

@HuYue-CS You would need to compile the source code with ./build.sh build_local

I have run this script but there were some errors related to the GNU version that is not supported by gcc versions later than 6. But after I installed gcc 5.5.0, it still cannot build with more errors. I guess there are some complicated dependencies so it's better for me to install from your docker image.

HuYue-CS avatar Jan 13 '20 09:01 HuYue-CS