Closed ykx3 closed 2 months ago
@ykx3 , it appears that you can not access the omniverse nucleus server, which causes the add_default_ground_plane
function to fail. We would consider deprecating this function in the next version.
Is there any workaround available for this issue? @APX103
@ykx3 you can remove the env
section from config file to disable the behavior of add_default_ground_plane
:
simulator: physics_dt: 1/240 rendering_dt: 1/240
env:
bg_type: null
...
And you may use the scene_asset_path
to specify scene asset path. You can refer to
https://github.com/OpenRobotLab/GRUtopia/blob/6e20ccdff67faa4a485c93528b925829477a6ffb/demo/configs/h1_locomotion.yaml#L10 for the example scene.
thank for your help
i follow the tutorial in this, but i got a warning and it didn't work in my chorme. Could you give me some help?