Add steering method member in Graph and Edge classes.
The steering method of the graph is copied in each edge. The steering method is used to create path related to an edge of the manipulation graph. In the current version, a SteeringMethodStraight instance is created by the ProblemSolver, but in the future, this will be parameterizable.
Showing
- include/hpp/manipulation/graph/edge.hh 31 additions, 16 deletionsinclude/hpp/manipulation/graph/edge.hh
- include/hpp/manipulation/graph/graph.hh 12 additions, 3 deletionsinclude/hpp/manipulation/graph/graph.hh
- include/hpp/manipulation/graph/node.hh 3 additions, 1 deletioninclude/hpp/manipulation/graph/node.hh
- include/hpp/manipulation/problem.hh 1 addition, 1 deletioninclude/hpp/manipulation/problem.hh
- src/graph/edge.cc 30 additions, 19 deletionssrc/graph/edge.cc
- src/graph/graph.cc 8 additions, 2 deletionssrc/graph/graph.cc
- src/graph/node.cc 2 additions, 1 deletionsrc/graph/node.cc
- tests/path-projection.cc 5 additions, 1 deletiontests/path-projection.cc
- tests/test-constraintgraph.cc 6 additions, 1 deletiontests/test-constraintgraph.cc
Loading
Please register or sign in to comment