バグ #1465
ExtTriggerExecutionContextのバグ
Start date:
05/11/2010
Due date:
% Done:
100%
Estimated time:
Description
ExtTriggerExecutionContextのrun()メソッドが呼ばれない。
History
#1 Updated by kurihara over 12 years ago
- Status changed from 新規 to 解決
- % Done changed from 0 to 100
ExtTrigExecutionContextクラスは、PeriodicExecutionContextクラスを継承しており、PeriodicExecutionContextでは、別スレッドで実行されるメソッド名をsvc()としていたが、ExtTrigExecutionContextではrun()という名称にしていたため、PeriodicExecutionContextのsvc()が呼ばれていた。
r348 にて修正済み。
https://openrtp.jp/redmine/repositories/revision/openrtm-aist-python/348
#2 Updated by n-ando almost 12 years ago
- Status changed from 解決 to 終了