Skip to content
GitLab
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
4ce9fc05
Commit
4ce9fc05
authored
May 27, 2019
by
Joseph Mirabel
Browse files
Make GoalConfigurations problem target safer.
parent
771acf28
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/problem-target/goal-configurations.cc
View file @
4ce9fc05
...
...
@@ -45,6 +45,7 @@ namespace hpp {
bool
GoalConfigurations
::
reached
(
const
RoadmapPtr_t
&
roadmap
)
const
{
if
(
!
roadmap
->
initNode
())
return
false
;
const
ConnectedComponentPtr_t
ccInit
=
roadmap
->
initNode
()
->
connectedComponent
();
const
NodeVector_t
&
goals
=
roadmap
->
goalNodes
();
for
(
NodeVector_t
::
const_iterator
_goal
=
goals
.
begin
();
_goal
!=
goals
.
end
();
++
_goal
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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