Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meshes are not being displayed #42

Open
caioaamaral opened this issue Mar 16, 2022 · 0 comments
Open

Meshes are not being displayed #42

caioaamaral opened this issue Mar 16, 2022 · 0 comments

Comments

@caioaamaral
Copy link
Member

caioaamaral commented Mar 16, 2022

When opening the following scene:

<?xml version="1.0"?>
<sdf version="1.6">
    <world name="empty_world">
        <model name="ur10_fixed">
            <include>
                <name>ur10</name>
                <uri>model://ur10</uri>
            </include>
            <joint name="attached_to_ground" type="fixed">
                <parent>world</parent>
                <child>ur10::base</child>
            </joint>
        </model>
        <include>
            <uri>model://ground_plane</uri>
        </include>
    </world>
</sdf>

Only the frames are displayed, but no UR10's mesh is visible at the time.
Screenshot_20220316_110710

Just after re-triggering the switch showVisuals it actually renders the UR10 model.
Screenshot_20220316_111852

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant