From 257f6081146bec60e3c099909ea2afe7f60ca78f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:22:24 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- include/crocoddyl/multibody/contacts/contact-6d-loop.hpp | 2 +- include/crocoddyl/multibody/contacts/contact-6d-loop.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/crocoddyl/multibody/contacts/contact-6d-loop.hpp b/include/crocoddyl/multibody/contacts/contact-6d-loop.hpp index beb69c939..c072753fe 100644 --- a/include/crocoddyl/multibody/contacts/contact-6d-loop.hpp +++ b/include/crocoddyl/multibody/contacts/contact-6d-loop.hpp @@ -163,7 +163,7 @@ class ContactModel6DLoopTpl : public ContactModelAbstractTpl<_Scalar> { int joint2_id_; //!< Reference joint id of the second contact SE3 joint2_placement_; //!< Placement of the second contact with respect to //!< the joint - Vector2s gains_; //!< Baumgarte stabilization gains + Vector2s gains_; //!< Baumgarte stabilization gains }; template diff --git a/include/crocoddyl/multibody/contacts/contact-6d-loop.hxx b/include/crocoddyl/multibody/contacts/contact-6d-loop.hxx index 145e93a49..f6b99471e 100644 --- a/include/crocoddyl/multibody/contacts/contact-6d-loop.hxx +++ b/include/crocoddyl/multibody/contacts/contact-6d-loop.hxx @@ -27,7 +27,7 @@ ContactModel6DLoopTpl::ContactModel6DLoopTpl( joint1_id_(joint1_id), joint2_id_(joint2_id), joint1_placement_(joint1_placement), - joint2_placement_(joint2_placement){ + joint2_placement_(joint2_placement) { if (ref != pinocchio::ReferenceFrame::LOCAL) { std::cerr << "Warning: Only reference frame LOCAL is supported for 6D loop " "contacts\n"; @@ -45,7 +45,7 @@ ContactModel6DLoopTpl::ContactModel6DLoopTpl( joint1_id_(joint1_id), joint2_id_(joint2_id), joint1_placement_(joint1_placement), - joint2_placement_(joint2_placement){ + joint2_placement_(joint2_placement) { if (ref != pinocchio::ReferenceFrame::LOCAL) { std::cerr << "Warning: Only reference frame LOCAL is supported for 6D loop " "contacts\n";