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

Added variable time steps for vector field planner #76

Merged
merged 1 commit into from
Apr 1, 2015

Conversation

siddhss5
Copy link

@siddhss5 siddhss5 commented Apr 1, 2015

This PR allows us to specify an optional parameter to the vector field planner that trades off vector field evaluation and collision checking. The parameter dt_multiplier integrates the vector field forward linearly by up to floor(dt_multiplier) times the DOF resolution before evaluating the vector field again.

As this value increases, the planner will be faster but will follow the vector field less faithfully.

mkoval added a commit that referenced this pull request Apr 1, 2015
…nner_timestepping

Added variable time steps for vector field planner
@mkoval mkoval merged commit a9f3a56 into master Apr 1, 2015
@mkoval mkoval deleted the feature/vector_field_planner_timestepping branch April 1, 2015 20:12
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

Successfully merging this pull request may close these issues.

2 participants