- Jun 04, 2018
-
-
Raphael Lefevre authored
-
- Jun 01, 2018
-
-
Raphael Lefevre authored
-
- May 28, 2018
-
-
Raphael Lefevre authored
-
- Nov 30, 2017
-
-
- Nov 07, 2017
-
-
Florent Lamiraux authored
-
- Oct 26, 2017
-
-
- Oct 25, 2017
-
-
-
* For n waypoints, the class contains n states and n+1 edges. * The constraints of the WaypointEdge are not used.
-
- Aug 29, 2017
-
-
- Jul 26, 2017
-
-
- Sep 14, 2016
-
-
Florent Lamiraux authored
- make Node class as a deprecated typedef, - rename methods accordingly, making old methods deprecated. Conflicts: src/graph/helper.cc
-
- Jun 23, 2016
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- Jun 16, 2016
-
-
- May 25, 2016
-
-
- May 23, 2016
-
-
Florent Lamiraux authored
-
- May 19, 2016
-
-
Florent Lamiraux authored
-
- May 11, 2016
-
-
- Apr 05, 2016
-
-
- Jan 28, 2016
-
-
- Jan 27, 2016
-
-
- Jan 18, 2016
-
-
-
Conflicts: include/hpp/manipulation/graph/edge.hh include/hpp/manipulation/graph/statistics.hh src/graph/edge.cc src/graph/statistics.cc
-
- Jan 07, 2016
-
-
- Dec 14, 2015
-
-
- Dec 11, 2015
-
-
* the edge are using the problem to get the GraphSteeringMethod * the GraphSteeringMethod can create the underlying steering method
-
- Dec 08, 2015
-
-
- Oct 09, 2015
-
-
- Oct 07, 2015
-
-
* rename PartialShortcutTrait into PartialShortcutTraits
-
-
- Sep 17, 2015
-
-
* ConstraintSet knows which Edge built it (when relevant) * Fix weak pointers of LevelSetEdge and WaypointEdge
-
- Apr 24, 2015
-
-
Florent Lamiraux authored
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.
-
- Apr 21, 2015
-
-
Florent Lamiraux authored
- name setter is now deprecated.
-
- Mar 04, 2015
-
-
- Feb 10, 2015
-
-