virtualhome icon indicating copy to clipboard operation
virtualhome copied to clipboard

There is no content when opening visualhome

Open Yaochangyu00 opened this issue 2 years ago • 7 comments

Hello!I would like to ask, I tried to run virtualhome on Linux. When I followed the steps, there was a problem with the operation. It stayed here without responding. (I have downloaded the corresponding linux.exec file, and the path is correct). In addition, even if I pass the "./path_to_exec -screen-fullscreen 0 -screen-quality 4" command, what is opened is a black interface with no content. I want to know why? How should I solve it?Thank you!

YOUR_FILE_NAME ="/home/yu/linux_exec/linux_exec.v2.2.4.x86_64"
>>> comm=simulation.unity_simulator.UnityCommunication(file_name=YOUR_FILE_NAME)
['/home/yu/linux_exec/linux_exec.v2.2.4.x86_64', '-batchmode', '-http-port=8080', '-logFile /home/yu/Virtual/virtualhome/virtualhome/Player_8080.log']
Getting connection...

Yaochangyu00 avatar Nov 03 '23 08:11 Yaochangyu00

Same thing for me on windows:

I pass the "./path_to_exec -screen-fullscreen 0 -screen-quality 4" command, what is opened is a black interface with no content.

liuzl avatar Dec 06 '23 01:12 liuzl

我在 Windows 上也遇到同样的情况:

我通过“./path_to_exec -screen-fullscreen 0 -screen-quality 4”命令,打开的是一个黑色的界面,没有任何内容。

Hello, have you solved this problem?

Yaochangyu00 avatar Dec 26 '23 05:12 Yaochangyu00

same for me on mac...

bryanzhou008 avatar Feb 28 '24 09:02 bryanzhou008

I have the same problem

Arpitrf avatar Mar 20 '24 20:03 Arpitrf

Same problem

cgxuvector avatar Jul 14 '24 21:07 cgxuvector

Cause this is just starting a simulator that is empty... You will see the content if you set it in your script.

henrycjh avatar Aug 26 '24 10:08 henrycjh

Firstly I use ./path_to_exec -screen-fullscreen 0 -screen-quality 4 to open virtual home manually. Then run comm = comm_unity.UnityCommunication() to connect virtual home server. Finally, set env and show camara by comm.reset(env_id) s, cam_count = comm.camera_count() s, images = comm.camera_image([0, cam_count-1])

Lhyshining avatar Sep 09 '24 09:09 Lhyshining

same for me on mac...

have you solved this problem?

Zakkery0908 avatar Nov 03 '24 22:11 Zakkery0908

当你在终端运行命令后,显示完unity的图标之后就没有什么画面了,然后你到demo/unity_demo.ipynb中运行Starting and Visualizing Scenes之后的代码,就可以看到画面了

naiyouFF avatar Nov 11 '24 07:11 naiyouFF