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
f53b4f69
Commit
f53b4f69
authored
8 years ago
by
Joseph Mirabel
Committed by
Joseph Mirabel
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetic change
parent
b18d88d3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/manipulation-planner.cc
+8
-8
8 additions, 8 deletions
src/manipulation-planner.cc
with
8 additions
and
8 deletions
src/manipulation-planner.cc
+
8
−
8
View file @
f53b4f69
...
@@ -66,14 +66,14 @@ namespace hpp {
...
@@ -66,14 +66,14 @@ namespace hpp {
const
std
::
vector
<
ManipulationPlanner
::
Reason
>
const
std
::
vector
<
ManipulationPlanner
::
Reason
>
ManipulationPlanner
::
reasons_
=
boost
::
assign
::
list_of
ManipulationPlanner
::
reasons_
=
boost
::
assign
::
list_of
(
SuccessBin
::
createReason
(
"--Path could not be fully projected"
))
(
SuccessBin
::
createReason
(
"--Path could not be fully projected"
))
// PATH_PROJECTION_SHORTER = 0,
(
SuccessBin
::
createReason
(
"--Path could not be fully validated"
))
(
SuccessBin
::
createReason
(
"--Path could not be fully validated"
))
// PATH_VALIDATION_SHORTER = 1,
(
SuccessBin
::
createReason
(
"--Reached destination node"
))
(
SuccessBin
::
createReason
(
"--Reached destination node"
))
// REACHED_DESTINATION_NODE = 2,
(
SuccessBin
::
createReason
(
"Failure"
))
(
SuccessBin
::
createReason
(
"Failure"
))
// FAILURE = 3,
(
SuccessBin
::
createReason
(
"--Projection of configuration on edge leaf"
))
(
SuccessBin
::
createReason
(
"--Projection of configuration on edge leaf"
))
// PROJECTION = 4,
(
SuccessBin
::
createReason
(
"--SteeringMethod"
))
(
SuccessBin
::
createReason
(
"--SteeringMethod"
))
// STEERING_METHOD = 5,
(
SuccessBin
::
createReason
(
"--Path validation returned length 0"
))
(
SuccessBin
::
createReason
(
"--Path validation returned length 0"
))
// PATH_VALIDATION_ZERO = 6,
(
SuccessBin
::
createReason
(
"--Path could not be projected at all"
));
(
SuccessBin
::
createReason
(
"--Path could not be projected at all"
));
// PATH_PROJECTION_ZERO = 7
ManipulationPlannerPtr_t
ManipulationPlanner
::
create
(
const
core
::
Problem
&
problem
,
ManipulationPlannerPtr_t
ManipulationPlanner
::
create
(
const
core
::
Problem
&
problem
,
const
core
::
RoadmapPtr_t
&
roadmap
)
const
core
::
RoadmapPtr_t
&
roadmap
)
...
...
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