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

Wrong interpolation parameters #4

Open
kyrylo-sovailo opened this issue Apr 24, 2021 · 0 comments
Open

Wrong interpolation parameters #4

kyrylo-sovailo opened this issue Apr 24, 2021 · 0 comments

Comments

@kyrylo-sovailo
Copy link

kyrylo-sovailo commented Apr 24, 2021

In state.hxx file, in intermediate_state functions, parameters are passed to o80::intermediate_state in following order: start_state, previous_desired_state, target_state (current_state is unused).

But o80::intermediate_state receives start_state, current_state, target_state (and current_state is unused).

There is no bug now, but there might be, if someone implements o80::intermediate_state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant