forked from humanoid-path-planner/hpp-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
24 lines (23 loc) · 1.21 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-*- outline -*-
* Keep frames of obstacles.
* Add Gaussian configuration shooter
* Enable computation of path derivative up to order 2 for path with time parameterization
* Improve parameters in problem
* SimpleTimeParameterization accepts acceleration limits.
New in 4.1, 2018-05-17
* Diffusing Planner calls path projector if defined.
* ProblemSolver::directPath now calls path projector if defined.
* Implement Dubins, reverse Dubins (Snibud) steering methods
* Rewrite Reeds and Shepp steering method.
* In ProblemSolver, when loading new robot, reset obstacles.
* Move LockedJointPtr_t and JointAndShapes_t from hpp::manipulation::ProblemSolver
* Use MATHJAX for documentation generation.
* Explicit relative transformation takes values in SE3.
* Add getter to joint1 and joint2 in ExplicitRelativeTransform.
* Add k nearest neightbor search in whole roadmap.
* Implement k-PRM*.
* Implement continuousCollisionChecking::Progressive::filterCollisionPairs.
* Add accessor to the SteeringMethod::problem_.
* Add TimeParameterization and add it to Path.
* Fix loop of shared ptr of ConnectedComponent.
* member BasicConfigurationShooter is not a const reference anymore.