You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing around with the initial scene configuration. I have set fixed positions for the objects to be placed. Now, I am adjusting some values in the qpos array that can be passed as robot_init_options but has some provided default values in base_env
I was playing around with the initial scene configuration. I have set fixed positions for the objects to be placed. Now, I am adjusting some values in the
qpos
array that can be passed asrobot_init_options
but has some provided default values in base_envThe default values and ranges look as follows:
This results in the following scene:

When changing the value for the joint_head_pan, I would expect the robot to rotate its head horizontally, resulting in a different crop of the image.
However, the scene doesn't change at all. The robot arm and objects disappear. Why is that the case?
The text was updated successfully, but these errors were encountered: