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

Fix wrong resource group for robot links #495

Merged
merged 1 commit into from
Jan 15, 2020

Conversation

Martin-Idel
Copy link
Contributor

Fix #494

We only initialize the resource groups "rviz_rendering" and the default group, thus "rviz_common" is never initialized and throws the error. Since all meshes will be put into the "rviz_rendering" resource group if they are loaded by the mesh loader, the robot meshes should be too.

It would be great to have a test, but it needs materials and I don't have any, so I'm going to leave it as is.

@wjwwood
Copy link
Member

wjwwood commented Jan 15, 2020

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@wjwwood
Copy link
Member

wjwwood commented Jan 15, 2020

All of the test failures on macOS are due to not having a screen (Cannot create window: no screens available)? This might be a new thing, but they pass on Windows...

I'll merge assuming that's a buildfarm issue (which I am following up on).

@wjwwood wjwwood merged commit f12fc88 into ros2:ros2 Jan 15, 2020
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

Successfully merging this pull request may close these issues.

rviz2 crashes when trying to visualize RobotModel with textures
2 participants