diff --git a/test/narrowphase/detail/convexity_based_algorithm/test_gjk_libbcd-inl_gjk_initializer.cpp b/test/narrowphase/detail/convexity_based_algorithm/test_gjk_libbcd-inl_gjk_initializer.cpp index 753d88097..d121a2a81 100644 --- a/test/narrowphase/detail/convexity_based_algorithm/test_gjk_libbcd-inl_gjk_initializer.cpp +++ b/test/narrowphase/detail/convexity_based_algorithm/test_gjk_libbcd-inl_gjk_initializer.cpp @@ -114,7 +114,7 @@ GTEST_TEST(GjkLibccdSupportFunction, ConvexSupport) { /* Collection of arbitrary poses of the convex mesh: identity, translation, and rotation. */ - vector X_WCs{ + aligned_vector X_WCs{ Transform3d::Identity(), Transform3d(Translation3d{-1, 2, -3}), Transform3d(Quaterniond{0.5, -0.5, 0.5, -0.5})