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
Humanoid Path Planner
hpp-manipulation
Commits
eb208fdc
Commit
eb208fdc
authored
5 years ago
by
Joseph Mirabel
Browse files
Options
Downloads
Patches
Plain Diff
[Doc] Fix links in main page.
parent
d64f1130
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/main.hh.in
+17
-13
17 additions, 13 deletions
doc/main.hh.in
with
17 additions
and
13 deletions
doc/main.hh.in
+
17
−
13
View file @
eb208fdc
namespace hpp {
namespace manipulation {
/**
\mainpage hpp-manipulation documentation
\anchor hpp_manipulation_documentation
...
...
@@ -17,24 +19,24 @@
\par Constraint graph
The graph of constraint, also referred to as constraint graph, represents the
rules of a manipulation problem. The component of the graph are:
\li State represents a state of the Robot with constraints,
\li Edge represents a transition between two State with parametric constraints.
\li
graph::
State represents a state of the Robot with constraints,
\li
graph::
Edge represents a transition between two
graph::
State with parametric constraints.
State contains a set of \LHPP{core,Constraint} that a configuration of the
graph::
State contains a set of \LHPP{core,Constraint} that a configuration of the
Robot should satisfy to be in the represented state. To ensure that a
configuration is in only one state, the State are ordered in a StateSelector.
The method StateSelector::getState(ConfigurationIn_t) const returns a pointer to
the first State for which State::contains(ConfigurationIn_t) const returns true.
configuration is in only one state, the
graph::
State are ordered in a
graph::
StateSelector.
The method
graph::
StateSelector::getState(ConfigurationIn_t) const returns a pointer to
the first
graph::
State for which
graph::
State::contains(ConfigurationIn_t) const returns true.
For optimization only, another set of \LHPP{core,Constraint} is used for
\LHPP{core,StraightPath} lying in this State.
\LHPP{core,StraightPath} lying in this
graph::
State.
Edge has methods Edge::state() to tell in which State a corresponding path lyes
Edge also contains two sets of \LHPP{core,Constraint}:
\li Edge::configConstraint() returns a \LHPP{core,ConstraintSet} used to
generate a configuration lying in Edge::to() and respecting the
graph::
Edge has methods
graph::
Edge::state() to tell in which
graph::
State a corresponding path lyes
graph::
Edge also contains two sets of \LHPP{core,Constraint}:
\li
graph::
Edge::configConstraint() returns a \LHPP{core,ConstraintSet} used to
generate a configuration lying in
graph::
Edge::to() and respecting the
\LHPP{core,ConfigProjector::rightHandSide},
\li Edge::pathConstraint() returns a \LHPP{core,ConstraintSet} to be inserted
in \LHPP{core,Path} represented by this Edge.
\li
graph::
Edge::pathConstraint() returns a \LHPP{core,ConstraintSet} to be inserted
in \LHPP{core,Path} represented by this
graph::
Edge.
\note
For implementation details, see graph::Graph.
...
...
@@ -48,3 +50,5 @@
thesis</a> for details about the algorithm.
**/
} // namespace manipulation
} // namespace hpp
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