活動
2016/10/29から2016/11/27まで
2016/11/27
- 12:15 コア リビジョン 2806: [incompat,->RELENG_1_2] std::ostream operations have been added to NVUtil.
- 12:15 リビジョン 2806 (openrtm-cxx): [incompat,->RELENG_1_2] std::ostream operations have been added to NVUtil.
2016/11/21
- 17:31 サポート #3714 (終了): pcファイルから-Wall -fPIC -O2を削除する
- openrtm-aist.pcに-Wall -fPIC -O2が含まれていますが、これらのオプションはコンパイルに本質的に必要なものではなく、ビルドタイプ等によって切り替えて指定するものではないかと思います。
pcファイルからは削除...
2016/11/18
- 02:04 コア リビジョン 2805: [incompat,->RELENG_1_2] CPU affinity setting for ExecutionContext (only PeriodicEC) has been added. refs #3711
- 02:04 リビジョン 2805 (openrtm-cxx): [incompat,->RELENG_1_2] CPU affinity setting for ExecutionContext (only PeriodicEC) has been added. refs #3711
- 01:44 コア リビジョン 2804: [incompat,->RELENG_1_2] CPU affinity setting for ExecutionContext (only PeriodicEC) has been added. refs #3711
- 01:44 リビジョン 2804 (openrtm-cxx): [incompat,->RELENG_1_2] CPU affinity setting for ExecutionContext (only PeriodicEC) has been added. refs #3711
- 01:43 コア リビジョン 2803: [incompat,->RELENG_1_2] CPU affinity setting has been added. refs #3711
- 01:43 リビジョン 2803 (openrtm-cxx): [incompat,->RELENG_1_2] CPU affinity setting has been added. refs #3711
2016/11/17
- 17:28 コア 機能 #3711 (新規): ECにCPU affinityを設定する機能を追加する。
- ECにCPU affinityを設定する機能を追加する。
参考
http://qiita.com/gyaneman/items/f77c2633a5ac92f05302
http://d.hatena.ne.jp/naoya...
2016/11/16
- 18:45 コア リビジョン 2802: [compat,1.2] Version number updated.
- 18:45 リビジョン 2802 (openrtm-cxx): [compat,1.2] Version number updated.
- 16:52 整備 #3709 (解決): Windows用ソースパッケージにExtTriggerサンプルを追加する
- 作業完了。
補足:
* ExtTriggerサンプルはLinux環境でのみビルド可能な設定であった
* Windows環境でもビルド可能とする今回の修正において、実行ファイル名を変更した
** ConsoleInCompExt =>... - 16:22 整備 #3709 (終了): Windows用ソースパッケージにExtTriggerサンプルを追加する
- Windows用インストーラにExtTriggerサンプルが含まれるように対応する
- 16:50 コア リビジョン 2801: [compat,->RELENG_1_2] ExtTrigger sample has been added in windows source package. refs #3709
- 16:50 リビジョン 2801 (openrtm-cxx): [compat,->RELENG_1_2] ExtTrigger sample has been added in windows source package. refs #3709
2016/11/15
- 18:55 バグ #3708: SimpleIOサンプルのConnectorComp.cppにおける初期化処理の修正
- connector_idは、構造体 RTC::ConnectorProfile の UniqueIdentifier型のメンバ変数で、下記定義よりstring型のため、
CORBA::string_dupを使って初期化した。
... - 18:26 バグ #3708 (解決): SimpleIOサンプルのConnectorComp.cppにおける初期化処理の修正
- 下記投稿への対応
[openrtm-users 03328] Ubuntu 14.04,OpenRTM C++ 1.1.xでSimpleIO ConnectorCompを実行するとinvalid pointerコアダンプが発生... - 18:37 コア リビジョン 2800: [compat,bugfix,->RELENG_1_2] Initialization of connector_id was corrected. refs #3708
- 18:37 リビジョン 2800 (openrtm-cxx): Initialization of connector_id was corrected. refs #3708
- 15:03 バグ #3703 (解決): RTObject_implクラスのget_service_profile関数で適当なサービスプロファイル名を入力してもInvalidParameterの例外が発生しない問題
- SdoServiceAdminクラスのgetServiceProviderProfile内で例外が発生する部分を以下のように修正...
- 08:55 コア リビジョン 2799: [compat,bugfix]refs #3703
- 08:55 リビジョン 2799 (openrtm-cxx): [compat,bugfix]refs #3703
2016/11/14
- 12:04 コア リビジョン 2798: [incompat,bugfix,EC]Modified for ExtTrigExecutionContext. #3697
- 12:04 リビジョン 2798 (openrtm-cxx): [incompat,bugfix,EC]Modified for ExtTrigExecutionContext. #3697
2016/11/11
- 19:14 コア リビジョン 2797: [compat,formatting] Braces added.
- 19:14 リビジョン 2797 (openrtm-cxx): [compat,formatting] Braces added.
2016/11/10
- 10:39 コア リビジョン 2796: [incompat,bugfix,EC] Return code was added. refs #3697
- 10:39 リビジョン 2796 (openrtm-cxx): [incompat,bugfix,EC] Return code was added. refs #3697
2016/11/04
- 15:07 バグ #3703 (終了): RTObject_implクラスのget_service_profile関数で適当なサービスプロファイル名を入力してもInvalidParameterの例外が発生しない問題
- RTObject_implクラスのget_service_profile関数に適当なサービスプロファイル名を入力してもInvalidParameterの例外をスローしない問題を修正する。
おそらく以下の部分でgetService...
2016/11/02
- 13:54 バグ #3702 (新規): ロード可能なモジュールを取得する際に同じパスを2回探索する問題
- manager.modules.load_path: ./
manager.modules.C++.load_paths: ./
の場合に./以下のモジュールを2回調べてしまうため、ロード可能なモジュールを取得すると同じモジュ...
2016/11/01
- 18:23 バグ #3654 (解決): マネージャをスレーブに設定してもis_master関数がTrueを返す問題
- ManagerServantTestsのtest_add_master_manager関数で正常に動作することを確認
- 18:21 バグ #3658 (解決): ExecutionContextWorker::removeComponent関数で動作が停止する問題
- PeriodicExecutionContextTestsのtest_removeComponent関数で正常に動作することを確認
- 18:12 バグ #3652 (解決): 実行周期を変更してもonRateChangedコールバックが呼び出されない問題
- PeriodicExecutionContextTestsのtest_set_rate_invoking_on_rate_changed関数により正常に動作することを確認
- 02:13 コア リビジョン 2795: [incompat,bugfix,EC] EC activation bug for multiple RTCs when they activated from participants RTCs. refs #3697
- 02:13 リビジョン 2795 (openrtm-cxx): [incompat,bugfix,EC] EC activation bug for multiple RTCs when they activated from participants RTCs. refs #3697
- 02:09 コア バグ #3697: ECにアタッチされたRTCが即座に追加されないためACTIVATE時に適切に遷移しない問題
- h2. テスト
examples/Composite のSensorCompを利用して、初期化関数を以下のように変更
* ControllerとMotorはrtc.confで.soをロードしておく。
* 以下のように、S... - 02:05 コア バグ #3697: ECにアタッチされたRTCが即座に追加されないためACTIVATE時に適切に遷移しない問題
- h2. 構造...
2016/10/31
他の形式にエクスポート: Atom