活動
2012/02/19から2012/03/19まで
2012/03/19
- 18:35 機能 #2360: LoggerでClockManagerを使用できるように修正する
- h3. 調査
* Python版では、loggingモジュールを使用しており、ログ時刻は、logging.LogRecordクラスにてtime.time()にて取得されたものが使用されている。
* LogRecordクラスを継承... - 13:30 機能 #2357: Clock管理クラスを導入する
- r541 にて対応済み。
ClockManager.settime()から呼ばれるTimeMeasure.settimeofday()は、再検討の必要あり。 - 13:28 リビジョン 541 (openrtm-python): [incompat,impl,func] ClockManager class has been introduced. refs #2357
- settimeofday has been added.
2012/03/14
- 17:42 整備 #2323 (解決): ExecutionContextBaseの見直し
- ExtTrigExecutionContext, OpenHRPExecutionContext を ExecutionContextBase を使用して実装。 r540
- 17:39 リビジョン 540 (openrtm-python): ExtTrigExecutionContext and OpenHRPExecutionContext have been updated. refs #2323
- 17:33 リビジョン 539 (openrtm-python): Changed Manager.instance().createContext to ExecutionContextFactory.instance().createObject. refs #2388
- 16:55 リビジョン 538 (openrtm-python): - DEEFAULT_PERIOD variable has been added.
- - Log messages have been corrected. refs #2323
- 16:51 バグ #2388: ExecutionContextのバグ
- 変数名のミス self._period -> period_ > r537 にて修正済み。
- 16:49 バグ #2388 (解決): ExecutionContextのバグ
- PeriodicExecutionContextInit()の処理にてmanager.registerECFactoryを使用していたため、
ExecutionContextFactory.instance().addFactory... - 16:12 バグ #2388 (終了): ExecutionContextのバグ
- # ECがFactoryに登録されていない。
# 変数名のミス self._period -> period_ - 16:50 リビジョン 537 (openrtm-python): the mistake of the variable name has been corrected. refs #2388
- 16:41 リビジョン 536 (openrtm-python): The bug about PeriodicExecutionContextInit has been fixed. refs #2388
2012/03/13
- 19:08 バグ #2387 (解決): RTObject.pyのユニットテストの見直し
- r535 にて対応済み。
- 19:05 バグ #2387 (終了): RTObject.pyのユニットテストの見直し
- ExecutionContext周りの変更にともない、RTObject.pyのユニットテストの見直しを行う。
- 19:08 リビジョン 535 (openrtm-python): Update of the test item. refs #2387
- 19:06 バグ #2386: PeriodicExecutionContext ログ関係のバグ
- r534 にて対応済み。
- 19:04 バグ #2386 (終了): PeriodicExecutionContext ログ関係のバグ
- * onWaitingActvated(), onActvated(), onWaitingDeactivated(), onDeactivated(), onWaitingReset(), onReset()でのRTC_PARAN...
- 19:06 リビジョン 534 (openrtm-python): The bug aboug Logging and Condition have been corrected. refs #2386
- 17:49 バグ #2385 (解決): LocalServiceAdminのバグ
- OpenRTM_aist.LocalServiceFactory.instance()をメンバー変数として所持するように変更。 r533
- 17:47 バグ #2385 (終了): LocalServiceAdminのバグ
- LocalServiceAdminの__del__()メソッドでfinalize()メソッドを呼び出しており、ここで以下のExceptionが発生する。...
- 17:48 リビジョン 533 (openrtm-python): The problem of __del__ method has been corrected. refs #2385
- 17:43 機能 #2351 (解決): RTObject_impl::initialize() 内のECの作成方法の修正
- r532 にて対応済み。
- 17:43 リビジョン 532 (openrtm-python): [incompat,header/imple,func] The method to create EC has been changed. Now zero or more EC can be attached to RTC. Configuration options for EC have been changed. refs #2351
- 17:18 リビジョン 531 (openrtm-python): ExecutionContextProfile,RTObjectStateMachine and ExecutionContextWorker have been added. refs #2384 #2343 #2348 #2323
- 17:14 リビジョン 530 (openrtm-python): Moved initialization processing in onStarting(). refs #2323
- 17:04 リビジョン 529 (openrtm-python): [incomaptible impl] worker() has been now divided into three functions: worker_pre(), worker_do(), worker_post(). refs #2320
- 16:59 機能 #2339 (解決): RTCに継承されるプロパティ inherit_prop と取扱方法の変更, DefaultConfigurationの変更
- r528 にて対応済み。
- 16:58 リビジョン 528 (openrtm-python): [compat,impl,newfunc] Default and inherited configurations have been updated for new EC.
- Now non-empty properties are only inherited. refs #2339
- 16:43 バグ #2320 (解決): ECのコールバック実行順序を修正する
- r527 , r529 にて対応済み。
- 16:43 リビジョン 527 (openrtm-python): [incompatible] ExecutionContextBase's super classes have been moved to PeriodicExecutionContext class. refs #2323
- [incomaptible API] Now ExecutionContextProfile management has been moved to ExecutionContextBase. getObjRef() is also...
- 16:15 機能 #2332 (解決): coil::Factoryに生成したオブジェクトを管理する機能を追加する。
- r526 にて対応済み。
- 16:15 リビジョン 526 (openrtm-python): Factory now manages created objects. refs #2332
- 14:44 バグ #2354 (却下): ExecutionContextWorkerのデッドロック
- Python版では、このチケットが発行された後に実装されたためWorkerXXX()系関数ではロックを使用していない。
- 14:32 機能 #2348 (解決): ExecutionContextWorkerの実装
- r525 にてExecutionContextWorker.py,test_ExecutionContextWorker.py(ユニットテスト)を追加。
- 14:30 リビジョン 525 (openrtm-python): [incompat,impl,func] ExecutionContextWorker class was implemented. refs #2348
2012/03/12
- 22:02 機能 #2343 (解決): RTObjectStateMachineの実装
- r524 にてRTObjectStateMachine.pyとtest_RTObjectStateMachine.py(ユニットテスト)を追加。
- 22:00 リビジョン 524 (openrtm-python): [incompat,impl,func] RTObjectStateMachine class was implemented. refs #2343
- 21:54 機能 #2384 (解決): ExecutionContextProfileの実装
- r523 にてExecutionContextProfile.pyとtest_ExecutionContextProfile(ユニットテスト)を追加。
- 21:48 機能 #2384 (終了): ExecutionContextProfileの実装
- ExecutionContextProfileを実装する。
- 21:51 リビジョン 523 (openrtm-python): [incompatible] ExecutionContextProfile.py have been added. refs #2384
- 21:39 整備 #2323: ExecutionContextBaseの見直し
- r522 にてExecutionContextBaseの修正とtest_ExecutionContextBase.py(ユニットテスト)を追加。
- 21:37 リビジョン 522 (openrtm-python): [incompatible] ExecutionContextBase's super classes have been moved to PeriodicExecutionContext class. Delegation to ExecutionContextProfile has been added. refs #2323
- [incompatible behavior] Now onExecute and onStateUpdate execution behavior has been changed when two or more RTCs att...
2012/02/20
- 17:12 リビジョン 521 (openrtm-python): 1.0.2-RELEASE tagged. refs #2368
- 17:12 リビジョン 520 (openrtm-python): 1.0.2-RELEASE tagged. refs #2368
- 17:05 バグ #2368 (解決): SystemLogger.init()でのsetLevel()の問題
- RELENG_1_0および、trunk上のSystemLogger.pyでは、既に対応済み。 r473
1.0系に関しては、 r515 にて対応し、1.0.2-RELEASEとしてリリース。 - 17:02 バグ #2368 (終了): SystemLogger.init()でのsetLevel()の問題
- 岡田先生からの報告...
- 15:28 リビジョン 519 (openrtm-python): Update for 1.0.2. refs #2368
- 15:22 リビジョン 518 (openrtm-python): remove tag 1.0.2-release. refs #2368
- 14:01 リビジョン 517 (openrtm-python): 1.0.2-RELEASE tagged. refs #2368
- 14:00 リビジョン 516 (openrtm-python): 1.0.2-RELEASE tagged. refs #2368
2012/02/19
他の形式にエクスポート: Atom