プロジェクト

全般

プロフィール

活動

2009/06/28から2009/07/27まで

2009/07/27

19:48 バグ #634 (フィードバック): OpenRTM-aist-1.0.0-RC1にてlog_levelを設定しないとログが出力されない問題
7/27現在での最新バージョン(リビジョン1476)では、下記の現象が起きている。
(下記はrtc.confにて、logger.enable: yes と指定済みである。)
* logger.log_levelをPARAN...
kurihara
12:23 コア 調査 #831: 全ソースコード内のログメッセージのレベルの見直し
てすと n-ando
11:53 コア 調査 #831 (担当): 全ソースコード内のログメッセージのレベルの見直し
ソースコード内のログメッセージのレベルを見直す。 n-ando
12:16 バグ #750: RTObject_impl::detach_context の不具合
* nilを代入
* nil checkを追加
n-ando
11:59 バグ #718 (終了): RTC Builderによるソースコード生成の不具合
n-ando
11:58 バグ #749 (終了): Compositeコンポーネントの初期化に関するバグ
n-ando
11:57 バグ #751 (終了): ConfigSampleコンポーネント実行時エラーの問題
n-ando
11:57 バグ #752 (終了): コンポーネントのデータポート接続時エラーの問題
n-ando
11:56 バグ #760 (終了): OpenRTM-aist(C++)-delete_component時のPOA不一致エラーの問題
n-ando
11:55 バグ #783 (終了): 複合化したコンポーネントの分解時にセグメントエラーが発生する
n-ando
11:53 バグ #828 (終了): InPortBase の property の dataport.subscription_type が Any になる。
n-ando
11:52 バグ #829 (終了): In/OutPortBase.cppのログ出力において、RTC_DEBUGとするべきところがRTC_ERRORとなっている。
n-ando

2009/07/24

10:50 リビジョン 1476 (openrtm-cxx): Some log messages' loglevel has been modified.
n-ando
10:50 コア リビジョン 1476: Some log messages' loglevel has been modified.
n-ando
10:49 リビジョン 1475 (openrtm-cxx): Logleve NORMAL has been abolished.
n-ando
10:49 コア リビジョン 1475: Logleve NORMAL has been abolished.
n-ando
09:37 バグ #829 (解決): In/OutPortBase.cppのログ出力において、RTC_DEBUGとするべきところがRTC_ERRORとなっている。
上記3箇所のRTC_ERRORをRTC_DEBUGに変更後、コミットを行った。(リビジョン1474) kurihara
09:31 バグ #829 (終了): In/OutPortBase.cppのログ出力において、RTC_DEBUGとするべきところがRTC_ERRORとなっている。
In/OutPortBase.cppのログ出力において、RTC_DEBUGとするべきところがRTC_ERRORとなっている。(AIST 俵様からの報告)... kurihara
09:34 リビジョン 1474 (openrtm-cxx): This fixes the bug reported by ticket #829.
kurihara
09:34 コア リビジョン 1474: This fixes the bug reported by ticket #829.
kurihara

2009/07/23

01:07 バグ #828 (解決): InPortBase の property の dataport.subscription_type が Any になる。
InPortにはSubscriptionTypeという概念がないので、任意のSubscriptionTypeを受け付ける意味のAnyが設定されています。
仕様です。SubscriptionTypeに限らず、RTSystemEdito...
n-ando
18:40 バグ #828 (終了): InPortBase の property の dataport.subscription_type が Any になる。
* 現象
InPortBase の dataport.subscription_type が Any になる。
dataport.subscription_type は Flush,New,Periodic の中で、Factory...
匿名ユーザー
16:14 リビジョン 1473 (openrtm-cxx): SdoConfiguration class tests have been updated.
hakuta
16:14 コア リビジョン 1473: SdoConfiguration class tests have been updated.
hakuta
14:42 バグ #801 (終了): OpenRTM-aist(C++)-remove_organization時にSegmentationfaultが発生する問題
匿名ユーザー
14:42 バグ #816 (終了): OpenRTM-aist(C++)-get_configuration_set()時にInvalidParameter例外が返却されない問題
匿名ユーザー
14:37 バグ #816: OpenRTM-aist(C++)-get_configuration_set()時にInvalidParameter例外が返却されない問題
●訂正
SDOPackage.idl で InvalidParameter は定義されておらず、修正前に戻します。
ConfigurationSet get_configuration_set (in UniqueId...
匿名ユーザー
14:00 バグ #816 (解決): OpenRTM-aist(C++)-get_configuration_set()時にInvalidParameter例外が返却されない問題
●現象
①get_configuration_set()で引数のidがm_configsetsに登録されていない場合、
 InvalidParameter例外が返却されない。
②引数のidが空の場合、InvalidParam...
匿名ユーザー
10:25 バグ #816 (終了): OpenRTM-aist(C++)-get_configuration_set()時にInvalidParameter例外が返却されない問題
rtm/SdoConfiguration.cpp
get_configuration_set()で引数のidがm_configsetsに登録されていない場合、InvalidParameter例外が返却されない。
匿名ユーザー
11:38 コア バグ #818 (担当): 複合RTCの公開Port設定について
異なるパス上で動作するインスタンス名,Port名の同じRTCを複合化した場合,公開Portの設定ができない.
複合RTCの公開Portの設定は,PeriodicECSharedComposite内で行っているが,
addPor...
ta
11:35 コア バグ #817 (担当): Configurationの削除
ConfigurationSetに一度項目を追加すると,削除ができない
Configuration_impl::set_configuration_set_values
 → ConfigAdmin::setConfigura...
ta

2009/07/22

16:18 リビジョン 1472 (openrtm-cxx): These have been added because of the preparation for the test. However, because the processing of the target have been not implemented, the tests have been not executed.
fsi-katami
16:18 コア リビジョン 1472: These have been added because of the preparation for the test. However, because the processing of the target have been not implemented, the tests have been not executed.
fsi-katami
14:36 リビジョン 1471 (openrtm-cxx): SdoOrganization class tests have been updated.
hakuta
14:36 コア リビジョン 1471: SdoOrganization class tests have been updated.
hakuta
10:33 リビジョン 1470 (openrtm-cxx): These were changed along with the addition of the test for InPortPushConnector.
fsi-katami
10:33 コア リビジョン 1470: These were changed along with the addition of the test for InPortPushConnector.
fsi-katami
10:20 リビジョン 1469 (openrtm-cxx): The bugs of InPortPushConnector have been fixed.
fsi-katami
10:20 コア リビジョン 1469: The bugs of InPortPushConnector have been fixed.
fsi-katami
10:17 リビジョン 1468 (openrtm-cxx): The tests of InPortPushConnector class have been added.
fsi-katami
10:17 コア リビジョン 1468: The tests of InPortPushConnector class have been added.
fsi-katami
10:03 リビジョン 1467 (openrtm-cxx): SdoOrganization class tests have been updated.
hakuta
10:03 コア リビジョン 1467: SdoOrganization class tests have been updated.
hakuta

2009/07/17

18:18 リビジョン 1466 (openrtm-cxx): PeriodicExecutionContext class tests have been updated.
hakuta
18:18 コア リビジョン 1466: PeriodicExecutionContext class tests have been updated.
hakuta
17:59 リビジョン 1465 (openrtm-cxx): This fixes the bug reported by ticket #801.
hakuta
17:59 コア リビジョン 1465: This fixes the bug reported by ticket #801.
hakuta
17:58 リビジョン 1464 (openrtm-cxx): RTObject class tests have been updated.
hakuta
17:58 コア リビジョン 1464: RTObject class tests have been updated.
hakuta
17:13 バグ #801: OpenRTM-aist(C++)-remove_organization時にSegmentationfaultが発生する問題
●●原因判明
RTObjectTests.cpp テストファイルに問題があり下記の用に修正した。
オーバーライドしたclass OrganizationMockで、
virtual char* get_organiz...
匿名ユーザー
11:56 バグ #801 (解決): OpenRTM-aist(C++)-remove_organization時にSegmentationfaultが発生する問題
●原因の特定
erase_if()から呼ばれている「org_id(organization_id)」に問題があったようだ。
★2 から抜ける際に、落ちていた模様。
① OpenRTM-aist/src/lib/rtm...
匿名ユーザー
11:54 バグ #801 (終了): OpenRTM-aist(C++)-remove_organization時にSegmentationfaultが発生する問題
単体テストを行った際、
add_organization()後に remove_organization()を実行すると「Segmentation fault」が発生する。
CORBA::Boolean
Config...
匿名ユーザー
14:24 リビジョン 1463 (openrtm-cxx): RTObject class tests have been updated.
hakuta
14:24 コア リビジョン 1463: RTObject class tests have been updated.
hakuta
14:10 リビジョン 1462 (openrtm-cxx): Constructor in OutPortPushConnector have been fixed.
fsi-katami
14:10 コア リビジョン 1462: Constructor in OutPortPushConnector have been fixed.
fsi-katami
14:07 リビジョン 1461 (openrtm-cxx): OutPortPushConnector tests have been updated.
fsi-katami
14:07 コア リビジョン 1461: OutPortPushConnector tests have been updated.
fsi-katami
13:59 リビジョン 1460 (openrtm-cxx): Added check connector_id in connect().
kurihara
13:59 コア リビジョン 1460: Added check connector_id in connect().
kurihara
10:52 リビジョン 1459 (openrtm-cxx): Avoid Segmentation fault on remove_organization().
hakuta
10:52 コア リビジョン 1459: Avoid Segmentation fault on remove_organization().
hakuta
10:35 リビジョン 1458 (openrtm-cxx): The tests of SystemLogger and OutPortPushConnector have been added.
fsi-katami
10:35 コア リビジョン 1458: The tests of SystemLogger and OutPortPushConnector have been added.
fsi-katami

2009/07/16

17:12 リビジョン 1457 (openrtm-cxx): SdoOrganization tests have been updated.
fsi-katami
17:12 コア リビジョン 1457: SdoOrganization tests have been updated.
fsi-katami
17:11 リビジョン 1456 (openrtm-cxx): SdoConfiguration tests have been updated.
fsi-katami
17:11 コア リビジョン 1456: SdoConfiguration tests have been updated.
fsi-katami
16:53 リビジョン 1455 (openrtm-cxx): Some problems of the log function have been resolved. (Redmine Ticket #628,#781)
fsi-katami
16:53 コア リビジョン 1455: Some problems of the log function have been resolved. (Redmine Ticket #628,#781)
fsi-katami
14:18 リビジョン 1454 (openrtm-cxx): The bugs of finalizeContexts() method have been fixed.
hakuta
14:18 コア リビジョン 1454: The bugs of finalizeContexts() method have been fixed.
hakuta
09:58 リビジョン 1453 (openrtm-cxx): PeriodicExecutionContext tests have been updated.
fsi-katami
09:58 コア リビジョン 1453: PeriodicExecutionContext tests have been updated.
fsi-katami

2009/07/15

15:45 リビジョン 1452 (openrtm-cxx): NamingManager class tests have been updated.
hakuta
15:45 コア リビジョン 1452: NamingManager class tests have been updated.
hakuta

2009/07/14

17:36 リビジョン 1451 (openrtm-cxx): ConfigAdmin class tests have been updated.
hakuta
17:36 コア リビジョン 1451: ConfigAdmin class tests have been updated.
hakuta
12:03 リビジョン 1450 (openrtm-cxx): Avoid possible deadlock.
kurihara
12:03 コア リビジョン 1450: Avoid possible deadlock.
kurihara
11:38 リビジョン 1449 (openrtm-cxx): PublisherNew::write method have been fixed. PublisherFlush::write method have been fixed.
fsi-katami
11:38 コア リビジョン 1449: PublisherNew::write method have been fixed. PublisherFlush::write method have been fixed.
fsi-katami
10:32 リビジョン 1448 (openrtm-cxx): Manager class tests have been updated.
hakuta
10:32 コア リビジョン 1448: Manager class tests have been updated.
hakuta

2009/07/13

16:34 リビジョン 1447 (openrtm-cxx): Added InPortCorbaCdrConsumer and OutPortCorbaCdrProvider to SUBDIRS
kurihara
16:34 コア リビジョン 1447: Added InPortCorbaCdrConsumer and OutPortCorbaCdrProvider to SUBDIRS
kurihara
15:32 リビジョン 1446 (openrtm-cxx): This fixes the bug reported by ticket #783.
kurihara
15:32 コア リビジョン 1446: This fixes the bug reported by ticket #783.
kurihara
15:31 リビジョン 1445 (openrtm-cxx): This fixes the bug reported by ticket #760.
kurihara
15:31 コア リビジョン 1445: This fixes the bug reported by ticket #760.
kurihara
15:31 リビジョン 1444 (openrtm-cxx): This fixes the bug reported by ticket #760.
kurihara
15:31 コア リビジョン 1444: This fixes the bug reported by ticket #760.
kurihara
15:09 バグ #760 (解決): OpenRTM-aist(C++)-delete_component時のPOA不一致エラーの問題
元々は、デフォルトPOAを使用した場合にサービスポートのACTIVATE/DEACTIVATEにてIORが変化する
という問題があり、この対処方法としてManagerクラスのgetPOA()で取得できるPOAは、PERSISTENT...
kurihara
14:57 バグ #783 (解決): 複合化したコンポーネントの分解時にセグメントエラーが発生する
[[]]PortAdmin.cppのregisterPort(PortService_ptr port)メソッドにて、引数のportをメンバー変数に格納する際、_duplicate()がされていなかったのが原因だった。
下記のよ...
kurihara

2009/07/10

16:16 リビジョン 1443 (openrtm-cxx): The bugs of PublisherPeriodic have been fixed.
fsi-katami
16:16 コア リビジョン 1443: The bugs of PublisherPeriodic have been fixed.
fsi-katami
16:16 リビジョン 1442 (openrtm-cxx): The bugs of PublisherFlush have been fixed.
fsi-katami
16:16 コア リビジョン 1442: The bugs of PublisherFlush have been fixed.
fsi-katami
16:15 リビジョン 1441 (openrtm-cxx): The bugs of PublisherNew have been fixed.
fsi-katami
16:15 コア リビジョン 1441: The bugs of PublisherNew have been fixed.
fsi-katami
16:12 リビジョン 1440 (openrtm-cxx): PublisherNew tests have been updated.
fsi-katami
16:12 コア リビジョン 1440: PublisherNew tests have been updated.
fsi-katami
16:11 リビジョン 1439 (openrtm-cxx): PublisherPeriodic tests have been updated.
fsi-katami
16:11 コア リビジョン 1439: PublisherPeriodic tests have been updated.
fsi-katami
16:10 リビジョン 1438 (openrtm-cxx): PublisherFlush tests have been updated.
fsi-katami
16:10 コア リビジョン 1438: PublisherFlush tests have been updated.
fsi-katami
15:07 バグ #783 (終了): 複合化したコンポーネントの分解時にセグメントエラーが発生する
SimpleIOのConsoleIn,ConsoleOutコンポーネントをRTSystemEditorにて複合化後、
分解するとどちらか一方のRTCがセグメントエラーにて終了する。
動作確認を行ったリビジョンは、1437。
...
kurihara
14:13 バグ #718 (解決): RTC Builderによるソースコード生成の不具合
ta
11:28 リビジョン 1437 (openrtm-cxx): ManagerServant class tests have been updated.
hakuta
11:28 コア リビジョン 1437: ManagerServant class tests have been updated.
hakuta

2009/07/09

16:12 バグ #776 (終了): coil/tests/OSのテスト実行時エラー
Ubunt-8.10にてsrc/lib/coil/tests以下のテストを実行するとOSのテストの際に"Segmentation fault"で異常終了する。
具体的には、coil/include/OS.hのGetOpt::op...
kurihara
13:16 リビジョン 1436 (openrtm-cxx): Some problems of "Make dist" were resolved.
fsi-katami
13:16 コア リビジョン 1436: Some problems of "Make dist" were resolved.
fsi-katami

2009/07/08

16:57 リビジョン 1435 (openrtm-cxx): The bugs of addConfigurationSet() method have been fixed.
kurihara
16:57 コア リビジョン 1435: The bugs of addConfigurationSet() method have been fixed.
kurihara
16:06 リビジョン 1434 (openrtm-cxx): ManagerServant class tests have been updated.
fsi-katami
16:06 コア リビジョン 1434: ManagerServant class tests have been updated.
fsi-katami

2009/07/07

11:08 リビジョン 1433 (openrtm-cxx): RTObject tests have been updated.
fsi-katami
11:08 コア リビジョン 1433: RTObject tests have been updated.
fsi-katami
11:07 リビジョン 1432 (openrtm-cxx): NamingManager class tests have been updated.
fsi-katami
11:07 コア リビジョン 1432: NamingManager class tests have been updated.
fsi-katami
11:06 リビジョン 1431 (openrtm-cxx): ManagerServant class tests have been updated.
fsi-katami
11:06 コア リビジョン 1431: ManagerServant class tests have been updated.
fsi-katami
11:04 リビジョン 1430 (openrtm-cxx): Manager class tests have been updated.
fsi-katami
11:04 コア リビジョン 1430: Manager class tests have been updated.
fsi-katami

2009/07/06

18:09 機能 #759 (終了): OpenRTM-aist(C++)-ポート接続時の"dataport.publisher"階層の導入
●対象ファイル
OpenRTM-aist/etc/
component.conf
OpenRTM-aist/src/lib/rtm/
PublisherNew.h    ★
Publisher...
匿名ユーザー
17:28 リビジョン 1429 (openrtm-cxx): Added dataport.publisher node by ticket #759.
hakuta
17:28 コア リビジョン 1429: Added dataport.publisher node by ticket #759.
hakuta

2009/07/03

18:38 リビジョン 1428 (openrtm-cxx): The methods for unsubscribing were fixed.
fsi-katami
18:38 コア リビジョン 1428: The methods for unsubscribing were fixed.
fsi-katami
18:16 リビジョン 1427 (openrtm-cxx): The tests of InPortCorbaCdrConsumer class have been added.
fsi-katami
18:16 コア リビジョン 1427: The tests of InPortCorbaCdrConsumer class have been added.
fsi-katami
18:15 リビジョン 1426 (openrtm-cxx): The tests of OutPortCorbaCdrProvider class have been added.
fsi-katami
18:15 コア リビジョン 1426: The tests of OutPortCorbaCdrProvider class have been added.
fsi-katami

2009/07/02

17:37 整備 #761 (終了): OpenRTM-aist(C++)-メモリーリーク自動チェックツールの作成
IDLに定義されいるオペレーション毎にメモリーリークチェックを自動的に行うツールを作成し、examples/testsに登録する。
匿名ユーザー
17:20 リビジョン 1425 (openrtm-cxx): The generation of Makefile for the test was added.
fsi-katami
17:20 コア リビジョン 1425: The generation of Makefile for the test was added.
fsi-katami
17:02 リビジョン 1424 (openrtm-cxx): The bugs of get() method have been fixed. (OutPortCorbaCdrProvider class,OutPortCorbaCdrProvider class)
fsi-katami
17:02 コア リビジョン 1424: The bugs of get() method have been fixed. (OutPortCorbaCdrProvider class,OutPortCorbaCdrProvider class)
fsi-katami
16:46 リビジョン 1423 (openrtm-cxx): The tests of OutPortCorbaCdrConsumer class have been added.
fsi-katami
16:46 コア リビジョン 1423: The tests of OutPortCorbaCdrConsumer class have been added.
fsi-katami
16:07 バグ #760 (終了): OpenRTM-aist(C++)-delete_component時のPOA不一致エラーの問題
ManagerのPOAポリシーを_default_POAから、PERSISTENT・USER_ID設定へ変更した事により
delete_component時にサーバントアクティベートエラーが発生する。
(エラーメッセージ)
...
匿名ユーザー
16:05 機能 #759 (終了): OpenRTM-aist(C++)-ポート接続時の"dataport.publisher"階層の導入
ポート接続時の設定情報で、
publisher関係のプロパティを"dataport.publisher"階層に設定して動作するよう修正する。
1. rtc.conf(component.conf)で指定する方法
  #=...
匿名ユーザー
14:54 バグ #756 (終了): OpenRTM-aist(C++)-v1.0.0 RC版のメモリーリーク対処による不具合
メモリーリーク対処時(r1420)のもれがあり修正を行った。
var型へ変更後、_duplicate()追加が抜けていた。
OpenRTM-aist/src/lib/rtm/RTObject.h
struct e...
匿名ユーザー
14:43 リビジョン 1422 (openrtm-cxx): This fixes the bug reported by ticket #756.
hakuta
14:43 コア リビジョン 1422: This fixes the bug reported by ticket #756.
hakuta

2009/07/01

18:25 バグ #756 (終了): OpenRTM-aist(C++)-v1.0.0 RC版のメモリーリーク対処による不具合
OpenRTM-aist(C++)-v1.0.0 RC版のメモリーリーク対処後(r1420)
examples/Compositeをテストした際、以下のメッセージが表示され終了する。
omniORB: ERROR -- try...
匿名ユーザー
16:19 リビジョン 1421 (openrtm-cxx): changed a practice module name.
hakuta
16:19 コア リビジョン 1421: changed a practice module name.
hakuta
12:02 機能 #632 (担当): OpenRTM-aist(C++)-v1.0.0 RC版のメモリーリーク調査
2009/07/01
 メモリーリークテスト全102項目の内、完了:101項目、残:1項目。
 残:1項目は、DataPort.idlで定義されているオペレーション(DataPortTest.py)の
 OutPortCdr...
匿名ユーザー
11:38 リビジョン 1420 (openrtm-cxx): Fixed possible memory leak.
hakuta
11:38 コア リビジョン 1420: Fixed possible memory leak.
hakuta

2009/06/30

19:56 リビジョン 1419 (openrtm-cxx): Processing to initialize m_buffer was added to the constructor of InPortCorbaCdrProvider class.
fsi-katami
19:56 コア リビジョン 1419: Processing to initialize m_buffer was added to the constructor of InPortCorbaCdrProvider class.
fsi-katami
19:49 リビジョン 1418 (openrtm-cxx): The tests of InPortCorbaCdrProvider class have been added.
fsi-katami
19:49 コア リビジョン 1418: The tests of InPortCorbaCdrProvider class have been added.
fsi-katami
19:39 リビジョン 1417 (openrtm-cxx): Changed "outport_ref" to "outport_ior".
kurihara
19:39 コア リビジョン 1417: Changed "outport_ref" to "outport_ior".
kurihara
16:23 バグ #621 (終了): OpenRTM-aist(C++)-「Create/Delete」Componentでのメモリリーク
以下の修正を行い、動作確認でメモリーリークの発生なし。
●ManagerServant.h
// ::RTM::Manager_ptr m_objref;
::RTM::Manager_var m_obj...
匿名ユーザー
13:36 リビジョン 1416 (openrtm-cxx): CorbaPort::registerProvider was fixed.Exception catch was added.
fsi-katami
13:36 コア リビジョン 1416: CorbaPort::registerProvider was fixed.Exception catch was added.
fsi-katami
13:36 リビジョン 1415 (openrtm-cxx): CorbaPort tests have been updated.
fsi-katami
13:36 コア リビジョン 1415: CorbaPort tests have been updated.
fsi-katami
 

他の形式にエクスポート: Atom