Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-manipulation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Guilhem Saurel
hpp-manipulation
Commits
c5b68c0e
Commit
c5b68c0e
authored
9 years ago
by
Joseph Mirabel
Committed by
Joseph Mirabel
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetic changes
* Remove useless lines * Fix documentation
parent
b4061725
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/hpp/manipulation/manipulation-planner.hh
+3
-3
3 additions, 3 deletions
include/hpp/manipulation/manipulation-planner.hh
src/manipulation-planner.cc
+0
-2
0 additions, 2 deletions
src/manipulation-planner.cc
with
3 additions
and
5 deletions
include/hpp/manipulation/manipulation-planner.hh
+
3
−
3
View file @
c5b68c0e
...
@@ -46,12 +46,12 @@ namespace hpp {
...
@@ -46,12 +46,12 @@ namespace hpp {
/// One step of extension.
/// One step of extension.
///
///
/// A set of constraints is cho
o
sen using the graph of constraints.
/// A set of constraints is chosen using the graph of constraints.
/// A constraint extension is done using a cho
o
sen set.
/// A constraint extension is done using a chosen set.
///
///
virtual
void
oneStep
();
virtual
void
oneStep
();
/// Extend
a the
configuration q_near toward q_rand.
/// Extend configuration q_near toward q_rand.
/// \param q_near the configuration to be extended.
/// \param q_near the configuration to be extended.
/// \param q_rand the configuration toward extension is performed.
/// \param q_rand the configuration toward extension is performed.
/// \retval validPath the longest valid path (possibly of length 0),
/// \retval validPath the longest valid path (possibly of length 0),
...
...
This diff is collapsed.
Click to expand it.
src/manipulation-planner.cc
+
0
−
2
View file @
c5b68c0e
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
#include
"hpp/manipulation/problem.hh"
#include
"hpp/manipulation/problem.hh"
#include
"hpp/manipulation/roadmap.hh"
#include
"hpp/manipulation/roadmap.hh"
#include
"hpp/manipulation/roadmap-node.hh"
#include
"hpp/manipulation/roadmap-node.hh"
#include
"hpp/manipulation/graph-steering-method.hh"
#include
"hpp/manipulation/graph/edge.hh"
#include
"hpp/manipulation/graph/edge.hh"
#include
"hpp/manipulation/graph/node-selector.hh"
#include
"hpp/manipulation/graph/node-selector.hh"
...
@@ -186,7 +185,6 @@ namespace hpp {
...
@@ -186,7 +185,6 @@ namespace hpp {
return
false
;
return
false
;
}
}
HPP_STOP_TIMECOUNTER
(
applyConstraints
);
HPP_STOP_TIMECOUNTER
(
applyConstraints
);
GraphSteeringMethodPtr_t
sm
=
problem_
.
steeringMethod
();
core
::
PathPtr_t
path
;
core
::
PathPtr_t
path
;
HPP_START_TIMECOUNTER
(
buildPath
);
HPP_START_TIMECOUNTER
(
buildPath
);
if
(
!
edge
->
build
(
path
,
*
q_near
,
qProj_
))
{
if
(
!
edge
->
build
(
path
,
*
q_near
,
qProj_
))
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment