Stop during the first DSP #61
Replies: 3 comments
-
This is indeed a controller-specific quirk: the function has two modes (full preview and half preview, documented in phaseDurations), and it is only called from
I added some doc on this in 3c73788. Also, taking a second look at this piece I realize that |
Beta Was this translation helpful? Give feedback.
-
@Saeed-Mansouri Thank you for your feedback 😀 I'll be closing the Issue tracker of this repository since bugs and fixes should go to the tracker of the active fork. Feel free to use the new Discussions tab for general questions and discussions. |
Beta Was this translation helpful? Give feedback.
-
Thanks, Dr. Caron.
|
Beta Was this translation helpful? Give feedback.
-
Hi Dr. Caron
The below command applied in
ModelPredictiveControl::computeZMPRef()
might be activated not only for stopping during the first DSP. I think that you should replace the total steps of the target support withnbTargetSupportSteps_
.if(nbTargetSupportSteps_ < 1) // stop during first DSP
Beta Was this translation helpful? Give feedback.
All reactions