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
3e251aa9
Commit
3e251aa9
authored
Jun 13, 2012
by
Antonio El Khoury
Browse files
Do not set stable ends when planning with path optimizer.
parent
8c002fa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/problem.cc
View file @
3e251aa9
...
...
@@ -470,7 +470,7 @@ namespace hpp {
CkwsPathShPtr
optimizedPath
;
if
(
shouldOptimize
)
{
if
(
pathOptimizer
()
->
plan
(
solutionPath
,
CkwsPathPlanner
::
STABLE_
ENDS
,
if
(
pathOptimizer
()
->
plan
(
solutionPath
,
CkwsPathPlanner
::
STABLE_
NONE
,
optimizedPath
)
==
KD_OK
)
{
...
...
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