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

Avoid logging error when <empty> geometry is included #3175

Open
wants to merge 1 commit into
base: gazebo11
Choose a base branch
from

Commits on Feb 15, 2022

  1. Update msgs.cc

    Add check for EMPTY geometry type in `GeometryToSDF()` to avoid writing an error message to the server log. <empty> geometry is listed as a valid option the [SDF spec](http://sdformat.org/spec?ver=1.9&elem=geometry#geometry_empty), and already implemented in `GeometryFromSDF()`.
    shonigmann authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    00d5a05 View commit details
    Browse the repository at this point in the history