プロジェクト

全般

プロフィール

活動

2012/02/21から2012/03/21まで

2012/03/21

23:26 リビジョン 542 (openrtm-python): [incompat,impl,func] ClockManager class has been introduced. refs #2357
settimeofday has been added. kurihara

2012/03/19

18:35 機能 #2360: LoggerでClockManagerを使用できるように修正する
h3. 調査
* Python版では、loggingモジュールを使用しており、ログ時刻は、logging.LogRecordクラスにてtime.time()にて取得されたものが使用されている。
* LogRecordクラスを継承...
kurihara
13:30 機能 #2357: Clock管理クラスを導入する
r541 にて対応済み。
ClockManager.settime()から呼ばれるTimeMeasure.settimeofday()は、再検討の必要あり。
kurihara
13:28 リビジョン 541 (openrtm-python): [incompat,impl,func] ClockManager class has been introduced. refs #2357
settimeofday has been added. kurihara

2012/03/14

17:42 整備 #2323 (解決): ExecutionContextBaseの見直し
ExtTrigExecutionContext, OpenHRPExecutionContext を ExecutionContextBase を使用して実装。 r540 kurihara
17:39 リビジョン 540 (openrtm-python): ExtTrigExecutionContext and OpenHRPExecutionContext have been updated. refs #2323
kurihara
17:33 リビジョン 539 (openrtm-python): Changed Manager.instance().createContext to ExecutionContextFactory.instance().createObject. refs #2388
kurihara
16:55 リビジョン 538 (openrtm-python): - DEEFAULT_PERIOD variable has been added.
- Log messages have been corrected. refs #2323 kurihara
16:51 バグ #2388: ExecutionContextのバグ
変数名のミス self._period -> period_ > r537 にて修正済み。 kurihara
16:49 バグ #2388 (解決): ExecutionContextのバグ
PeriodicExecutionContextInit()の処理にてmanager.registerECFactoryを使用していたため、
ExecutionContextFactory.instance().addFactory...
kurihara
16:12 バグ #2388 (終了): ExecutionContextのバグ
# ECがFactoryに登録されていない。
# 変数名のミス self._period -> period_
kurihara
16:50 リビジョン 537 (openrtm-python): the mistake of the variable name has been corrected. refs #2388
kurihara
16:41 リビジョン 536 (openrtm-python): The bug about PeriodicExecutionContextInit has been fixed. refs #2388
kurihara

2012/03/13

19:08 バグ #2387 (解決): RTObject.pyのユニットテストの見直し
r535 にて対応済み。 kurihara
19:05 バグ #2387 (終了): RTObject.pyのユニットテストの見直し
ExecutionContext周りの変更にともない、RTObject.pyのユニットテストの見直しを行う。 kurihara
19:08 リビジョン 535 (openrtm-python): Update of the test item. refs #2387
kurihara
19:06 バグ #2386: PeriodicExecutionContext ログ関係のバグ
r534 にて対応済み。 kurihara
19:04 バグ #2386 (終了): PeriodicExecutionContext ログ関係のバグ
* onWaitingActvated(), onActvated(), onWaitingDeactivated(), onDeactivated(), onWaitingReset(), onReset()でのRTC_PARAN... kurihara
19:06 リビジョン 534 (openrtm-python): The bug aboug Logging and Condition have been corrected. refs #2386
kurihara
17:49 バグ #2385 (解決): LocalServiceAdminのバグ
OpenRTM_aist.LocalServiceFactory.instance()をメンバー変数として所持するように変更。  r533
kurihara
17:47 バグ #2385 (終了): LocalServiceAdminのバグ
LocalServiceAdminの__del__()メソッドでfinalize()メソッドを呼び出しており、ここで以下のExceptionが発生する。... kurihara
17:48 リビジョン 533 (openrtm-python): The problem of __del__ method has been corrected. refs #2385
kurihara
17:43 機能 #2351 (解決): RTObject_impl::initialize() 内のECの作成方法の修正
r532 にて対応済み。 kurihara
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
kurihara
17:18 リビジョン 531 (openrtm-python): ExecutionContextProfile,RTObjectStateMachine and ExecutionContextWorker have been added. refs #2384 #2343 #2348 #2323
kurihara
17:14 リビジョン 530 (openrtm-python): Moved initialization processing in onStarting(). refs #2323
kurihara
17:04 リビジョン 529 (openrtm-python): [incomaptible impl] worker() has been now divided into three functions: worker_pre(), worker_do(), worker_post(). refs #2320
kurihara
16:59 機能 #2339 (解決): RTCに継承されるプロパティ inherit_prop と取扱方法の変更, DefaultConfigurationの変更
r528 にて対応済み。 kurihara
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 kurihara
16:43 バグ #2320 (解決): ECのコールバック実行順序を修正する
r527 , r529 にて対応済み。 kurihara
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... kurihara
16:15 機能 #2332 (解決): coil::Factoryに生成したオブジェクトを管理する機能を追加する。
r526 にて対応済み。 kurihara
16:15 リビジョン 526 (openrtm-python): Factory now manages created objects. refs #2332
kurihara
14:44 バグ #2354 (却下): ExecutionContextWorkerのデッドロック
Python版では、このチケットが発行された後に実装されたためWorkerXXX()系関数ではロックを使用していない。 kurihara
14:32 機能 #2348 (解決): ExecutionContextWorkerの実装
r525 にてExecutionContextWorker.py,test_ExecutionContextWorker.py(ユニットテスト)を追加。 kurihara
14:30 リビジョン 525 (openrtm-python): [incompat,impl,func] ExecutionContextWorker class was implemented. refs #2348
kurihara

2012/03/12

22:02 機能 #2343 (解決): RTObjectStateMachineの実装
r524 にてRTObjectStateMachine.pyとtest_RTObjectStateMachine.py(ユニットテスト)を追加。 kurihara
22:00 リビジョン 524 (openrtm-python): [incompat,impl,func] RTObjectStateMachine class was implemented. refs #2343
kurihara
21:54 機能 #2384 (解決): ExecutionContextProfileの実装
r523 にてExecutionContextProfile.pyとtest_ExecutionContextProfile(ユニットテスト)を追加。 kurihara
21:48 機能 #2384 (終了): ExecutionContextProfileの実装
ExecutionContextProfileを実装する。 kurihara
21:51 リビジョン 523 (openrtm-python): [incompatible] ExecutionContextProfile.py have been added. refs #2384
kurihara
21:39 整備 #2323: ExecutionContextBaseの見直し
r522 にてExecutionContextBaseの修正とtest_ExecutionContextBase.py(ユニットテスト)を追加。 kurihara
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... kurihara
 

他の形式にエクスポート: Atom