Skip to content

Commit

Permalink
Fix typo in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Dec 4, 2024
1 parent df9886a commit 3b95237
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ inline void addCollisionObjects(ContinuousContactManager& checker)
/////////////////////////////////////////////
CollisionShapePtr remove_box = std::make_shared<tesseract_geometry::Box>(0.1, 1, 1);
Eigen::Isometry3d remove_box_pose;
thin_box_pose.setIdentity();
remove_box_pose.setIdentity();

CollisionShapesConst obj4_shapes;
tesseract_common::VectorIsometry3d obj4_poses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ inline void addCollisionObjects(DiscreteContactManager& checker, bool use_convex
/////////////////////////////////////////////
CollisionShapePtr remove_box = std::make_shared<tesseract_geometry::Box>(0.1, 1, 1);
Eigen::Isometry3d remove_box_pose;
thin_box_pose.setIdentity();
remove_box_pose.setIdentity();

CollisionShapesConst obj4_shapes;
tesseract_common::VectorIsometry3d obj4_poses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ inline void addCollisionObjects(DiscreteContactManager& checker)
/////////////////////////////////////////////
CollisionShapePtr remove_box = std::make_shared<tesseract_geometry::Box>(0.1, 1, 1);
Eigen::Isometry3d remove_box_pose;
thin_box_pose.setIdentity();
remove_box_pose.setIdentity();

CollisionShapesConst obj4_shapes;
tesseract_common::VectorIsometry3d obj4_poses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ inline void addCollisionObjects(DiscreteContactManager& checker)
/////////////////////////////////////////////
CollisionShapePtr remove_box = std::make_shared<tesseract_geometry::Box>(0.1, 1, 1);
Eigen::Isometry3d remove_box_pose;
thin_box_pose.setIdentity();
remove_box_pose.setIdentity();

CollisionShapesConst obj4_shapes;
tesseract_common::VectorIsometry3d obj4_poses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ inline void addCollisionObjects(DiscreteContactManager& checker)
/////////////////////////////////////////////
CollisionShapePtr remove_box = std::make_shared<tesseract_geometry::Box>(0.1, 1, 1);
Eigen::Isometry3d remove_box_pose;
thin_box_pose.setIdentity();
remove_box_pose.setIdentity();

CollisionShapesConst obj4_shapes;
tesseract_common::VectorIsometry3d obj4_poses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ inline void addCollisionObjects(DiscreteContactManager& checker, bool use_convex
/////////////////////////////////////////////
CollisionShapePtr remove_box = std::make_shared<tesseract_geometry::Box>(0.1, 1, 1);
Eigen::Isometry3d remove_box_pose;
thin_box_pose.setIdentity();
remove_box_pose.setIdentity();

CollisionShapesConst obj4_shapes;
tesseract_common::VectorIsometry3d obj4_poses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ inline void addCollisionObjects(DiscreteContactManager& checker)
/////////////////////////////////////////////
CollisionShapePtr remove_box = std::make_shared<tesseract_geometry::Box>(0.1, 1, 1);
Eigen::Isometry3d remove_box_pose;
thin_box_pose.setIdentity();
remove_box_pose.setIdentity();

CollisionShapesConst obj4_shapes;
tesseract_common::VectorIsometry3d obj4_poses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ inline void addCollisionObjects(DiscreteContactManager& checker)
/////////////////////////////////////////////
CollisionShapePtr remove_box = std::make_shared<tesseract_geometry::Box>(0.1, 1, 1);
Eigen::Isometry3d remove_box_pose;
thin_box_pose.setIdentity();
remove_box_pose.setIdentity();

CollisionShapesConst obj4_shapes;
tesseract_common::VectorIsometry3d obj4_poses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ inline void addCollisionObjects(DiscreteContactManager& checker)
/////////////////////////////////////////////
CollisionShapePtr remove_box = std::make_shared<tesseract_geometry::Box>(0.1, 1, 1);
Eigen::Isometry3d remove_box_pose;
thin_box_pose.setIdentity();
remove_box_pose.setIdentity();

CollisionShapesConst obj4_shapes;
tesseract_common::VectorIsometry3d obj4_poses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ inline void addCollisionObjects(ContinuousContactManager& checker, bool use_conv
/////////////////////////////////////////////
CollisionShapePtr remove_box = std::make_shared<tesseract_geometry::Box>(0.1, 1, 1);
Eigen::Isometry3d remove_box_pose;
thin_box_pose.setIdentity();
remove_box_pose.setIdentity();

CollisionShapesConst obj4_shapes;
tesseract_common::VectorIsometry3d obj4_poses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ inline void addCollisionObjects(DiscreteContactManager& checker, bool use_convex
/////////////////////////////////////////////
CollisionShapePtr remove_box = std::make_shared<tesseract_geometry::Box>(0.1, 1, 1);
Eigen::Isometry3d remove_box_pose;
thin_box_pose.setIdentity();
remove_box_pose.setIdentity();

CollisionShapesConst obj4_shapes;
tesseract_common::VectorIsometry3d obj4_poses;
Expand Down

0 comments on commit 3b95237

Please sign in to comment.