Giter Site home page Giter Site logo

Comments (4)

yzqin avatar yzqin commented on August 14, 2024

The problem lies in the dae mesh model loaded in IsaacGym, such as your UR10e. It is enabled with a specific tag, flip_visual_attachments=True. This tag alters the definition of the up and forward axis as defined in the dae mesh. It only functions when flip_visual_attachments=True is set in IsaacGym. If this tag is set to False, it will cause problems.

Also this problem will happen only if the mesh file is stored as dae file. obj and stl will not have such issue..

asset_options = gymapi.AssetOptions()
asset_options.flip_visual_attachments = True

For other simulators like SAPIEN and PyBullet, they adhere to the original mesh, causing the mesh to break up.

We plan to rectify the model at the mesh level and soon make the UR10e + Shadow version publicly available in this repository.

from dex-urdf.

Charlie0257 avatar Charlie0257 commented on August 14, 2024

Thanks for your answer:)

I am looking forward to these models!

from dex-urdf.

yzqin avatar yzqin commented on August 14, 2024

See ur10e model for more details, which is added in 24162c8

from dex-urdf.

Charlie0257 avatar Charlie0257 commented on August 14, 2024

@yzqin Thanks for providing the assets! I will close this issue.
Hope to keep in touch:)

from dex-urdf.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.