gazebosim / gz-physics

Abstract physics interface designed to support simulation and rapid development of robot applications.
https://gazebosim.org
Apache License 2.0
65 stars 40 forks source link

Fix CTAD compile warnings #663

Closed iche033 closed 2 months ago

iche033 commented 3 months ago

🦟 Bug fix

Summary

Fixes the following error when compiling with the -Wctad-maybe-unsupported flag

physics/bullet_featherstone/src/JointFeatures.cc:179:7: error: 'math::Vector3' may not intend to support class template argument deduction [-Werror,-Wctad-maybe-unsupported]

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.