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

Remove integration time as a termination condition in vector field planner #275

Open
mkoval opened this issue Dec 6, 2017 · 0 comments
Open
Labels

Comments

@mkoval
Copy link
Member

mkoval commented Dec 6, 2017

From @mkoval in #268:

Integration Time. The time parameter used by the integrator is not meaningful because the planner does not consider dynamics. Therefore, integration time should be treated as an implementation detail of the integrator, i.e. not used as a termination condition or argument to the vector field. This may require calling the Stepper directly, rather than using the integrate_adaptive() helper method. Thankfully, that method does not actually do very much.

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

No branches or pull requests

1 participant