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
18965b84
Commit
18965b84
authored
Jul 09, 2009
by
florent
Committed by
florent
Jul 09, 2009
Browse files
If initial configuration is valid, no need to check config extractor.
* src/hppProblem.cpp: add a test in validateInitConfig method.
parent
b804d93a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hppProblem.cpp
View file @
18965b84
...
...
@@ -239,6 +239,10 @@ ktStatus ChppProblem::checkProblem() const
ktStatus
ChppProblem
::
validateInitConfig
(
CkwsConfigShPtr
&
inOutInitConfig
,
CkwsPathShPtr
&
inOutPath
)
const
{
if
(
validateConfig
(
getRobot
(),
initConfig
())
==
KD_OK
)
{
ODEBUG2
(
":validateInitConfig: initial configuration is valid."
);
return
KD_OK
;
}
/*
If initial configuration is not valid and configuration extractor
has been set, try to extract a valid configuration in the neighborhood
...
...
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