This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
ChangeLog
184 lines (126 loc) · 6.08 KB
/
ChangeLog
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
2009-06-23 Florent Lamiraux <[email protected]>
Dump current version as 1.7.0.99.
* configure.ac: Upgrade version number.
2009-06-23 Florent Lamiraux <[email protected]>
Release 1.7.0.
* NEWS: Notify release
* configure.ac: upgrade version number.
2009-06-23 Florent Lamiraux <[email protected]>
Ignore tolrerance in distance computation relative to ChppBody.
* NEWS: start diffusing some news for further release.
* src/hppBody.cpp: here.
2009-06-23 Florent Lamiraux <[email protected]>
Remove obsolete attribute attExactAnalyzer in class ChppBody.
* include/hppModel/hppBody.h: .
* src/hppBody.cpp: .
2009-06-23 Florent Lamiraux <[email protected]>
Remove deprecated functions in class ChppBody.
* include/hppModel/hppBody.h:
* src/hppBody.cpp:
2009-06-05 Florent Lamiraux <[email protected]>
Add some information in comment.
* include/hppModel/hppBody.h: Specify that points in function
distAndPairsOfPoints are expressed in the global reference frame.
2009-05-28 Florent Lamiraux <[email protected]>
Dump current version as 1.6.0.99.
* configure.ac: here.
hppModel 1.6 released May 28, 2009.
2009-05-28 Florent Lamiraux <[email protected]>
Remove static method ChppBody::addOuterObject.
* include/hppModel/hppBody.h: here
* src/hppBody.cpp: and here.
2009-05-08 Florent Lamiraux <[email protected]>
Add debug output relative to distance computation.
* src/hppBody.cpp:
2009-05-04 Florent Lamiraux <[email protected]>
In addInnerObject() do not return before the end of the function.
* src/hppBody.cpp: removed extra return and added output.
2009-05-03 Florent Lamiraux <[email protected]>
Correct selective call to addOuterObject.
* include/hppModel/hppBody.h:
* src/hppBody.cpp:
2009-05-03 Florent Lamiraux <[email protected]>
Implement functions to add an obstacle to a body.
* include/hppModel/hppBody.h, src/hppBody.cpp: These functions takes as
first argument either ChppBody, CkwsKCDBody or CkwsBody and replace
dynamic cast by overloading in ChppBody::addOuterObject().
2009-05-03 Florent Lamiraux <[email protected]>
Distance computation for obstacles is set to true by default.
* include/hppModel/hppBody.h:
2009-05-03 Florent Lamiraux <[email protected]>
Completely reorganize ChppBody class.
* include/hppModel/hppBody.h,
src/hppBody.cpp: declare most methods as
deprecated and define methods with more intuitive names.
* include/hppModel/hppDevice.h: Change prototype of addObstacle().
* src/hppDevice.cpp: Replace calls to deprecated methods by
calls to new methods
2009-05-03 Florent Lamiraux <[email protected]>
Include required headers.
* src/hppJoint.cpp: These headers were formerly included
in other headers. When possible, it is better to include
headers in source files instead of in header files
2009-05-03 Florent Lamiraux <[email protected]>
Upgrade package.doc.in.
* doc/package.dox.in: Remove obsolete commands.
2009-05-02 Florent Lamiraux <[email protected]>
Make documentation reflect implementation.
* include/hppModel/hppBody.h: documentation of
addSolidComponent was obsolete.
2009-05-02 Florent Lamiraux <[email protected]>
Declare setInnerObjects as deprecated.
* include/hppModel/hppBody.h: Use addSolidComponent() on each
object of inInnerObjects instead.
2009-05-02 Florent Lamiraux <[email protected]>
Remove useless code.
* src/hppBody.cpp: In addSolidComponent(),
variable kcdObject was defined and initialized,
but not used.
hppModel 1.5 released March 14, 2009.
19. Implementation of configuration conversion functions
kwsToJrlDynamicsDofValues (KineoWorks -> jrlDynamics)
jrlDynamicsToKwsDofValues (jrlDynamics -> KineoWorks)
RollPitchYawToYawPitchRoll (SO3: jrlDynamics -> KineoWorks)
YawPitchRollToRollPitchYaw (SO3: KineoWorks -> jrlDynamics)
18. Update documentation installation and dependencies.
hppModel 1.4 released Oct 8, 2008.
17. Fixed bug in CkitMat4MatrixFromAbstract()
16. Added ChppJoint::velocityBounds()
15. Fixed bug in ChppDevice::hppSetCurrentConfig(const vectorN&, EwitchPart)
14. Modifications to used fixed joints.
hppModel 1.3 released May 14, 2008.
13. Fix version numbering error.
hppModel 1.1 released May 13, 2008.
12. Added access functions to ChppJoints corresponding to feet,
hand and gaze.
11. If CXXFLAGS and CFLAGS are not defined at configuration, they
are set to "-Wall".
10. Added Anchor Joint for fixed joints.
hppModel 1.0 released February 18, 2008.
9. Changed the class inheritance organization:
9.1. ChppHumanoidRobot now virtually derives from
CimplHumanoidDynamicRobot and is not anymore instanciated
through the template mechanism,
9.2. template <class HDR> ChppSpecificHumanoidRobot now derives
from ChppHumanoidRobot and from HDR (optimized
implementation of CimplHumanoidDynamicRobot).
9.1 is required by 9.2 and 9.2 makes the optimal implementation
compatible with ChppHumanoidRobot.
8. Added a template class ChppSpecificHumanoidRobot to allow
optimized implementation of humanoid dynamic model.
7. In function ChppBody::addSolidComponent, the only KPP joint is
retrieved
from the body to attach the solid component.
This modification makes hppModel compatible with hppCorbaServer.
6. Added operator<< in classes ChppDevice and ChppJoint for
debugging purposes.
5. Reorganization of header files to solve some compilation problems.
4. First version successfully tested with hppWalkPlanner.
3. hppBody::getInnerObjects() removed (use innerObjects() instead)
hppBody::getOuterObjects() removed (use outerObjects() instead)
2. Reorganization of classes.
1. ChppJoint does not derive anymore from CjrlJoint and CkwsJoint
2. ChppJointFreeFlyer, ChppJointRotation and
ChppJointTranslation have been removed.
1. remove methods getOuterObjects, getOuterObjects and attributes
inner, outer since they are implemented in CkwsKCDBody.