Skip to content
Snippets Groups Projects
Commit 17159fc1 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Fix documentation of edge.

parent 015e0107
No related branches found
No related tags found
No related merge requests found
...@@ -75,11 +75,10 @@ namespace hpp { ...@@ -75,11 +75,10 @@ namespace hpp {
/// object to a node where the robot holds the object, the /// object to a node where the robot holds the object, the
/// configuration constraints represent a fixed relative /// configuration constraints represent a fixed relative
/// position of the object with respect to the gripper and a /// position of the object with respect to the gripper and a
/// stable position of the object. Configuration constraints /// stable position of the object. Configuration constraints are
/// are necessary to generate a configuration in the start node /// necessary to generate a configuration in the destination
/// of the edge that can reach a given configuration in the /// node of the edge that is reachable from a given
/// destination node by an admissible path. \sa methods /// configuration in the start node by an admissible path.
/// configConstraint, canConnect, applyConstraints.
class HPP_MANIPULATION_DLLAPI Edge : public GraphComponent class HPP_MANIPULATION_DLLAPI Edge : public GraphComponent
{ {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment