- Aug 03, 2015
-
-
Florent Lamiraux authored
- Make 2 GraphPathValidation::validate deprecated, and - implement a new one that takes a reference to a PathValidationReportPtr_t as input, - update code accordingly.
-
Florent Lamiraux authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
Conflicts: include/hpp/manipulation/graph/graph-component.hh src/graph/graph-component.cc
-
- Jul 18, 2015
-
-
Florent Lamiraux authored
- In method Container::get, when a wrong key was provided, a new element was created and a const ref to this element was returned by the method. The problem was that the element created was destroyed when leaving the method and the const ref became a const ref to nothing.
-
- Jun 11, 2015
-
-
Florent Lamiraux authored
- make ProblemSolver::initializeProblem virtual, - use shared pointers for ConfigurationShooter.
-
- May 14, 2015
-
-
Florent Lamiraux authored
- homogeneize integer types : int -> std::size_t - explicitely cast when necessary.
-
- 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.
-
Florent Lamiraux authored
-
- Apr 21, 2015
-
-
Florent Lamiraux authored
- name setter is now deprecated.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Constraints are now provided at path construction or copy.
-
Florent Lamiraux authored
This method returns the error of a configuration for the constraint stored in a node as a vector.
-
- Apr 13, 2015
-
-
Florent Lamiraux authored
initialize pointer to problem to 0x0.
-
Florent Lamiraux authored
-
- Mar 06, 2015
-
-
- Mar 04, 2015
-
-
Florent Lamiraux authored
-
-
- Feb 26, 2015
-
-
- Feb 25, 2015
-
-
- Feb 24, 2015
-
-
- Feb 20, 2015
-
-
* Remove classes Object, Robot - Class Device constains handles and grippers * ProblemSolver use class Device * TODO: Add collisions between the inner devices.
-
-
- Feb 10, 2015
-
-
- Feb 02, 2015
-
-
- Jan 22, 2015
-
-
- Jan 21, 2015
-
-
- Jan 19, 2015
-
-
- Jan 16, 2015
-
-
- Jan 15, 2015
-
-
-
The bug was introduced when the class PathProjector was created.
-
-
- Jan 14, 2015
-
-
-
The first included file should be the HH corresponding to the CC to avoid missing headers in the HH file.
-