gazebosim / sdformat

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

Fix trivial warning on 24.04 for JointAxis_TEST.cc #1402

Closed j-rivero closed 7 months ago

j-rivero commented 7 months ago

🦟 Bug fix

Summary

A build of the sdf14 on the upcoming Ubuntu Noble return 3 warnings on the JointAxis_TEST.cc:

‘multiplier’ may be used uninitialized

Adding a default value when constructing seems enough.

Checklist