活動
2010/04/07から2010/05/06まで
2010/05/06
- 09:55 機能 #1456 (終了): データポートの型名をIFR IDに変更する (ver.1.1)
- これまで、TimedLongSeq等の単なる構造体名であったデータポートプロファイルに含まれるデータポートの型名をIFR IDに変更する。
ただし、この変更は1.1系に対して行うものとする。 - 09:54 調査 #1455 (終了): IFR ID取得方法の調査
- IFR IDを取得する方法を調査する。
2010/05/03
- 01:07 整備 #1453 (終了): Ubuntu 10.04 LTS パッケージ作成 (i386, x86_64)
- Ubuntu 10.04 LTS パッケージ作成 (i386, x86_64)
2010/04/28
- 23:15 バグ #1436 (解決): Manager::get_loadable_modulesの問題
- r 1967 にて修正。
rtcprofに渡すパスをダブルクォートで囲むようにした。
参照
https://openrtp.jp/redmine/repositories/revision/openrtm-aist-cxx... - 23:12 コア リビジョン 1967: The problem in which get_loadable_modules fails when the space is contained in the module-load-path has been modified. refs 1436
- 23:12 リビジョン 1967 (openrtm-cxx): The problem in which get_loadable_modules fails when the space is contained in the module-load-path has been modified. refs 1436
2010/04/23
- 22:38 バグ #1436 (終了): Manager::get_loadable_modulesの問題
- 以下のように、rtc.confにて指定されたモジュールのロードパスにスペースが入っている場合、get_loadable_modulesにてロード可能なモジュール群を取得する事ができない。
manager.modules.load... - 18:09 コア リビジョン 1966: Unused comments removed.
- 18:09 リビジョン 1966 (openrtm-cxx): Unused comments removed.
- 17:29 バグ #1431 (終了): servant still activatedの問題
- 17:29 バグ #1431: servant still activatedの問題
- サービスプロバイダインターフェースを持つRTCをactive状態のままexit()すると、プロバイダがアクティブのままサーバントが削除されるため、このエラーが発生する。
原因の一つとして、CORBAポートとサーバントの宣言順序にある... - 17:29 コア リビジョン 1965: This change solves "Servant still activated" error from ORB.
- 17:29 リビジョン 1965 (openrtm-cxx): This change solves "Servant still activated" error from ORB.
- 16:20 バグ #1434 (終了): ARM・Linuxのクロス環境でコンパイルエラー
- libcoilを明示的にリンクするように指定した。
r1964にて修正。 - 15:21 バグ #1434 (終了): ARM・Linuxのクロス環境でコンパイルエラー
- ARM・Linuxのクロス環境でコンパイルすると、rtcdのコンパイルでエラーが出る。
libRTC.laが参照しているlibcoil.laの依存関係がうまく解決されない。 - 16:19 コア リビジョン 1964: Compilation error in ARM-Linux environment has been fixed.
- Additional libcoil library was specified explicitly.
- 16:19 リビジョン 1964 (openrtm-cxx): Compilation error in ARM-Linux environment has been fixed.
- Additional libcoil library was specified explicitly.
2010/04/22
- 18:49 バグ #1432 (却下): スレッドが終了しない問題
- マネージャをシャットダウンしてもスレッドがまだ走っているみたい。
ML01184より
3) Not all threads are terminated when shutting down the Manager
As... - 18:48 バグ #1431: servant still activatedの問題
- おそらく、CorbaPort::CorbaProviderHolder において、サーバントは最終的にどこからもdeactivateされない。
少なくとも、CorbaProviderHolderのデストラクタでdeactivateす... - 18:47 バグ #1431 (終了): servant still activatedの問題
- RTCのexit()/cleanupComponents() を呼ぶと、servant still activatedエラーが出る。
これは、プロバイダポートをコンポーネントに登録したときだけ出る。
ML01884より
... - 18:39 コア バグ #1430 (新規): Managerのshutdownに関する問題
- * アプリケーション終了時にRTCのexit()およびcleanupComponents()を呼ばずにmanager->shutdown()を呼ぶ場合エラーなしで終了する。
* マネージャのshutdown関数はexit()だけ呼ん... - 17:55 コア バグ #1429 (新規): rtc-template で module を含むIDLを与えるとエラーになる
- rtc-template で module を含むIDLを与えるとエラーになる
ML 00909にて指摘。
OpenRTM-aist開発者の皆様
九州工業大学 小田謙太郎と申します。
rtctemplate 0.4.2... - 17:44 コア 機能 #1428 (新規): raw_tcp の実装
- データポートのraw_tcp の実装
- 17:43 コア バグ #1427 (新規): InPort::getStatus() の追加
- InPort::getStatus() の追加
- 17:41 バグ #1426 (終了): 1.0.0のRingBuffer関連の問題
- 修正しました。
- 17:39 バグ #1426 (終了): 1.0.0のRingBuffer関連の問題
- KEK仲吉さん安さんから指摘。
とりあえずの対処として read()の前に InPortに対し isEmpty()を
行っていました。この件を安さんが調査し次のような問題を見つけ
られましたので報告致します(以下、安さん... - 17:41 コア リビジョン 1963: RingBuffer::write bug when buffer is empty has been modified. refs1426
- 17:41 リビジョン 1963 (openrtm-cxx): RingBuffer::write bug when buffer is empty has been modified. refs1426
- 17:34 バグ #1309 (終了): データポートのconnect/disconnect時の問題
- InPortCorbaCdrProviderのデストラクタでCORBAオブジェクトをdeactivateしている箇所をtry/catchで囲った。(r1962)
- 17:34 コア リビジョン 1962: Exceptions that is thrown by deactivate_object calls are now caught.
- 17:34 リビジョン 1962 (openrtm-cxx): Exceptions that is thrown by deactivate_object calls are now caught.
- 17:14 バグ #1391 (終了): ServicePortのポート間接続解除の問題
- r1947にて修正しました。
- 17:07 バグ #1397 (終了): SubscriptionType:periodic,PushPolicy:Newでの接続での問題
- 確認しました。ありがとうございました。
- 16:41 調査 #1421 (終了): Windows版ソースコードに含まれる(不要な?)IDLファイル
- 16:31 調査 #1421 (解決): Windows版ソースコードに含まれる(不要な?)IDLファイル
- ご指摘ありがとうございます。
r1961にて, SDOPackage10.idl, SDOPackage11.idl, RTC_07-08-21.idlを削除しました。 - 16:30 コア リビジョン 1961: OLD idl files have been removed.
- 16:30 リビジョン 1961 (openrtm-cxx): OLD idl files have been removed.
- 11:59 コア リビジョン 1960: set_configuration_set_value() bug has been fixed.
- The code now does not create unintended "exported_ports" configuration key.
- 11:59 リビジョン 1960 (openrtm-cxx): set_configuration_set_value() bug has been fixed.
- The code now does not create unintended "exported_ports" configuration key.
- 11:55 コア リビジョン 1959: get_context_handle's bug has been fixed.
- Now it returns correct handle if EC is owned context.
- 11:55 リビジョン 1959 (openrtm-cxx): get_context_handle's bug has been fixed.
- Now it returns correct handle if EC is owned context.
- 11:51 コア リビジョン 1958: rtcprof output parsing function now cuts both ends blanks of input.
- 11:51 リビジョン 1958 (openrtm-cxx): rtcprof output parsing function now cuts both ends blanks of input.
- 11:49 コア リビジョン 1957: A naming.formats bug mergeing rtc.conf's values and given values has been fixed.
- 11:49 リビジョン 1957 (openrtm-cxx): A naming.formats bug mergeing rtc.conf's values and given values has been fixed.
- 11:43 コア リビジョン 1956: pyc, jar have been removed from module extention settings.
- 11:43 リビジョン 1956 (openrtm-cxx): pyc, jar have been removed from module extention settings.
2010/04/21
- 13:51 調査 #1421 (終了): Windows版ソースコードに含まれる(不要な?)IDLファイル
- セックの村永です。
最近、玉川大学で以前からロボットを研究されている岡田浩之先生とRTミドルウェアについて話をさせていただいております。先日RTミドルウェアのレクチャをさせていただいたのですが、その際に気付いた点がありましたのでご報...
2010/04/09
- 15:37 コア リビジョン 1955: A bug about corba.endpoint has been fixed.
- Now corba.endpoint/corba.endpoints options are enabled, and
duplicate endpoint entries are automatically eliminated. - 15:37 リビジョン 1955 (openrtm-cxx): A bug about corba.endpoint has been fixed.
- Now corba.endpoint/corba.endpoints options are enabled, and
duplicate endpoint entries are automatically eliminated.
2010/04/07
- 11:10 コア リビジョン 1954: Comment for PubliserPeriodic readback policy has been wrote.
- 11:10 リビジョン 1954 (openrtm-cxx): Comment for PubliserPeriodic readback policy has been wrote.
- 10:53 バグ #1397 (解決): SubscriptionType:periodic,PushPolicy:Newでの接続での問題
- pushNew()にてm_readbackをtrueにするように変更。
参照
https://openrtp.jp/redmine/repositories/revision/openrtm-aist-cxx/1953 - 10:48 バグ #1397 (終了): SubscriptionType:periodic,PushPolicy:Newでの接続での問題
- SubscriptionType:periodic,PushPolicy:Newで接続した場合、周期的にデータが送信されない。
- 10:52 コア リビジョン 1953: The bug about PushPolicy:New has been fixed. refs 1397
- 10:52 リビジョン 1953 (openrtm-cxx): The bug about PushPolicy:New has been fixed. refs 1397
他の形式にエクスポート: Atom