Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems on running the example of play_huskey_camera.py #109

Open
HuYue-CS opened this issue Jan 13, 2020 · 3 comments
Open

Problems on running the example of play_huskey_camera.py #109

HuYue-CS opened this issue Jan 13, 2020 · 3 comments

Comments

@HuYue-CS
Copy link

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.

@Berk035
Copy link

Berk035 commented Jan 13, 2020

Hi @HuYue-CS,

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

@fxia22
Copy link
Collaborator

fxia22 commented Jan 13, 2020

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

@HuYue-CS
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants