File tree 2 files changed +3
-3
lines changed
include/crocoddyl/multibody/contacts
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ class ContactModel6DLoopTpl : public ContactModelAbstractTpl<_Scalar> {
163
163
int joint2_id_; // !< Reference joint id of the second contact
164
164
SE3 joint2_placement_; // !< Placement of the second contact with respect to
165
165
// !< the joint
166
- Vector2s gains_; // !< Baumgarte stabilization gains
166
+ Vector2s gains_; // !< Baumgarte stabilization gains
167
167
};
168
168
169
169
template <typename _Scalar>
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ContactModel6DLoopTpl<Scalar>::ContactModel6DLoopTpl(
27
27
joint1_id_(joint1_id),
28
28
joint2_id_(joint2_id),
29
29
joint1_placement_(joint1_placement),
30
- joint2_placement_(joint2_placement){
30
+ joint2_placement_(joint2_placement) {
31
31
if (ref != pinocchio::ReferenceFrame::LOCAL) {
32
32
std::cerr << " Warning: Only reference frame LOCAL is supported for 6D loop "
33
33
" contacts\n " ;
@@ -45,7 +45,7 @@ ContactModel6DLoopTpl<Scalar>::ContactModel6DLoopTpl(
45
45
joint1_id_(joint1_id),
46
46
joint2_id_(joint2_id),
47
47
joint1_placement_(joint1_placement),
48
- joint2_placement_(joint2_placement){
48
+ joint2_placement_(joint2_placement) {
49
49
if (ref != pinocchio::ReferenceFrame::LOCAL) {
50
50
std::cerr << " Warning: Only reference frame LOCAL is supported for 6D loop "
51
51
" contacts\n " ;
You can’t perform that action at this time.
0 commit comments