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
77c605ba
Commit
77c605ba
authored
Aug 18, 2010
by
florent
Browse files
Remove deprecated call to CkwsRoadmapBuilder::penetration().
* src/hppProblem.cpp.
parent
c7fe0565
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hppProblem.cpp
View file @
77c605ba
...
...
@@ -452,8 +452,6 @@ ktStatus ChppProblem::solve()
return
KD_ERROR
;
}
double
penetration
=
roadmapBuilder
()
->
penetration
();
/*
Optimize if
- there is a path optimizer and
...
...
@@ -466,11 +464,11 @@ ktStatus ChppProblem::solve()
// optimizer for the path
if
(
shouldOptimize
)
{
if
(
pathOptimizer
()
->
optimizePath
(
solutionPath
,
p
enetration
)
if
(
pathOptimizer
()
->
optimizePath
(
solutionPath
,
attP
enetration
)
==
KD_OK
)
{
ODEBUG2
(
":solve: path optimized with penetration "
<<
p
enetration
);
<<
attP
enetration
);
}
else
{
ODEBUG1
(
":solve: path optimization failed."
);
...
...
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