gym_envs_urdf
gym_envs_urdf copied to clipboard
Bug: dm-control with include statements cannot find mesh
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.