-
Notifications
You must be signed in to change notification settings - Fork 20
/
NEWS
48 lines (40 loc) · 1.6 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
-*- outline -*-
* Set tolerance for configuration normalization to 1e-8 instead of 1e-4.
New in 4.10.0
* Modify the way urdf and srdf files are handled. See porting notes in html documentaion
* Bind Path::rankAtParam and class Roadmap.
* Add package.xml.
* Expose Path.constraints.
* Expose ConfigurationConstraint.
* Expose setSecurityMargins and filterCollisionPairs.
New in 4.7.0
* Bind CenterOfMassComputation.
* Bind Path::reverse
* Bind functions integrate, difference, interpolate and saturate.
* Handle LockedJointPtr_t instances the same way as ImplicitPtr_t: use the same container.
* Use inout in IDL when possible.
* Bind method BySubstitution::isConstraintSatisfied
* Make Python code Python 3 compatible, add CMake variable to choose Python version
* Re-introduce method ProblemSolver.addConfigValidation.
New in 4.6.1
* Remove deprecated methods
New in 4.6.0
* Make omniidl backend compliant with omniidl 4.1.2 and 4.2.2
* Install CMake macro to generate Omniorb servants.
New in 2.2.1
* Fix warnings.
* Synchronize cmake submodule.
New in 2.2
* Add an interface to get the list of joint names in the same order as in config.
* Fix various warnings.
New in 2.1.1
* Update dependency versions to preserve compatibility.
New in 2.1
* Update to Kitelab 2.07,
* Remove bindings that allowed creating and adding bodies,
* Update to hpp-kwsplus v2.3.
New in 2.0
* Replace dependency to OpenHRP by dependency to ROS for loading robot models,
* Use hpp-util logging machinery
* Implement a python client making hpp-python obsolete
* Use cmake to build package