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

MotionInterpolator reports Duration::MAX when aborted #1678

Open
schmidma opened this issue Mar 9, 2025 · 0 comments
Open

MotionInterpolator reports Duration::MAX when aborted #1678

schmidma opened this issue Mar 9, 2025 · 0 comments
Labels
is:RecruitTask This has a limited scope and is therefore a good place to start for newbies.

Comments

@schmidma
Copy link
Member

schmidma commented Mar 9, 2025

When the interpolator is aborted, it reports a remaining duration of Duration::MAX. This does not make a lot of sense. This should either report 0, or the actual duration the entire interpolation would take from a restart.
Combined with the fact that is_finished reports true in the aborted state, the remaining duration should probably be 0.

@schmidma schmidma added the is:RecruitTask This has a limited scope and is therefore a good place to start for newbies. label Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:RecruitTask This has a limited scope and is therefore a good place to start for newbies.
Projects
Status: No status
Development

No branches or pull requests

1 participant