You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the third parameter of gaitSchedulePtr_->insertModeSequenceTemplate() shold be (finalTime + timeHorizon) instead of (timeHorizon)?
Is it right?
This line:
ocs2/ocs2_robotic_examples/ocs2_legged_robot_ros/src/gait/GaitReceiver.cpp
Line 56 in 164c26b
I think the third parameter of gaitSchedulePtr_->insertModeSequenceTemplate() shold be (finalTime + timeHorizon) instead of (timeHorizon)?
Is it right?