Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ZhengyangZhang-brian opened this issue Jun 7, 2023 · 1 comment
Assignees

Comments

@ZhengyangZhang-brian
Copy link

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.

@hungpham2511
Copy link
Owner

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 hungpham2511 self-assigned this Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants