- Jul 20, 2018
-
-
Florent Lamiraux authored
core::NumericalConstraints -> constraints::Implicit core::Equation -> constraint::explicit core::ExplicitNumericalConstraints -> constraint::explicit core::LockedJoint -> constraints::LockedJoint
-
Florent Lamiraux authored
-
- Jul 16, 2018
-
-
Florent Lamiraux authored
hpp::constraints::HierarchicalIterativeSolver -> hpp::constraints::solver::HierarchicalIterative, hpp::constraints::HybridSolver -> hpp::constraints::solver::BySubstitution hpp::constraints::ExplicitSolver -> hpp::constraints::ExplicitConstraintSet
-
- Jul 10, 2018
-
-
Joseph Mirabel authored
Remove assert in WaypointEdge::build.
-
Florent Lamiraux authored
- when building edges by hand, this assert may fail eventhough the problem is well posed.
-
- Jul 04, 2018
-
-
Joseph Mirabel authored
In WaypointEdge, do not create paths between 2 successive equal confi…
-
Florent Lamiraux authored
- assert that if not equal, distance between 2 successive configuration is more than 1e-8. - this complies with hpp-core policy acording to which, a constraint does not modify a configuration if the configuration satisfies the constraint.
-
- Jun 04, 2018
-
-
Florent Lamiraux authored
-
Raphael Lefevre authored
-
- Jun 01, 2018
-
-
Raphael Lefevre authored
-
Raphael Lefevre authored
-
- May 31, 2018
-
-
- May 28, 2018
-
-
Raphael Lefevre authored
-
- May 24, 2018
-
-
Florent Lamiraux authored
Test had not been updated since version 3.
-
- May 17, 2018
-
- May 13, 2018
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- May 12, 2018
-
-
Florent Lamiraux authored
-
- May 11, 2018
-
-
Florent Lamiraux authored
-
- May 10, 2018
-
-
Florent Lamiraux authored
- copy paste and adapt code of hpp::core::ConnectedComponent.
-
- May 09, 2018
-
-
Florent Lamiraux authored
- RoadmapNode::symbolicComponent -> RoadmapNode::leafConnectedComponent, - Roadmap::symbolicComponents -> Roadmap::leafConnectedComponents. - rename private member Roadmap::symbolicCCs_ -> leafCCs_, - rename private member RoadmapNode::symbolicCC_ -> leafCC_.
-
Florent Lamiraux authored
-
- May 07, 2018
-
-
Joseph Mirabel authored
In class Roadmap call parent implementation in init method
-
- May 06, 2018
-
-
Florent Lamiraux authored
- parent implementation initializes weak_ member.
-
- Apr 13, 2018
-
-
Joseph Mirabel authored
Update to changes into hpp::core::pathOptimization::SplineGradientBased
-
- Apr 12, 2018
-
-
- Mar 27, 2018
-
-
- Mar 07, 2018
-
-
- Mar 05, 2018
-
-
Florent Lamiraux authored
-
- Feb 22, 2018
-
-