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
fc5036b1
Commit
fc5036b1
authored
Apr 08, 2021
by
Florent Lamiraux
Browse files
Merge remote-tracking branch 'florent/devel' into devel
parents
5986f756
3f2ce7b0
Pipeline
#13927
failed with stage
in 2 minutes and 32 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
include/hpp/core/path-planner/k-prm-star.hh
View file @
fc5036b1
...
...
@@ -51,6 +51,9 @@ namespace hpp {
/// \li call parent implementation
/// \li get number nodes in problem parameter map
virtual
void
startSolve
();
/// Does nothing.
/// This step is performed by the main algorithm
virtual
void
tryConnectInitAndGoals
();
/// One step of the algorithm
virtual
void
oneStep
();
/// get the computationnal state of the algorithm
...
...
src/path-planner/k-prm-star.cc
View file @
fc5036b1
...
...
@@ -69,6 +69,10 @@ namespace hpp {
}
}
void
kPrmStar
::
tryConnectInitAndGoals
()
{
}
void
kPrmStar
::
oneStep
()
{
std
::
ostringstream
oss
;
...
...
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