-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
The visualization window is empty #257
Comments
same here ,I found there is no camera object |
me too, all looks to me good, but I get only a black screem. I'm testing on a Hyper-V type 2 VM running Ubuntu 22. |
I added a camera in this project,but the simulation is very slow. please try to fix it . import numpy as np import genesis as gs ########################## 初始化 ########################## ########################## 创建场景 ########################## ########################## 实体 ########################## cam = scene.add_camera( jnt_names = [ ############ 可选:设置控制增益 ############ 设置位置增益franka.set_dofs_kp( 设置速度增益franka.set_dofs_kv( 设置安全的力范围franka.set_dofs_force_range( 硬重置for i in range(150):
PD控制for i in range(1250):
cam.stop_recording(save_to_filename='../video/video.mp4', fps=60) |
What do you mean by slow? What’s the for if you turn off the viewer? Rendering is expected to be ~few hundred fps and much slower than simulation |
I was wondering whether I add this cam in this code in a right way. |
It looks correct to me. Please share you log screen |
This is indeed abnormal… what’s you os, system and detailed setting? Are you doing local desktop? |
sys infor: what do you mean by detailed setting? |
I run the control_your_robot example, but got this:
The text was updated successfully, but these errors were encountered: