We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa03967 commit 578f87dCopy full SHA for 578f87d
1 file changed
src/WalkingModule/src/Module.cpp
@@ -84,6 +84,9 @@ bool WalkingModule::advanceReferenceSignals()
84
m_comHeightVelocity.pop_front();
85
m_comHeightVelocity.push_back(m_comHeightVelocity.back());
86
87
+ m_isStancePhase.pop_front();
88
+ m_isStancePhase.push_back(m_isStancePhase.back());
89
+
90
// at each sampling time the merge points are decreased by one.
91
// If the first merge point is equal to 0 it will be dropped.
92
// A new trajectory will be merged at the first merge point or if the deque is empty
0 commit comments