File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
include/sot/pattern-generator Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ class SOTNEXTSTEP_EXPORT NextStep : public Entity {
176
176
virtual void starter (const int &timeCurr);
177
177
virtual void stoper (const int &timeCurr);
178
178
179
- virtual void introductionCallBack (const int &){};
179
+ virtual void introductionCallBack (const int &) {};
180
180
181
181
int &triggerCall (int &dummy, int timeCurr);
182
182
Original file line number Diff line number Diff line change @@ -1455,14 +1455,13 @@ int &PatternGenerator::OneStepOfControl(int &dummy, int time) {
1455
1455
} else {
1456
1456
std::cout << " The state of the robot and the one "
1457
1457
<< " return by the WPG are different" << std::endl;
1458
- sotDEBUG (25 ) << " Size not coherent between "
1459
- << " CurrentState and "
1458
+ sotDEBUG (25 ) << " Size not coherent between " << " CurrentState and "
1460
1459
<< " m_JointErrorValuesForWalking: "
1461
1460
<< CurrentState.size () << " "
1462
1461
<< m_JointErrorValuesForWalking.size () << " " << endl;
1463
1462
}
1464
- sotDEBUG (2 ) << " Juste after updating "
1465
- << " m_JointErrorValuesForWalking " << endl;
1463
+ sotDEBUG (2 ) << " Juste after updating " << " m_JointErrorValuesForWalking "
1464
+ << endl;
1466
1465
1467
1466
sotDEBUG (1 ) << " lLeftFootPosition : " << lLeftFootPosition.x << " "
1468
1467
<< lLeftFootPosition.y << " " << lLeftFootPosition.z << " "
You can’t perform that action at this time.
0 commit comments