We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Just after re-triggering the switch showVisuals it actually renders the UR10 model.
showVisuals
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When opening the following scene:
Only the frames are displayed, but no UR10's mesh is visible at the time.
Just after re-triggering the switch
showVisuals
it actually renders the UR10 model.The text was updated successfully, but these errors were encountered: