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
b91612c6
Commit
b91612c6
authored
Aug 09, 2010
by
florent
Browse files
Replace deprecated call to CkwsRoadmapbuilder::pernetration().
* src/hppPlanner.cpp: replace by ChppProblem::penetration().
parent
a6dc82ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hppPlanner.cpp
View file @
b91612c6
...
...
@@ -607,7 +607,7 @@ ChppPlanner::optimizePath(unsigned int inProblemId, unsigned int inPathId)
(
":optimizePath: roadmap builder should be set to define penetration."
);
return
KD_ERROR
;
}
double
penetration
=
roadmapBuilder
->
penetration
();
double
penetration
=
hppProblem
.
penetration
();
if
(
inPathId
>=
hppProblem
.
getNbPaths
())
{
ODEBUG1
(
":optimizePath: problem Id="
...
...
Write
Preview
Markdown
is supported
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