Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-core
Commits
e2f42a73
Commit
e2f42a73
authored
Jun 13, 2012
by
Antonio El Khoury
Browse files
Fix bug in method Problem::resetGoalConfig.
The method did not really reset the goal nodes of the roadmap builder.
parent
3e251aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/problem.cc
View file @
e2f42a73
...
...
@@ -121,6 +121,7 @@ namespace hpp {
void
Problem
::
resetGoalConfig
()
{
goalConfigurations_
.
clear
();
roadmapBuilder_
->
resetGoalNodes
();
}
// ======================================================================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment