ocs2 icon indicating copy to clipboard operation
ocs2 copied to clipboard

Seem input parameter wrong with [insertModeSequenceTemplate finalTime in GaitReceiver::preSolverRun function]

Open liyingzhi opened this issue 4 weeks ago • 0 comments

This line: https://github.com/leggedrobotics/ocs2/blob/164c26b46bed5d24cd03d90588db8980d03a4951/ocs2_robotic_examples/ocs2_legged_robot_ros/src/gait/GaitReceiver.cpp#L56

I think the third parameter of gaitSchedulePtr_->insertModeSequenceTemplate() shold be (finalTime + timeHorizon) instead of (timeHorizon)? Is it right?

liyingzhi avatar Jun 06 '24 07:06 liyingzhi