gym_envs_urdf icon indicating copy to clipboard operation
gym_envs_urdf copied to clipboard

Bug: dm-control with include statements cannot find mesh

Open maxspahn opened this issue 10 months ago • 0 comments

The panda example with dm-control, added in #262, fails because meshes are replaced by the hash, see https://github.com/google-deepmind/dm_control/issues/454 for a similar issue.

We should use the export_with_assets(...) function.

maxspahn avatar Apr 24 '24 09:04 maxspahn