gazebosim / sdformat

Simulation Description Format (SDFormat) parser and description files.
http://sdformat.org
Apache License 2.0
169 stars 97 forks source link

FrameSemantics: fix NullVertex warnings #1458

Closed scpeters closed 4 months ago

scpeters commented 4 months ago

🦟 Bug fix

Fixes deprecation warnings caused by https://github.com/gazebosim/gz-math/pull/606.

Summary

The gz::math::graph::Vertex::NullVertex static type has been deprecated in https://github.com/gazebosim/gz-math/pull/606 in favor of gz::math::graph::NullVertex(), so this fixes the deprecation warnings in FrameSemantics.cc by updating to the new API.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

scpeters commented 4 months ago

@osrf-jenkins run tests please