You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce/Eliminate sdf::Model and sdf::World serialization warnings
- Reduces serialization warnings on `sdf::Model` so it only occurs when
the `relative_to` attribute is set. This was the intended behavior
originally, but there was a bug in the code.
- Eliminate `sdf::World` warnings by specializing the `DefaultSerializer` for `sdf::World`.
Signed-off-by: Addisu Z. Taddese <[email protected]>
0 commit comments