Skip to content

Commit

Permalink
Use aligned vector for vector of transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCurtis-TRI committed Aug 6, 2020
1 parent 350ae57 commit 0367bc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GTEST_TEST(GjkLibccdSupportFunction, ConvexSupport) {

/* Collection of arbitrary poses of the convex mesh: identity, translation,
and rotation. */
vector<Transform3d> X_WCs{
aligned_vector<Transform3d> X_WCs{
Transform3d::Identity(),
Transform3d(Translation3d{-1, 2, -3}),
Transform3d(Quaterniond{0.5, -0.5, 0.5, -0.5})
Expand Down

0 comments on commit 0367bc6

Please sign in to comment.