活動
2008/12/25から2009/01/23まで
2009/01/23
- 17:49 コア リビジョン 1146: Fix. make dist for 1.0.
- 17:49 リビジョン 1146 (openrtm-cxx): Fix. make dist for 1.0.
- 17:03 コア リビジョン 1145: naming.formats of the rtc.conf file was changed.
- 17:03 リビジョン 1145 (openrtm-cxx): naming.formats of the rtc.conf file was changed.
- 16:57 コア リビジョン 1144: Delete .deps folder.
- 16:57 リビジョン 1144 (openrtm-cxx): Delete .deps folder.
- 16:56 コア リビジョン 1143: Added Composite sample component.
- 16:56 リビジョン 1143 (openrtm-cxx): Added Composite sample component.
2009/01/22
- 20:01 バグ #348 (終了): LightweightRTObject::exit()呼び出しでコンポーネントを終了できない
- LightweightRTObject::exit()オペレーションをコールしてもRTオブジェクトが終了できない。
- 19:19 コア リビジョン 1142: Added programs for tests.
- 19:19 リビジョン 1142 (openrtm-cxx): Added programs for tests.
- 19:18 コア リビジョン 1141: Added programs for tests.
- 19:18 リビジョン 1141 (openrtm-cxx): Added programs for tests.
2009/01/21
- 18:53 コア リビジョン 1140: Added programs for tests.
- 18:53 リビジョン 1140 (openrtm-cxx): Added programs for tests.
- 18:51 コア リビジョン 1139: Fix. Command 'make dist' is available.
- 18:51 リビジョン 1139 (openrtm-cxx): Fix. Command 'make dist' is available.
- 18:42 コア リビジョン 1138: Deleted files.
- 18:42 リビジョン 1138 (openrtm-cxx): Deleted files.
- 09:01 バグ #346 (終了): 複合コンポーネントのinstanceNameが固定となっている
- 複合コンポーネントを作成した際のinstanceNameが"PeriodicECSharedComposite"固定になる。
- 00:55 コア リビジョン 1137: RTObject::get_participating_context() has been implemented.
- ExecutionContext ID handling logic has been improved.
- 00:55 リビジョン 1137 (openrtm-cxx): RTObject::get_participating_context() has been implemented.
- ExecutionContext ID handling logic has been improved.
- 00:01 バグ #345 (解決): get_participating_contextの実装
- get_participating_contextを新規に実装し、ID付与方法は改善した。
- 00:00 バグ #345 (終了): get_participating_contextの実装
- get_participating_contextは未実装のため実装する。
同時に、ExecutionContextのID付与の方法を改善する。
現在の問題点として、ExecutionContextをdetachした際に空きIDが...
2009/01/20
- 19:10 機能 #342 (終了): モジュールのpreload処理をactivateManagerの前に持ってくる
- Manager::activateManager()内で、モジュールのプリロード処理がModuleInitProcの処理の後になっていたので、前後を逆にした。
詳細は、以下のような処理シーケンスとなる。
* POA Manager... - 04:21 整備 #344 (終了): rtm_corba/idlディレクトリをrtm/idlに戻す
- 01:22 コア リビジョン 1136: The order of unittest has been changed.
- 01:22 リビジョン 1136 (openrtm-cxx): The order of unittest has been changed.
- 01:11 コア リビジョン 1135: rtm_corba/idl has been moved to rtm/idl.
- svn properties have been modified to ignore Makefile etc.
- 01:11 リビジョン 1135 (openrtm-cxx): rtm_corba/idl has been moved to rtm/idl.
- svn properties have been modified to ignore Makefile etc.
2009/01/19
- 20:30 コア リビジョン 1134: rtm_corba/idl has been moved to rtm/idl.
- 20:30 リビジョン 1134 (openrtm-cxx): rtm_corba/idl has been moved to rtm/idl.
- 19:51 整備 #344 (終了): rtm_corba/idlディレクトリをrtm/idlに戻す
- doil導入のためにrtm_corba以下に移動していたIDLおよびスケルトン・スタブディレクトリ 「idl」を以前どおり rtm/idl いかに戻す。
- 18:45 機能 #342 (終了): モジュールのpreload処理をactivateManagerの前に持ってくる
- モジュールのpreload処理が現在activateManagerの後に呼ばれている可能性がある(もしかすると修正済みかもしれない。)
そうすると、activateManagerを行う際に必要なモジュールがロードされていないかのうせ... - 18:42 機能 #341 (終了): RTCの内部から状態を遷移させる方法を提供する
- RTCの内部から状態を遷移させる方法を提供する。
RTCには複数のExecutionContextがアタッチされる可能性があるので、現在実行中のExecutionContextに対して、簡便な手段で状態を遷移させるヘルパー関数をRT... - 18:39 バグ #340 (終了): ポート(データ・サービス)の接続数を制限する設定
- ポートの同時接続数をrtc.confもしくはconfigurationにより制限できるようにする。
- 18:34 バグ #338 (却下): コンストラクタでコンポーネントの各種パラメータを渡せるようにする
- 現在、RTCの基底クラスのコンストラクタはManagerへのポインタを渡すようになっている。
ManagerはSingletonなのであえて引数として渡す必要はなく、代わりにコンポーネントのProfileなどをPropertiesク... - 18:32 機能 #337 (終了): 非同期関数呼び出しフレームワークを実装する
- 様々な場面で非同期に関数呼び出しを行うための枠組みを提供する。
たとえば、他のRTCのサービスポート上のサービス関数を呼ぶ際、非同期に呼び出しを行いたい場合がある。
これに対して、ある種のスレッドオブジェクトを生成して、関数の実行... - 14:29 コア リビジョン 1133: Fixed missing linkage option "src/lib" in Makefile.am
- 14:29 リビジョン 1133 (openrtm-cxx): Fixed missing linkage option "src/lib" in Makefile.am
2009/01/14
- 16:38 コア リビジョン 1132: Fix. Add namespace "coil::".
- 16:38 リビジョン 1132 (openrtm-cxx): Fix. Add namespace "coil::".
2009/01/13
- 18:45 コア リビジョン 1131: Added the test code.
- 18:45 リビジョン 1131 (openrtm-cxx): Added the test code.
- 16:40 コア リビジョン 1130: Added the test code.
- 16:40 リビジョン 1130 (openrtm-cxx): Added the test code.
- 16:36 コア リビジョン 1129: Added the test code.
- 16:36 リビジョン 1129 (openrtm-cxx): Added the test code.
- 14:07 コア リビジョン 1128: Added the interface for proxy.
- 14:07 リビジョン 1128 (openrtm-cxx): Added the interface for proxy.
- 14:07 コア リビジョン 1127: Added the interface for proxy.
- 14:07 リビジョン 1127 (openrtm-cxx): Added the interface for proxy.
- 14:06 コア リビジョン 1126: Added the interface for proxy.
- 14:06 リビジョン 1126 (openrtm-cxx): Added the interface for proxy.
- 14:06 コア リビジョン 1125: Added the interface for proxy.
- 14:06 リビジョン 1125 (openrtm-cxx): Added the interface for proxy.
- 13:36 コア リビジョン 1124: Changed the template for the proxy.
- 13:36 リビジョン 1124 (openrtm-cxx): Changed the template for the proxy.
- 12:17 整備 #328 (終了): サンプルRTCのテストフレームワークの整備
- example以下のRTCを自動でテストするためのフレームワークを作る。
rtc_handle等を利用して
* RTCの生成、Activate/Deactivate、削除のテスト
* Portのconnect/disconn... - 12:13 整備 #327 (終了): 複合コンポーネントのテスト用サンプルの作成
- 複合コンポーネントPeriodicECSharedの使用方法がわかり、テストできるようなサンプルを作成する。
- 12:01 機能 #322 (担当): ManagerのCORBA化
- ManagerServantクラスのテストをrtm/tests以下に追加する。
2009/01/12
- 21:29 コア リビジョン 1123: A build subddirectory utils has been added.
- 21:29 リビジョン 1123 (openrtm-cxx): A build subddirectory utils has been added.
- 21:23 コア リビジョン 1122: Makefile, Makefile.in and .deps are ignored by svn.
- 21:23 リビジョン 1122 (openrtm-cxx): Makefile, Makefile.in and .deps are ignored by svn.
- 21:14 コア リビジョン 1121: Makefile, Makefile.in and .deps are ignored by svn.
- 21:14 リビジョン 1121 (openrtm-cxx): Makefile, Makefile.in and .deps are ignored by svn.
- 18:51 コア リビジョン 1120: Makefile, Makefile.in and .deps are ignored by svn.
- 18:51 リビジョン 1120 (openrtm-cxx): Makefile, Makefile.in and .deps are ignored by svn.
- 18:39 コア リビジョン 1119: CorbaObjectManager class has been removed.
- 18:39 リビジョン 1119 (openrtm-cxx): CorbaObjectManager class has been removed.
- 18:33 コア リビジョン 1118: An unnecessary comment has been removed.
- 18:33 リビジョン 1118 (openrtm-cxx): An unnecessary comment has been removed.
2009/01/11
- 22:36 コア リビジョン 1117: coil-config command has been introduced.
- Now .pc file for pkg-config is generated.
- 22:36 リビジョン 1117 (openrtm-cxx): coil-config command has been introduced.
- Now .pc file for pkg-config is generated.
- 22:32 コア リビジョン 1116: Now .pc file for pkg-config is generated.
- 22:32 リビジョン 1116 (openrtm-cxx): Now .pc file for pkg-config is generated.
- 22:28 整備 #325 (担当): pkg-configの導入
- 22:27 整備 #325 (新規): pkg-configの導入
- 22:26 整備 #325 (却下): pkg-configの導入
- 22:24 整備 #325 (終了): pkg-configの導入
- OpenRTMおよびcoilに対して、pkg-configを導入した。
主な変更点は以下の通り
* configure.ac
** AC_CONFIG_FILES で libRTM.pc/libcoil.pc を生成
**...
2009/01/10
- 22:09 整備 #135 (終了): OpenRTM-aistクロス開発環境
- 22:06 整備 #135: OpenRTM-aistクロス開発環境
- OpenRTM-aistクロス開発環境(0.4.2用)の整備は終了しました。
1.0用の整備は1.0リリース後に再度行う必要があります。 - 22:04 整備 #136 (終了): RTCのクロス開発環境整備
- RTCクロス開発環境の整備は、0.4.2版についてはこれで終了しました。
1.0版のクロス開発環境は、バージョンアップ後再度整備し直す必要があります。 - 22:02 コア 機能 #321 (担当): 複合コンポーネントの作成(DataFlow型)
- PeridicECSharedの実装第1段階を終了した。
引き続き、PeridicStateSharedの実装を行う必要がある。
ただし、PeridicECSharedとPeridicStateSharedの間で機能的にかぶる部分... - 19:20 コア 機能 #321 (終了): 複合コンポーネントの作成(DataFlow型)
- 複数のRTCを一つにまとめてグループ化する実行コンテキストを作成すること。
実行コンテキストにはいくつかの種類が考えられるが、DataFlow型に対して以下の2種類を作成すること。
* 実行コンテキスト共有周期型 (Periodi... - 21:59 機能 #322: ManagerのCORBA化
- 第1段階として以下の機能を実装し、コンポーネントの生成等ができることを確認した。
* モジュール関連機能
** load_module(in string pathname, in string initfunc)
**... - 19:27 機能 #322 (終了): ManagerのCORBA化
- ManagerをCORBAサーバント化し、外部からコンポーネントの生成・削除、システム状態の取得などが行えるようにすること。
主な機能としては、以下の機能を実装すること。
* モジュール関連機能
** load_module... - 19:46 機能 #326 (終了): configureで各種パッケージ作成をサポートする
- 現在、rpmおよびdebパッケージの作成方法が確立されているが、それぞれ独自のスクリプトをconfigure/makeとは別に動かす必要がある。これを一括してできるようにしたい。
* configure のオプションに --bu... - 19:39 整備 #325 (終了): pkg-configの導入
- Linuxにおいては現在、外部ライブラリパッケージのconfiguration情報やライブラリ情報を取得する方法としてpkg-configが一般的であるのでそれに対応させる。
* pkg-configについて調査
* pkg-... - 19:36 コア 機能 #324 (新規): Configurationに関するユーザAPIの軽微な改良
- Configuration機能に関する以下の機能を実現する関数を実装する。
* Configurationの各パラメータが外部から変更された際にそれを知る方法
* Configurationパラメータを変更した際に、外部から見... - 19:32 機能 #323 (終了): PortのユーザAPIの軽微な改良
- Port関連のユーザに公開するAPIに関して以下の改良を行うこと。
* RTObject
** ポートのインスタンスで削除する関数の追加
** データポートを一気にread/writeする関数
** 上記の関数をデフォルト... - 19:16 バグ #320 (終了): 親RTCが存在しないExecutionContextを削除する
- 現在のManagerはRTCがexitするなどして削除された場合でも、生成時にattachされたExecutionContextは削除されずに残る仕様となっている。
RTC1.0からは、ECは必ず親RTCの保持されることになっている...
2009/01/08
- 17:57 コア リビジョン 1115: Add UnitTest for Configuration Servant.
- 17:57 リビジョン 1115 (openrtm-cxx): Add UnitTest for Configuration Servant.
- 15:26 コア リビジョン 1114: uuid-dev has been added for OpenRTM-aist-1.0
- 15:26 リビジョン 1114 (openrtm-cxx): uuid-dev has been added for OpenRTM-aist-1.0
- 15:26 コア リビジョン 1113: uuid-dev has been added for OpenRTM-aist-1.0
- 15:26 リビジョン 1113 (openrtm-cxx): uuid-dev has been added for OpenRTM-aist-1.0
2009/01/06
- 13:30 コア リビジョン 1112: climits has been inculded for LONG_MAX definition
- 13:30 リビジョン 1112 (openrtm-cxx): climits has been inculded for LONG_MAX definition
2009/01/05
- 19:12 コア リビジョン 1111: string.h has been inculded for strcmp
- 19:12 リビジョン 1111 (openrtm-cxx): string.h has been inculded for strcmp
- 19:10 コア リビジョン 1110: string.h has been inculded for strncy
- 19:10 リビジョン 1110 (openrtm-cxx): string.h has been inculded for strncy
- 19:08 コア リビジョン 1109: ctime has been inculded for std::time.
- 19:08 リビジョン 1109 (openrtm-cxx): ctime has been inculded for std::time.
2008/12/26
- 17:54 コア リビジョン 1108: Added processing that can generate the proxy file(*Proxy.{cpp,h}).
- 17:54 リビジョン 1108 (openrtm-cxx): Added processing that can generate the proxy file(*Proxy.{cpp,h}).
- 17:52 コア リビジョン 1107: Added processing that can generate the proxy file(*Proxy.{cpp,h}).
- 17:52 リビジョン 1107 (openrtm-cxx): Added processing that can generate the proxy file(*Proxy.{cpp,h}).
- 17:51 コア リビジョン 1106: Added processing that can generate the proxy file(*Proxy.{cpp,h}).
- 17:51 リビジョン 1106 (openrtm-cxx): Added processing that can generate the proxy file(*Proxy.{cpp,h}).
- 17:51 コア リビジョン 1105: Added processing that can generate the proxy file(*Proxy.{cpp,h}).
- 17:51 リビジョン 1105 (openrtm-cxx): Added processing that can generate the proxy file(*Proxy.{cpp,h}).
- 17:46 コア リビジョン 1104: Added the test code.
- 17:46 リビジョン 1104 (openrtm-cxx): Added the test code.
- 14:15 コア リビジョン 1103: Add. Servant unit-test. Primitive version.
- 14:15 リビジョン 1103 (openrtm-cxx): Add. Servant unit-test. Primitive version.
- 13:03 コア リビジョン 1102: Manager/PortAdmin/SdoOrganization have been modified for Composite component.
- 13:03 リビジョン 1102 (openrtm-cxx): Manager/PortAdmin/SdoOrganization have been modified for Composite component.
- 13:01 コア リビジョン 1101: A trivial bug fix.
- 13:01 リビジョン 1101 (openrtm-cxx): A trivial bug fix.
- 13:00 コア リビジョン 1100: RTC Manager control GUI tools.
- 13:00 リビジョン 1100 (openrtm-cxx): RTC Manager control GUI tools.
- 12:57 コア リビジョン 1099: A new composite component has been added.
- 12:57 リビジョン 1099 (openrtm-cxx): A new composite component has been added.
2008/12/25
- 09:53 コア リビジョン 1098: Changed template for the servant and the proxy(adapter).
- 09:53 リビジョン 1098 (openrtm-cxx): Changed template for the servant and the proxy(adapter).
- 09:51 コア リビジョン 1097: Added 'deref_tk' to the return value.
- Fixed the problem that the head of namespace become '::::'.
- 09:51 リビジョン 1097 (openrtm-cxx): Added 'deref_tk' to the return value.
- Fixed the problem that the head of namespace become '::::'.
他の形式にエクスポート: Atom