~hrg/hrg-packaging/openhrp3

382 by ravin
Added README, HISTORY and LICENSE texts(English) for 3.1
1
OpenHRP3 Updates History (Release Notes)
2
1479.1.1 by Kei Okada
update CHANGELOG/HISTORY
3
Ver.3.1.9
4
=========================
5
・ supports OpenRTM-aist 1.1.2, 1.2.0, trunk
6
7
・ supports ARM64
8
9
・ supports Ubuntu 16.04
10
11
・ supports Boost 1.34.0
12
13
・ Support clang
14
15
・ layout python stub to right place
16
17
・ Fix many compile warning
18
19
・ hrplib/hrpModel : changes return type of World::numBodies(),numXXX() from int to unsigned
20
21
・ hrplib/hrpModel : supports slide joints (Link:SLIDE_JOINT) in calcCMJacobian()
22
23
・ hrplib/hrpModel : fixes a bug in calcInverseKinematics
24
25
・ hrplib/hrpModel : fixes bugs when loading PROTO Surface
26
27
・ hrplib/hrpPlanner : enables to add an extra connection check between trees
28
29
・ hrplib/hrpPlanner : Algorithm::ignoreCollisionAtStart() and Algorithm::ignoreCollisionAtGoal()
30
31
・ hrplib/hrpPlanner : Fix bugs, uses attitude() instead of R
32
33
・ hrplib/hrpCollision : modifies CreateSSV() to prevent Zero Div
34
35
・ hrplib/hrpCollision : fix detection of triangle
36
37
・ hrplib/hrpUtil : TriangleMeshShaper.cpp: checks values to prevent NaN
38
39
・ hrplib/hrpUtil : ModelNodeSet.h,BodyInfo_impl.cpp: uses aligned allocator
40
41
・ hrplib/hrpUtil : Add angular momentum jacobian
42
43
・ hrplib/hrpUtil : Eigen3d.cpp,testEigen3d.cpp: add the correction of floating point error
44
45
・ hrplib/hrpUtil : Add google test for Eigen3d.cpp
46
47
・ server/ModelLoader : ColladaWriter.h: check that a base link and an effector links exist
48
49
・ server/ModelLoader : exportCollada.cpp help message for adding information of manipulator to collada file
50
51
・ server/ModelLoader : BodyInfo_impl.cpp: set default mass properties
52
53
・ server/ModelLoader : projectGenerator.cpp: Add outport for root link actual pos and rot
54
55
・ server/ModelLoader : projectGenerator.cpp: Add integration method (EULER, RUNGE_KUTTA..) argument and update readme
56
57
・ server/ModelLoader : projectGenerator.cpp: projectGenerator.cpp: generating default outport:dq in project file by projectGenerator
58
59
・ server/ModelLoader : ModelLoader_impl.cpp: fix ModelLoader to enable the compile without collada
60
61
・ server/ModelLoader : ModelLoader_impl.cpp: support PROJECT_DIR in ModelLoader
62
63
・ server/ModelLoader : ColladaWriter.h: fix for reducing CORBA communication on 32bit machine on models with many shapes
64
65
・ server/ModelLoader : README.md: add README.md with options and an example for projectGenerator
66
67
・ sample : Add hand bush for sample1_bush.wrl. Currently do not fix indent to check diff. Update bush parameters
68
69
・ sample : sample_special_joint_robot.wrl: Add sample robot to check special joints, 6dof+ leg, toe foot etc..
70
71
・ sample : sample_4leg_robot*.wrl: Add 4leg robot
72
73
・ sample : sample1_bush.wrl, example/customizer:: Add sample1 model with rubber bush and bush customizer
74
75
1423.1.1 by Kei Okada
update CHANGELOG
76
Ver.3.1.8
77
=========================
78
・ sample/model/sample1.wrl rotate imu mount coordinate for debug
79
80
・ hrplib/hrpModel/ForwardDynamics.cpp Fix accel sensor frame
81
discussed in https://github.com/fkanehiro/hrpsys-base/issues/472
82
・ modelloader / projectGenerator move openhrp-project-generator from hrpsys-base
83
84
・ export-collada has been renamed to openhrp-export-collada
85
86
・ export-vrml : add --use-inline-shape to output separate mesh files
87
88
・ Eigen3d.h use 1.0e-12 instaed of 1.0e-6 for error check
89
90
・ hrplib/hrpUtil/MatrixSolvers user calcSRInverse
91
92
・ BodyInfoCollada_impl.cpp  fix for wrong collada interpretation, joint axis is in child frame
93
94
・ super ugry hack for catkin build
95
96
・ update .travis.yml
97
98
・ adds ppa repository without confirmation
99
100
・ create symlink for share directory for backword compatibility
101
102
・ changes openrtm-aist to openrtm-aist-dev and adds collada-dom-dev
103
104
・ changes PPA repository
105
106
・ fix problem when environment variable "_" not set
107
108
・ add dependency for ubuntu trusty
109
110
・ Fix test to match change python stub install location (fixes #36)
111
112
・ Change python stub install location (fixes #36)
113
1390.2.1 by Kei Okada
fix HISTORY for 3.1.7 release
114
Ver.3.1.7
115
=========================
116
・add package.xml and CMakeLists.txt for catkin compile
117
118
・disable java IDL compile by defualt
119
120
・disable java python compile by defualt
121
122
・convert wrl file into COLLADA file during compile
123
124
・add sample3dof robot model
125
126
・add .travis.yml file
127
128
・fix servo gain in PD controller 
129
130
・add CollisionDetector::colldingPairs()
131
132
・support OpenRTM 1.1.1
133
134
・fix bug in COLLADA loading
135
1376 by kanehiro
fixes a bug in loading COLLADA(by kakiuchi) and increments version number to 3.1.6
136
Ver.3.1.6
137
=========================
138
* fix inertia matrix conversion of ModelLoader
139
140
* fix segment's name of ModelLoader
141
142
* fix link's rotation of ModelLoader
143
1369 by kanehiro
preparation for 3.1.5 release
144
Ver.3.1.5
145
=========================
146
* support QNX
147
148
* support java 1.7
149
150
* fix thread safe problem for loading collada
151
152
* rename tlimit -> climit in ModelLoader.idl
153
154
* fix inertia matrix of ColladaWriter
155
156
* fix inertia matrix of SampleRobot
157
158
* check if normal.isZero() before normal.normalize()
159
1339 by hattori
3.1.4リリース準備
160
Ver.3.1.4
161
=========================
162
* OpenHRP3 now officially supports Ubuntu 12.10.
163
164
* The virtual joint can be used now. Thereby, the simulation of a closed link mechanism is possible. 
165
166
* resolved some miscellaneous problems in OpenHRP.
167
1251 by hattori
3.1.3用の修正
168
Ver.3.1.3
169
=========================
170
* OpenHRP3 now officially supports Ubuntu 11.10, 12.04.
171
172
* The C++ library for matrices, vectors were changed into Eigen from Tvmet. 
173
174
* ModelLoader supported to the model file of COLLADA form. 
175
176
* The contact model for sphere-sphere and sphere-mesh pairs was added.
177
178
* resolved some miscellaneous problems in OpenHRP.
179
180
Ver.3.1.2
181
=========================
182
 * OpenHRP3 now officially supports Ubuntu 11.04.
183
1085 by hattori
OpenHRP3.1.2用
184
 * With the version upgrade of OpenRTM, we supports OpenRTM-aist-1.0.2,OpenRTM-aist-1.1.0. 
1251 by hattori
3.1.3用の修正
185
186
 * The fault RengeSensor information is not saved at a model file was corrected. 
187
188
 * The fault of the display of RengeSensor was corrected. 
189
190
 * The problem of the Extrusion node in ModelLoader was solved. 
191
192
 * New functions were added to the ViewSimulator server. 
193
194
 * The starting point and the terminal point of an animation can be specified now. 
195
196
 * resolved some miscellaneous problems in OpenHRP.
197
198
199
Ver.3.1.1 (09-05-2011)
200
=========================
201
 * GraphView now supports displaying the position of a model and the posture.
202
203
 * Resolved miscellaneous problems of CollisionView.
204
205
 * Added a feature that supports creating model files that have multiple Segment node on GrxUI.
206
207
 * Added a feature that supports combining the existing model on GrxUI.
208
 
209
 * Added a View which sets up a controller bridge. 
210
211
 * resolved some miscellaneous problems in OpenHRP.
212
 
382 by ravin
Added README, HISTORY and LICENSE texts(English) for 3.1
213
954 by k.saeki
リリースに向けてHISTORYとchangelogを修正
214
Ver.3.1.00-Release (21-09-2010)
924 by k.saeki
3.1.0 Release準備
215
==============================
216
217
 * OpenHRP3 now officially supports Ubuntu 10.04 LTS.
218
219
 * Revised creating view process of the GrxUI start.
220
221
 * improved a parsing VRML function.
222
223
 * Revised it to leave out frames when processing was not possible for fps, at replay.
224
225
 * Revised it to synchronize the update time of ViewSimulation with the frame rate of the camera
226
227
 * Revised it to be update contents of RobotState View, at replay after the simulation too.
228
229
 * Fixed bug that exception is raised when plural ControllerBridge works..
230
231
 * Supports plural WorldItem.
232
233
 * Revised it to lower display load of Property View.
234
235
 * Fixed the issue of cross axle of the graph.
236
237
 * Resolved miscellaneous problems of JythonPromptView.
238
239
 * Resolved miscellaneous problems of OnlineViewer.
240
241
 * Resolved miscellaneous problems of 3DView.
242
243
 * resolved some miscellaneous problems in OpenHRP
244
245
753 by warataka
ドキュメント更新
246
Ver.3.1.0(BETA 4) (15-03-2010)
723 by ravin
English release notes for beta4
247
==============================
746 by warataka
チケット #1308 に伴う修正
248
723 by ravin
English release notes for beta4
249
 * According with the version upgrade of OpenRTM, 
250
   we now support OpenRTM-aist-1.0.0-Release.
251
252
 * OpenHRP3 now officially supports Ubuntu 9.1.
253
254
 * The problem of extending the simulation time is now resolved.
255
256
 * Fixed the issue of previous project name remaining in new projects.
257
258
 * Fixed the issue of not reflecting Collision setings.
259
260
 * Fixed the assertion occurrence of GrxUIonEclipse, at its start up.
261
262
 * Plane that defined in crossSection field was not orthogonal, respect to 
263
   the line that defined in spine field. This problem is resolved.
264
265
 * Resolved miscellaneous problems of ModelLoader.
266
267
 * Resolved miscellaneous problems of ServerManagerView.
268
269
 * Visualized Bounding-box tree.
270
271
 * Enabled interference check using with Bounding-box.
272
273
 * Property input system is improved to be editable as user's preference.
274
275
 * GrxUIonEclipse now supports Eclipse3.4.2(Ganymede).
276
277
 * Published Eclipse3.4.2 and Eclipse3.2 packages that include all the 
278
   plugins that are necessary for GrxUIonEclipse.
279
280
 * GrxUIonEclipse plugin now supports language switching between 
281
   Japanese and English.
282
283
 * Published binary package installer for Windows.
284
285
 * Published Debian binary package for Linux.
286
287
 * Developed Joystick component as an Eclipse plugin.
288
289
 * pkg-config is now supported.
290
291
 * Switching between High-gain mode and Torque-control mode can now be done 
292
   by Property-View window.
293
294
 * Each tab in OpenHRP-View are changed to views.
295
753 by warataka
ドキュメント更新
296
 * To correspond only to RGB form of no compression,
297
   the format of the recording image changed. 
723 by ravin
English release notes for beta4
298
556 by ravin
Added beta3 history text(english).
299
Ver.3.1.0(BETA 3) (14-09-2009)
723 by ravin
English release notes for beta4
300
==============================
556 by ravin
Added beta3 history text(english).
301
302
 * With the version upgrade of OpenRTM, we moved our dependence on OpenRTM-aist 
303
   from Ver 0.4.2 to 1.0.0-rc1.
304
305
 * 'GrxUI on Eclipse' now supports Eclipse RCP.
306
307
 * OpenHRP3 now officially supports Ubuntu 9.04.
308
309
 * Fixed the problem of not displaying graphs on GraphView.
310
723 by ravin
English release notes for beta4
311
 * The issue that Jython scripts could not be run normally upon JythonPrompt 
312
   View, was resolved.
556 by ravin
Added beta3 history text(english).
313
723 by ravin
English release notes for beta4
314
 * When multiple copies of same RTC are generated by ControllerBridge, 
315
   connecting ports could not be done as normal. This problem is now resolved.
556 by ravin
Added beta3 history text(english).
316
317
 * Changed the value of "scale" in sample model file house.wrl .
318
319
 * Some values did not reflected when edit in 3DView's Edit mode. This issue is 
320
   now resolved.
321
322
 * OpenHRP3 now supports loading models that does not have Segment node.
323
723 by ravin
English release notes for beta4
324
 * When a dialog box is moved away from 3DView area, the screen did not 
325
   refreshed and the dialog's client area kept displaying. This problem is now 
326
   resolved.
327
328
 * PropertyView of 'GrxUI on Eclipse' had values that were diffrent from 
329
   property name. This problem is now resolved.
330
331
 * The viewpoint settings did not reflected when recording. This issue is now 
332
   fixed.
556 by ravin
Added beta3 history text(english).
333
334
 * The flicker of GraphView was reduced.
335
336
447 by ravin
Updated history, adding release notes for 3.1.0beta2(#666)
337
Ver.3.1.0(BETA 2) (09-06-2009)
723 by ravin
English release notes for beta4
338
==============================
447 by ravin
Updated history, adding release notes for 3.1.0beta2(#666)
339
340
 * Added documentation for PD_HGtest.
341
342
 * Abolished using bin/unix, bin/dos directories.
343
344
 * LoggerView is now supported frame-by-frame playback.
345
346
 * LoggerView is fixed to support forward/reverse playback at "1/64" speed.
347
348
 * Simulating model could not be displayed when simulation was started, 
349
   while LoggerView slider was at a middle possition of the track. 
350
   This problem has now been resolved.
351
352
 * Fixed the problem with GraphView, that not updating graph according to 
353
   the elapsed time.
354
355
 * Fixed the problem with GraphView, that graphs could not be added/deleted.
356
357
 * Free joints that are not viewed on GraphView, can now be selected
358
   and excluded using view-selecting combo box.
359
360
 * When launching GrxUI, a list box that allows to select robot name, 
361
   appeares at the top of RobotStateView, and disappeared when project 
362
   loading is completed. This problem has now been resolved.
363
364
 * Fixed the problem of not displaying joint values, when model was set to 
365
   hidden on RobotStateView.
366
367
 * Robot could not be selected from list, when multiple models are loaded in 
368
   RobotStateView. This issue has now been resolved.
369
370
 * Handled the exception that occured when ServerManagerView was closed 
371
   and restarted.
372
373
 * 3DView display did not advance, when focus was moved from GrxUI perspective 
374
   to another. This problem has now been fixed.
375
376
 * Fixed the problem that GrxUI perspective could not be loaded in newly 
377
   opened Eclipse Windows.
378
379
 * When multiple Eclipse windows were opened and if GrxUI perspective loaded 
380
   window was not closed using "X" button, eclipse could not be launched next 
381
   time. This problem has now been fixed.
382
383
 * Fixed the issue that objects could not be rebinded from NameServer, when 
384
   GrxUI perspective was closed and reloaded.
385
386
 * NameServer went shutdown if ProcessManagerView was closed when NameServer 
387
   life cycle is synchronous with GrxUI. This issue has now been fixed.
388
389
 * The problem with starting PD_HGtest is fixed.
390
391
 * Increasing list fields in controllerTabView and collisionTabView of 
392
   OpenHRPView, caused difficulties to operate the interface at the bottom.
393
   This issue has now been fixed.
394
395
 * Even the WorldState's item properties were updated in PropertyView, the 
396
   change was not reflected in OpenHRPView. This issue has now been resolved.
397
398
 * Fixed the problem with WorldStateItem becoming "not selected" when it 
399
   was delete. 
400
401
 * Fixed the malfunction of inverse kinematics related 3DView button.
402
403
 * Item's name change was not reflected until the focus moved to another item.
404
   This issue has now been fixed.
405
406
 * When AIST dynamics server engine is used to simulate a collision check 
407
   between cylinder model and plane model, cylinder model was sinked in 
408
   plane model. This issue has now been fixed.
409
410
 * The problem with saving logs is resolved.
411
412
 * The problem with saving Python script is resolved.
413
414
 * Logs is set to be stored in heap memory, until we complete testing heap 
415
   resources of JavaVM. This step was taken for improving processing speed.
416
417
382 by ravin
Added README, HISTORY and LICENSE texts(English) for 3.1
418
Ver.3.1.0(BETA) (03-03-2009)
419
============================
420
421
 * Implemented GrxUI as an Eclipse plug-in.
422
423
 * ModelLoader was rewritten in C++. Because of that, model reading speed 
424
   was greatly improved the compared to the series 3.0 that written in Java.
425
426
 * Added a feature that supports creating model files on GrxUI.
427
428
 * Started using CMake to generate makefiles and project files. This helped 
429
   to make the directory structure clear and eazy-to-use.
430
431
 * Server Management Panel (Server Manager View) was added to control the 
432
   starting of CORBA servers on GrxUI.
433
434
 * Bacame compatible with Ubuntu 8.10 .
435
436
 * When a link has contact with another object, the contact-point and the 
437
   contact-force of the simulator can now get through controller bridge.
438
439
 * Simulating a robot mechanism that has a fixed joint other than "Root", 
440
   is also supported now.
441
442
 * Prevented generating a new VirtualRobot, when simulation is restarted.
443
444
 * Specifying multiple ID names for --in-port/--out-port options in 
445
   ControllerBridge is now supported.
446
447
 * ControllerBridge now supports with multiple RTC's.
448
449
 * "jointAxis" data type that used in sample models, was converted to "SfVec3f".
450
451
452
Ver.3.0.3 (28-11-2008)
453
======================
454
455
 * The issue of Modaless dialog remains displayed at start-up, was fixed.
456
457
 * Image output properties (COLOR_IMAGE, GRAYSCALE_IMAGE, DEPTH_IMAGE) are 
458
   now available to use.
459
460
 * The issue of model's behavior becomes odd, when it is given the initial 
461
   rotation value by editing VRML file.
462
463
 * Embeded OpenRTM-aist-0.4.2 installer in to Ubuntu installer script and 
464
   removed unnecessary packages.[Linux edition]
465
466
 * Introduced environment configurator package for Windows.
467
468
 * Function of dll export in rtc controller's sample, is modified to refer 
469
   the macro provided by OpenRTM-aist-0.4.2.
470
471
 * Updated English documentations.
472
473
 * Updated Troubleshooting page.
474
475
476
Ver.3.0.2 (19-09-2008)
477
======================
478
479
 * The trouble that the Series button doesn't activate, even if the graph 
480
   contents were made after creating a new project on GrxUI, was resolved.
481
482
 * Fixed the issue with omniNames, that had started with GrxUI doesn't exits 
483
   automatically with GrxUI exit.
484
485
 * The issue that InPort could not be created in type of ABS_TRANSFORM in 
486
   ControllerBridge, was fixed.
487
488
 * The Trouble that the identification name was not able to be used by 
489
   specifying the input port of ControllerBridge, was corrected.
490
491
 * When orientation of the robot's base coordinates system and the angles 
492
   of all joints were given in the NoSim mode (the mode when Forward Dynamics 
493
   is deselected) and the simulation started, the issue of displaying as 
494
   it moves only the base link preceded, was resolved.
495
496
 * Resolved the problem of which the OK/CANCEL button was not displayed, 
497
   when GrxUI's OpenHRP Tab-window-size was too narrow.
498
499
 * Fixed the issue of that unbale to simulate SampleController, When it was 
500
   executed with "Tokyo University's server" (DynamicsSimulator/server.ut).
501
502
 * The problem that the image generation of ViewSimulator was not going 
503
   corresponding to the simulation time, was corrected.
504
505
 * The error occured when DynamicsSimulator was started in debug mode of 
506
   VC++, was resolved.[Windows edition]
507
508
 * Fixed the trouble which was unable to refer jython.jar, since the jython 
509
   distributors changed the installing location of jython.jar . [Linux edition]
510
511
 * The definitions in config.sh and config.bat were changed to include only 
512
   user-definable parameters.
513
514
 * Java3D and JMF are now included in package it self.
515
516
 * OpenHRP3 has changed to use Java3D Ver 1.4.1, since we found a trouble 
517
   with 1.5 series, when acquisitioning depth buffer.
518
519
 * Temp directory of GrxUI was changed to ${HOME}/.grxui .[Linux edition]
520
521
 * The format of the configuration file, read by the config-file option of 
522
   ControllerBridge was changed.
523
524
 * The file-extension that had to specify for 'module' option in ControllerBridge 
525
   was made to be able to omit.
526
527
 * Added a function that outputs simulation time, when receiving data from 
528
   DynamicsSimulator.
529
530
 * English web manuals were published.
531
532
533
Ver.3.0.1 (2008/06/18)
534
======================
535
536
 * The issue with matrix calculation library, in Ver.3.0.0 was resolved.
537
538
 * OpenHRP3 is no more supported with Visual C++ 2005. Please use Visual 
539
   C++ 2008 from now on.
540
541
 * Added Make.vars and install script for Ubuntu 8.04.
542
543
 * Added arm-type sample robot "PA10".(Model data was provided by 
544
   "MITSUBISHI HEAVY INDUSTRIES, LTD")
545
546
 * The license was changed to EPL along with the start of general distributing