活動
2012/01/04から2012/02/02まで
2012/02/02
- 18:02 リビジョン 657 (openrtm-java): Daily check in. refs #2322
- 14:24 リビジョン 656 (openrtm-java): Deleted some codes for debugging. refs #2322
2012/01/31
- 00:28 機能 #2331 (終了): coil::Factoryに生成したオブジェクトを管理する機能を追加する。
- coil::Factoryに生成したオブジェクトを管理する機能を追加する。...
2012/01/27
2012/01/26
2012/01/25
- 17:53 リビジョン 653 (openrtm-java): Daily check in. refs #2322
- 17:34 リビジョン 652 (openrtm-java): Fixed build.xml. refs #1990
2012/01/23
2012/01/20
2012/01/19
- 15:42 リビジョン 649 (openrtm-java): Fixed the script for the build. refs #1990
- 10:45 リビジョン 648 (openrtm-java): Design change of EC
2012/01/18
2012/01/17
- 17:22 リビジョン 646 (openrtm-java): Committed the source code where the build error occurred (The purpose of this is to test of Jenkins).
- 17:06 リビジョン 645 (openrtm-java): For test
- 16:29 リビジョン 644 (openrtm-java): Fixed rtc.conf of example.
2012/01/16
- 17:04 リビジョン 643 (openrtm-java): ManagerServant::delete_component() has been changed. Now it just call RTC's exit() function, instead of calling Manager's deleteComp().
- 14:54 リビジョン 642 (openrtm-java): Log messages have been added when RTC initialization failed. Now loaded RTC type/instance configuration file name are stored in the config_file property.
- 10:33 バグ #2327 (解決): RingBuffer関連の問題
- 10:29 バグ #2327 (終了): RingBuffer関連の問題
- KEK仲吉さん安さんから指摘。
とりあえずの対処として read()の前に InPortに対し isEmpty()を
行っていました。この件を安さんが調査し次のような問題を見つけ
られましたので報告致します(以下、安さん... - 10:33 リビジョン 641 (openrtm-java): RingBuffer\'s bug was fixed. refs #2327
2012/01/13
- 17:03 リビジョン 640 (openrtm-java): Fixed the batch file for the build
- 16:51 リビジョン 639 (openrtm-java): Fixed the batch file for the build
- 12:05 リビジョン 638 (openrtm-java): added service module loader refs #2301
2012/01/12
- 15:30 バグ #2317 (終了): ConfigurationSetのアクティブセットを<comp>.confで設定しても、見かけ上アクティブセットがデフォルトのままである
- 15:21 機能 #2267 (解決): コンフィギュレーションパラメータ変更時に個別のパラメータごとにコールバックが呼ばれるようにする
- 15:20 リビジョン 637 (openrtm-java): Update on initialize has been added. refs #2267
- 15:04 リビジョン 636 (openrtm-java): The callback of the configuration is added. refs #2267
- 14:53 リビジョン 635 (openrtm-java): Clear changed parameterlist in update() functions. refs #2267
- 11:52 リビジョン 634 (openrtm-java): ConfigAdmin::changedParameters() has been added. RTObject::getConfigService() has been added. refs #2267
- 09:25 バグ #2170 (解決): msiでパスを追加するときに先頭に追加するように変更する
2012/01/11
- 17:24 リビジョン 633 (openrtm-java): Fixed the script for the build. refs #1990
- 11:01 リビジョン 632 (openrtm-java): The callback of the configuration is added. refs #2267
- 10:52 リビジョン 631 (openrtm-java): The callback of the configuration is added. refs #2267
- 02:19 バグ #2325 (終了): ManagerServant::delete_componentの挙動
- ManagerServant::delete_componentでRTCを削除するのにManager::deleteComponentを読んでいる場合、RTCの終了処理を飛ばしてオブジェクトを削除しているので、これをRTCのexit(...
- 02:00 整備 #2322 (終了): ExecutionContextBaseの見直し
- ExecutionContextBaseとこれを継承しているPeriodicExecutionContextなどの見直しを行う。
# ECをGlobalFactoryで生成するように変更する。(C++, r2268)
# Ex... - 01:50 バグ #2319 (終了): ECのコールバック実行順序を修正する
- 現在のECはon_executeとon_state_updateの実行順序がA,BというRTCが同一ECにアタッチされている場合、
A:on_execute->A:on_state_update->B:on_execute->...
2012/01/10
- 16:50 バグ #2317 (解決): ConfigurationSetのアクティブセットを<comp>.confで設定しても、見かけ上アクティブセットがデフォルトのままである
- 15:49 バグ #2317 (終了): ConfigurationSetのアクティブセットを<comp>.confで設定しても、見かけ上アクティブセットがデフォルトのままである
- ConfigurationSetのアクティブセットを<comp>.confで以下のように設定しても、
(ConfigSampleの例)... - 16:48 リビジョン 630 (openrtm-java): An RTC state inconsistency bug has been fixed. An initial configuration ID bug has been fixed. refs #2317
- 15:39 機能 #2310 (解決): File nameserviceの導入
- http://openrtm.org/redmine/projects/openrtm-aist-java/repository/show/branches/work/ForFileNameservice
http://open... - 15:19 リビジョン 629 (openrtm-java): Implemented FileNameservice. refs 2310
- 14:48 リビジョン 628 (openrtm-java): Implemented FileNameservice.. refs 2310
2012/01/06
- 17:56 リビジョン 627 (openrtm-java): Implemented FileNameservice. refs 2310
- 17:09 リビジョン 626 (openrtm-java): Implemented FileNameservice.. refs 2310
- 16:03 リビジョン 625 (openrtm-java): Implemented FileNameservice.. refs 2310
- 15:48 リビジョン 624 (openrtm-java): Changed from the interface type to the class type. refs 2310
- 10:02 リビジョン 623 (openrtm-java): FileNameService is introduced for the test of LocalService. refs 2310.
2012/01/05
2012/01/04
- 09:47 機能 #2312 (終了): どのコンポーネント個別confファイルを読んだか(&できれば内容も)」をRTC_DEBUG/TRACE_STRする
- どのコンポーネント個別confファイルを読んだか(&できれば内容も)」をRTC_DEBUG/TRACE_STRする
@kumaroboさんより。
@robobiggles @openrtm_ando というわけで、「どのコンポ...
他の形式にエクスポート: Atom