活動
2009/05/26から2009/06/24まで
2009/06/24
- 23:38 OpenRTM-aist (C++) バグ #751: ConfigSampleコンポーネント実行時エラーの問題
- h1. 原因
リビジョン1402からManager::getPOA()で取得できるPOAがデフォルトPOAではないPOA(PERSISTENTとUSER_IDポリシーを設定したPOA)となった。
ConfigSampleC... - 23:23 OpenRTM-aist (C++) バグ #751 (終了): ConfigSampleコンポーネント実行時エラーの問題
- h1. 症状
リビジョン1402にてConfigSampleコンポーネントを実行すると異常終了する。
エラーメッセージは下記の通り。... - 23:36 コア リビジョン 1406: This fixes the bug reported by ticket #751.
- 23:36 OpenRTM-aist (C++) リビジョン 1406 (openrtm-cxx): This fixes the bug reported by ticket #751.
- 18:49 コア リビジョン 1405: InPortProvider tests have been updated.
- 18:49 OpenRTM-aist (C++) リビジョン 1405 (openrtm-cxx): InPortProvider tests have been updated.
- 18:40 コア リビジョン 1404: The tests of InPortConnector class have been added.
- 18:40 OpenRTM-aist (C++) リビジョン 1404 (openrtm-cxx): The tests of InPortConnector class have been added.
- 18:24 OpenRTM-aist (C++) バグ #750 (終了): RTObject_impl::detach_context の不具合
- * 現象:
以下のような場合、id2のdetach_contextで落ちます。
RTObjectMock* rto = new RTObjectMock(m_pORB, m_pPOA); // will be deleted au... - 16:06 OpenRTM-aist (C++) バグ #717 (終了): OpenRTM-aist(C++)-v1.0.0-RC1 gen.shによるソースコード生成の不具合
- examples内の各ファイルを修正し、ファイルコミットを行った。
リビジョンは1402である。 - 15:58 OpenRTM-aist (C++) バグ #749 (解決): Compositeコンポーネントの初期化に関するバグ
- h1. 解決策
RTObject_impl::initialize()の処理にて、 on_initialize()の呼び出し位置をec->bindComponent(this);より下の位置へ変更。
修正分をリビジョン14... - 15:34 OpenRTM-aist (C++) バグ #749 (終了): Compositeコンポーネントの初期化に関するバグ
- h1. 症状
CompositeコンポーネントをRTSystemEditorにてActivateしても、子RTCがACTIVE状態に遷移しない。 - 15:48 コア リビジョン 1403: This fixes the bug reported by ticket #749.
- 15:48 OpenRTM-aist (C++) リビジョン 1403 (openrtm-cxx): This fixes the bug reported by ticket #749.
- 14:46 コア リビジョン 1402: Changed the position of registerPort() from constructor() to onInitialize().
- 14:46 OpenRTM-aist (C++) リビジョン 1402 (openrtm-cxx): Changed the position of registerPort() from constructor() to onInitialize().
- 14:44 コア リビジョン 1401: Changed registration block.
- 14:44 OpenRTM-aist (C++) リビジョン 1401 (openrtm-cxx): Changed registration block.
- 14:43 コア リビジョン 1400: Added push_policy and skip_count to data port configurations.
- 14:43 OpenRTM-aist (C++) リビジョン 1400 (openrtm-cxx): Added push_policy and skip_count to data port configurations.
- 14:41 コア リビジョン 1399: Changed the argument of getNodes() in registerOutPort().
- 14:41 OpenRTM-aist (C++) リビジョン 1399 (openrtm-cxx): Changed the argument of getNodes() in registerOutPort().
- 14:41 コア リビジョン 1398: Fixed Push policy and Skip count Function.
- 14:41 OpenRTM-aist (C++) リビジョン 1398 (openrtm-cxx): Fixed Push policy and Skip count Function.
- 14:34 コア リビジョン 1397: Fixed CORBA::OBJECT_NOT_EXIST Exception and Changing IOR.
- 14:34 OpenRTM-aist (C++) リビジョン 1397 (openrtm-cxx): Fixed CORBA::OBJECT_NOT_EXIST Exception and Changing IOR.
2009/06/23
- 18:38 コア リビジョン 1396: The bugs of RingBuffer class have been fixed.
- 18:38 OpenRTM-aist (C++) リビジョン 1396 (openrtm-cxx): The bugs of RingBuffer class have been fixed.
- 17:20 OpenRTM-aist (C++) バグ #718: RTC Builderによるソースコード生成の不具合
- チケット #717「OpenRTM-aist(C++)-v1.0.0-RC1 gen.shによるソースコード生成の不具合」と同様の対処が必要である。
- 17:16 OpenRTM-aist (C++) 整備 #714 (終了): OpenRTM-aist(C++)-v1.0.0-RC1 古いIDLファイル混在によるRtcBuilderの不具合
- 6/23のミーティングにて安藤さんより指示があり、古いIDLファイルは現状のまま残す事とする。
最新ファイルの/trunk/サイトには全てのファイルが存在しているが、ディストリビューションには反映されないので問題ないとの事。
...
2009/06/18
- 18:37 OpenRTM-aist (C++) バグ #718 (終了): RTC Builderによるソースコード生成の不具合
- RTC Builderでソースコードを生成した場合、registrationブロックがコンストラクタ内に作成される。
registerPort()がコンストラクタ内にあると、rtc.confで定義されたconfig_fileの内容が... - 18:35 OpenRTM-aist (C++) バグ #717 (終了): OpenRTM-aist(C++)-v1.0.0-RC1 gen.shによるソースコード生成の不具合
- gen.shでソースコードを生成した場合、registrationブロックがコンストラクタ内に作成される。
registerPort()がコンストラクタ内にあると、rtc.confで定義されたconfig_fileの内容がprope... - 15:45 OpenRTM-aist (C++) 整備 #714 (終了): OpenRTM-aist(C++)-v1.0.0-RC1 古いIDLファイル混在によるRtcBuilderの不具合
- RtcBuilderより、Linux版のData TypeのIDL File Directoriesを指定して「適用」を実行すると
「IDLファイルをパース時にエラーが発生しました。」が表示される。
●エラー表示1
[SD... - 10:38 コア リビジョン 1395: Added include file <cstdlib>
- 10:38 OpenRTM-aist (C++) リビジョン 1395 (openrtm-cxx): Added include file <cstdlib>
2009/06/15
- 16:36 OpenRTM-aist (C++) バグ #628 (終了): coil::Logger のバグ windows
- 09:40 OpenRTM-aist (C++) バグ #628: coil::Logger のバグ windows
* 現象:
ログ情報が欠ける
* 原因:
sync()の処理中にテスト側の svc() の挿入演算子(<<)が実行され、sync()が終了する前に pptr() が更新されます。
sync()ではStreamの出力後にpp...- 13:47 OpenRTM-aist (C++) バグ #707 (終了): OpenRTM-aist(C++)-v1.0.0-RC1 PublisherNew.cppの不具合
- 13:45 OpenRTM-aist (C++) バグ #707 (解決): OpenRTM-aist(C++)-v1.0.0-RC1 PublisherNew.cppの不具合
- ●テスト条件
exsampleのSeqIOよりSeqIn/Outを使用し、以下の手順で操作した。
1. SeqOutから連番1~出力するようコンパイル。
2. SeqOut/InをEclipseに配置、ポート接続、Al... - 13:39 OpenRTM-aist (C++) バグ #707 (終了): OpenRTM-aist(C++)-v1.0.0-RC1 PublisherNew.cppの不具合
- PublisherNew.cppのpushAll()関数・pushFifo()関数・pushSkip()関数で、
BUFFER_FULLの際、出力データが抜ける不具合あり。
- 13:46 コア リビジョン 1394: The bugs of the log function have been fixed. (for Redmine Ticket #628)
- 13:46 OpenRTM-aist (C++) リビジョン 1394 (openrtm-cxx): The bugs of the log function have been fixed. (for Redmine Ticket #628)
- 13:46 OpenRTM-aist (C++) バグ #706 (終了): OpenRTM-aist(C++)-v1.0.0-RC1 PublisherPeriodic.cppの不具合
- 13:44 OpenRTM-aist (C++) バグ #706 (解決): OpenRTM-aist(C++)-v1.0.0-RC1 PublisherPeriodic.cppの不具合
- ●テスト条件
exsampleのSeqIOよりSeqIn/Outを使用し、以下の手順で操作した。
1. SeqOutから連番1~出力するようコンパイル。
2. SeqOut/InをEclipseに配置、ポート接続、Al... - 13:39 OpenRTM-aist (C++) バグ #706 (終了): OpenRTM-aist(C++)-v1.0.0-RC1 PublisherPeriodic.cppの不具合
- PublisherPeriodic.cppのpushFifo()関数・pushSkip()関数で、
BUFFER_FULLの際、出力データが抜ける不具合あり。
- 13:27 OpenRTM-aist (C++) バグ #624 (終了): OpenRTM-aist(C++)-v1.0.0RC版のポート関連関数使用時の不具合
2009/06/10
- 18:50 OpenRTM-aist (C++) 整備 #547 (終了): coil stringutil ユニットテスト追加
2009/06/05
- 18:40 コア リビジョン 1393: Some build errors have been resolved.(rtm test)
- 18:40 OpenRTM-aist (C++) リビジョン 1393 (openrtm-cxx): Some build errors have been resolved.(rtm test)
- 16:46 コア リビジョン 1392: The bugs of the log function have been fixed. (for Redmine Ticket #628)
- 16:46 OpenRTM-aist (C++) リビジョン 1392 (openrtm-cxx): The bugs of the log function have been fixed. (for Redmine Ticket #628)
- 11:35 コア リビジョン 1391: This tag(RELEASE_1_0_0_RC2) was deleted because it had made it by the error in operation.
- 11:35 OpenRTM-aist (C++) リビジョン 1391 (openrtm-cxx): This tag(RELEASE_1_0_0_RC2) was deleted because it had made it by the error in operation.
- 11:32 コア リビジョン 1390: RELEASE_1_0_0_RC1 tagged.
- 11:32 OpenRTM-aist (C++) リビジョン 1390 (openrtm-cxx): RELEASE_1_0_0_RC1 tagged.
- 11:27 コア リビジョン 1389: RELEASE_1_0_0_RC1 tagged.
- 11:27 OpenRTM-aist (C++) リビジョン 1389 (openrtm-cxx): RELEASE_1_0_0_RC1 tagged.
2009/06/01
- 19:15 RTC Builder 機能 #582 (解決): コード生成先をworkspace配下以外にもできるようにする
- プロジェクト作成時にworkspace配下以外の場所に保存する形に指定可能
- 19:13 コア リビジョン 1388: Composite component's bugs have been fixed in initialize()
- 19:13 OpenRTM-aist (C++) リビジョン 1388 (openrtm-cxx): Composite component's bugs have been fixed in initialize()
- 18:15 OpenRTM-aist (C++) 整備 #550 (終了): coil::Factory の unittest の実装
- 18:13 OpenRTM-aist (C++) 整備 #588 (終了): coil::PeriodicTask の unittest 作成
- 17:32 コア リビジョン 1387: Some build errors have been resolved.(rtm test)
- 17:32 OpenRTM-aist (C++) リビジョン 1387 (openrtm-cxx): Some build errors have been resolved.(rtm test)
- 16:40 コア リビジョン 1386: Fixed library name in pkg-config file
- 16:40 OpenRTM-aist (C++) リビジョン 1386 (openrtm-cxx): Fixed library name in pkg-config file
- 16:17 コア リビジョン 1385: dirname()/basename() have been fixed.
- 16:17 OpenRTM-aist (C++) リビジョン 1385 (openrtm-cxx): dirname()/basename() have been fixed.
2009/05/29
- 16:10 整備 #598 (終了): VMhostへのFreeBSD7.2のインストール
- 14:34 コア リビジョン 1384: Condition::wait() bugs were fixed.
- 14:34 OpenRTM-aist (C++) リビジョン 1384 (openrtm-cxx): Condition::wait() bugs were fixed.
- 14:17 コア リビジョン 1383: Some build errors have been solved.(coil test)
- 14:17 OpenRTM-aist (C++) リビジョン 1383 (openrtm-cxx): Some build errors have been solved.(coil test)
- 14:13 コア リビジョン 1382: Some build errors have been solved. (coil test for win32)
- 14:13 OpenRTM-aist (C++) リビジョン 1382 (openrtm-cxx): Some build errors have been solved. (coil test for win32)
2009/05/27
- 18:54 OpenRTM-aist (C++) バグ #624: OpenRTM-aist(C++)-v1.0.0RC版のポート関連関数使用時の不具合
- 2. exsampleのSeqIn/Out使用時、Subscription Type:new接続で受信側SeqInをDeactivate->Activateにすると、SeqIn出力が止まってしまう。
この件について原因を特定した... - 18:51 OpenRTM-aist (C++) バグ #634 (終了): OpenRTM-aist-1.0.0-RC1にてlog_levelを設定しないとログが出力されない問題
- OpenRTM-aist-1.0.0-RC1(r1373)にて、RTコンポーネントのログを出力したい場合、
rtc.confのlogger.log_levelを設定する必要がある。
logger.log_levelを設定していない...
他の形式にエクスポート: Atom