Skip to content
Snippets Groups Projects
Commit 9da447ae authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Update NEWS.

parent 6f1c8deb
No related branches found
No related tags found
No related merge requests found
Pipeline #4861 passed with warnings
-*- outline -*-
New in 4.6.0
* Add setter to relative motion matrix in edges. * Add setter to relative motion matrix in edges.
* Add method Edge::neighborEdges.
* Enrich API of EndEffectorTrajectory steeringMethod.
* Fix API of Problem: make steeringMethod setter accessible.
* Always use edge validation and steering method in ManipulationPlanner.
* Make GraphPathValidation not mandatory.
* Remove SymbolicPlanner.
* Keep the default validation from hpp-core.
2018/05/17 - Release 4.1 New in 4.1
* Reset data when inserting robot. * Reset data when inserting robot.
* Fix detection of hpp-wholebody-step. * Fix detection of hpp-wholebody-step.
* In GraphSteeringMethod; create a inner steering method at construction. * In GraphSteeringMethod; create a inner steering method at construction.
...@@ -32,17 +41,17 @@ ...@@ -32,17 +41,17 @@
* ProblemSolver has a map of graph::GraphPtr_t. * ProblemSolver has a map of graph::GraphPtr_t.
* Prevent name collision in graph construction. * Prevent name collision in graph construction.
2014/12/03 - Release 1.1 New in 1.1
* Add projector for paths. * Add projector for paths.
* Add information in the tooltips of the DOT graph. * Add information in the tooltips of the DOT graph.
2014/12/03 - Release 1.0.2 New in 1.0.2
* Fix bug when projection using WaypointEdge * Fix bug when projection using WaypointEdge
2014/12/03 - Release 1.0.1 New in 1.0.1
* Fix bug in WaypointEdge * Fix bug in WaypointEdge
2014/11/18 - Release 1.0 New in 1.0
* Manipulation planner based on RRT. * Manipulation planner based on RRT.
* A graph of constraint. * A graph of constraint.
* graph::Edge has 3 implementations: Edge, WaypointEdge, LevelSetEdge * graph::Edge has 3 implementations: Edge, WaypointEdge, LevelSetEdge
......
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