Skip to content

Commit 257f608

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 40327f6 commit 257f608

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/crocoddyl/multibody/contacts/contact-6d-loop.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class ContactModel6DLoopTpl : public ContactModelAbstractTpl<_Scalar> {
163163
int joint2_id_; //!< Reference joint id of the second contact
164164
SE3 joint2_placement_; //!< Placement of the second contact with respect to
165165
//!< the joint
166-
Vector2s gains_; //!< Baumgarte stabilization gains
166+
Vector2s gains_; //!< Baumgarte stabilization gains
167167
};
168168

169169
template <typename _Scalar>

include/crocoddyl/multibody/contacts/contact-6d-loop.hxx

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ContactModel6DLoopTpl<Scalar>::ContactModel6DLoopTpl(
2727
joint1_id_(joint1_id),
2828
joint2_id_(joint2_id),
2929
joint1_placement_(joint1_placement),
30-
joint2_placement_(joint2_placement){
30+
joint2_placement_(joint2_placement) {
3131
if (ref != pinocchio::ReferenceFrame::LOCAL) {
3232
std::cerr << "Warning: Only reference frame LOCAL is supported for 6D loop "
3333
"contacts\n";
@@ -45,7 +45,7 @@ ContactModel6DLoopTpl<Scalar>::ContactModel6DLoopTpl(
4545
joint1_id_(joint1_id),
4646
joint2_id_(joint2_id),
4747
joint1_placement_(joint1_placement),
48-
joint2_placement_(joint2_placement){
48+
joint2_placement_(joint2_placement) {
4949
if (ref != pinocchio::ReferenceFrame::LOCAL) {
5050
std::cerr << "Warning: Only reference frame LOCAL is supported for 6D loop "
5151
"contacts\n";

0 commit comments

Comments
 (0)