活動
2009/10/18から2009/11/16まで
2009/11/16
2009/11/13
- 18:56 リビジョン 204 (openrtm-java): Fixed the bug that get_profile() threw an exception.
- 16:59 リビジョン 203 (openrtm-java): Fixed configuration files.
- 15:43 リビジョン 202 (openrtm-java): Changed the value of dataport.serializer.cdr.endian from wstring to string.
- 13:56 リビジョン 201 (openrtm-java): Fixed possible memory leak.
2009/11/12
- 16:09 リビジョン 200 (openrtm-java): Fixed the bug that get_service_profiles() threw an exception.
- 15:43 リビジョン 199 (openrtm-java): Fixed the bug that get_organizations() and get_service_profiles() threw an exception.
- 11:53 リビジョン 198 (openrtm-java): Fixed the bug that get_status_list() threw an exception.
2009/11/11
2009/11/10
- 19:20 リビジョン 196 (openrtm-java): Fixed possible memory leak.
- 16:58 リビジョン 195 (openrtm-java): Fixed possible memory leak.
- 13:23 リビジョン 194 (openrtm-java): Fixed bugs of unsubscribeInterface and subscribeInterface.
2009/11/09
2009/11/06
- 13:58 リビジョン 192 (openrtm-java): Added newNVString() method.
- 13:56 リビジョン 191 (openrtm-java): The value of Any was changed from wstring to string.
2009/10/30
- 18:25 リビジョン 190 (openrtm-java): The initialization of RTC.Time was added.
- 16:39 リビジョン 189 (openrtm-java): Fixed the bug that was making the component to an error status.
- 16:10 リビジョン 188 (openrtm-java): Fixed bug about the comparison of string.
2009/10/29
- 20:06 リビジョン 187 (openrtm-java): updated for AutoTest RTC.
- 20:05 リビジョン 186 (openrtm-java): Component for auto-test-tool.
- 15:02 リビジョン 185 (openrtm-java): Fixed the bug that the thread stopped.
- 10:55 リビジョン 184 (openrtm-java): Fixed the usages of StringUtil.normalize().
2009/10/28
- 15:57 リビジョン 183 (openrtm-java): Fixed the bug that copyToProperties() generated the exception.
- 14:18 リビジョン 182 (openrtm-java): Removed println() for debug.
- 13:59 リビジョン 181 (openrtm-java): Removed some examples from the installer.
- 11:45 リビジョン 180 (openrtm-java): Fixed for 1.0.0.
- 11:33 リビジョン 179 (openrtm-java): Added the example that combines three composites into one to the installer.
2009/10/27
- 19:43 リビジョン 178 (openrtm-java): Fixed the bug that was not able to disconnect.
- 18:51 リビジョン 177 (openrtm-java): For 1.0.0
- 15:33 リビジョン 176 (openrtm-java): Some bugs concerning the periodic connection were corrected.
- 10:38 リビジョン 175 (openrtm-java): Fix possible memory leak.
2009/10/23
- 16:44 リビジョン 174 (openrtm-java): The initialization of RTC.Time was added.
- 14:50 リビジョン 173 (openrtm-java): Some bugs of RingBuffer(read/write) were fixed.
- 11:33 リビジョン 172 (openrtm-java): Fixed problem in removePort().
- 10:33 リビジョン 171 (openrtm-java): For little endian
- 10:05 リビジョン 170 (openrtm-java): For little endian
2009/10/22
- 20:48 リビジョン 169 (openrtm-java): The comment sentence was deleted.
- 20:44 リビジョン 168 (openrtm-java): Added execute file for Composite.
- 20:37 リビジョン 167 (openrtm-java): Sample component for composite-rtc.
- 20:31 リビジョン 166 (openrtm-java): Fixed problem related to Composite.
- 11:33 リビジョン 165 (openrtm-java): The bugs of the private class ProviderInfo have been fixed. (for Redmine Ticket #967)
- 11:30 バグ #967 (解決): exampleのSimpleServiceでActivate→Deactivateを繰り返すとMyServiceProviderでstate:ERRORになる
- ●原因
CorbaPort クラス
Provider情報を格納する内部クラスのコンストラクタ引数とメンバー変数が同じ変数名に
なっており、メンバー変数に代入されず、nullとなっていた為、
activateInterf... - 11:00 バグ #967 (終了): exampleのSimpleServiceでActivate→Deactivateを繰り返すとMyServiceProviderでstate:ERRORになる
- examples/SimpleService の動作確認時、以下の操作を行った場合に不具合が発生する。
1. コンポーネント起動(MyServiceConsumer、MyServiceProvider)
2. ポート接続
3...
2009/10/21
- 17:52 リビジョン 164 (openrtm-java): Fixed problem in registerInPort() and registerOutPort().
- 13:05 バグ #966 (解決): Java版examplesをLinuxから起動した場合、Windows上のEclipseでコンポーネントがゾンビ状態になる
- Java版examplesから起動するコンポーネントの対象rtc.confに
corba.endpoint: IPアドレス: を指定した場合、正しく表示された。
ネットワークインターフェースが複数ある場合や、他のPCから確認す... - 11:33 バグ #966 (終了): Java版examplesをLinuxから起動した場合、Windows上のEclipseでコンポーネントがゾンビ状態になる
- C++版examplesをLinux(VMware上のUbuntu8.04)から起動した場合、
Linux上のEclipseで正しくコンポーネントが表示され、Windows上のEclipseでも正しくコンポーネントが表示される。
... - 09:28 バグ #965 (解決): logger.enable:Noの場合に警告メッセージが出力される
- 【原因】
Logbuf.println()実行時、ストリーム登録を行っていない場合にアラームメッセージを出力するようにしていた。
【対処】
出力しないよう修正した。
rtc.conf でlogger.enable:NO...
2009/10/20
- 21:17 バグ #965 (終了): logger.enable:Noの場合に警告メッセージが出力される
- rtc.confにて"logger.enable:No"と指定した場合に下記のようなメッセージが出力される。...
- 16:13 リビジョン 163 (openrtm-java): Added isAbsolutePath() method.
- 16:02 リビジョン 162 (openrtm-java): Fixed problem in ManagerServant Class and Test program was updated.
- 15:44 リビジョン 161 (openrtm-java): Some bugs were fixed.
- 13:49 リビジョン 160 (openrtm-java): Fixed problem in Logbuf Class and Test program was updated.
他の形式にエクスポート: Atom