toppra icon indicating copy to clipboard operation
toppra copied to clipboard

when vs and ve not equal to 0, computeForwardPass() maybe have some problem.

Open ZhengyangZhang-brian opened this issue 1 year ago • 1 comments

When we design online window planning function based on TOPP, vs and ve not equal to 0. But in the function of computeForwardPass(), m_data.parametrization(0) = vel_start is error, We should use m_data.parametrization(0) = vel_start * vel_start instead.

ZhengyangZhang-brian avatar Jun 07 '23 09:06 ZhengyangZhang-brian

When we design online window planning function based on TOPP, vs and ve not equal to 0. But in the function of computeForwardPass(), m_data.parametrization(0) = vel_start is error, We should use m_data.parametrization(0) = vel_start * vel_start instead.

That's right. Thanks for reporting.

hungpham2511 avatar Jun 14 '23 08:06 hungpham2511