n-ando の活動
2016/09/21から2016/10/20まで
2016/10/14
- 10:05 コア 機能 #3653 (解決): [FSM4RTC] HRTMのラッパーライブラリを作成する。
- FsmCompのECの周期が1.0に設定されていたため、RTSystemEditorのタイムアウトに引っかかった模様。
設定でRT Name Service View でタイムアウト待ち時間を2000ms程度にすると、エラーは出なく... - 09:44 コア 機能 #3653: [FSM4RTC] HRTMのラッパーライブラリを作成する。
- FsmCompのactivate/deactivateをRTSystemEditorで行うと、「エラーが発生しました」とのダイアログが出る。
FsmComp自体は正常にactivate/deactivateされる。
- 09:39 コア 機能 #3653 (担当): [FSM4RTC] HRTMのラッパーライブラリを作成する。
- h2. ComponentManager 初期化処理の変更
ComponentManagerの初期化処理を変更。ComponentManagerの初期化関数 instance() 内で static 変数 RTC::Manage... - 09:40 コア リビジョン 2783: [FSM4RTC,bugfix] Manager/ComponentManager initialization bug has been fixed. refs #3653
- 09:40 OpenRTM-aist (C++) リビジョン 2783 (openrtm-cxx): [FSM4RTC,bugfix] Manager/ComponentManager initialization bug has been fixed. refs #3653
- 08:58 コア リビジョン 2782: [compat,bugfix,->RELENG_1_2] ManagerServant master flag is now initialized in ctor. Other member vars also initilized. refs #3654
- 08:58 OpenRTM-aist (C++) リビジョン 2782 (openrtm-cxx): [compat,bugfix,->RELENG_1_2] ManagerServant master flag is now initialized in ctor. Other member vars also initilized. refs #3654
2016/10/13
- 16:16 コア 機能 #3660 (終了): _REENTRANTが既に定義されている
- 16:16 コア 機能 #3660: _REENTRANTが既に定義されている
- r2781にて修正
- 16:14 コア 機能 #3660 (終了): _REENTRANTが既に定義されている
- 産総研の中岡です。
OpenRTM-aist の config_rtc.h ヘッダに関して要望があるのですが、
ここで定義されている... - 16:15 コア リビジョン 2781: [compat,build,->RELENG_1_2] config_rtc.h definitions are now guarded by #ifndef macro. refs #3660
- 16:15 OpenRTM-aist (C++) リビジョン 2781 (openrtm-cxx): [compat,build,->RELENG_1_2] config_rtc.h definitions are now guarded by #ifndef macro. refs #3660
- 13:56 コア リビジョン 2780: [compat,bugfix,->RELENG_1_2] Potential deadlock mutexes are now put into limited scopes. refs #3658
- 13:56 OpenRTM-aist (C++) リビジョン 2780 (openrtm-cxx): [compat,bugfix,->RELENG_1_2] Potential deadlock mutexes are now put into limited scopes. refs #3658
- 13:54 OpenRTM-aist (C++) バグ #3658: ExecutionContextWorker::removeComponent関数で動作が停止する問題
- mutexロックにスコープを追加...
- 13:40 OpenRTM-aist (C++) バグ #3654: マネージャをスレーブに設定してもis_master関数がTrueを返す問題
- メンバー変数が軒並み初期化されていなかったのでm_isMasterを含めて初期化。...
- 13:39 コア リビジョン 2779: [compat,bugfix,->RELENG_1_2] ManagerServant master flag is now initialized in ctor. Other member vars also initilized. refs #3654
- 13:39 OpenRTM-aist (C++) リビジョン 2779 (openrtm-cxx): [compat,bugfix,->RELENG_1_2] ManagerServant master flag is now initialized in ctor. Other member vars also initilized. refs #3654
- 01:52 OpenRTM-aist (C++) バグ #3652: 実行周期を変更してもonRateChangedコールバックが呼び出されない問題
- onRateChange() が呼び出されるよう ExecutionContextBase, ExecutionContextWorker, RTObjectStateMachine を変更。
テストをお願いします。>宮本様 - 01:51 コア リビジョン 2778: [incompat,RELENG_1_2] onRateChagned (on_rate_changed()) operation should be called when EC rate is changed. refs #3652
- 01:51 OpenRTM-aist (C++) リビジョン 2778 (openrtm-cxx): [incompat,RELENG_1_2] onRateChagned (on_rate_changed()) operation should be called when EC rate is changed. refs #3652
- 01:14 RT System Editor バグ #3659 (終了): ExecutionContext Viewでrate変更後、前のrate値のままになっている
- ExecutionContext Viewでrate変更後、実際のRTCのrateは変更されているにもかかわらず、Viewで表示されるrate値は、変更前の値のままになっている。
もう一つRTSEを起動して、RTCのECのrat...
2016/10/12
- 23:55 OpenRTM-aist (C++) バグ #3650: 実行周期を0に設定してもエラーコードを返さない問題
- rate/periodのチェックを 0.0 以上かどうか、を、0.0より大きいかどうかに変更。
- 23:54 コア リビジョン 2777: [compat,->RELENG_1_2] Execution rate and period check has been modified. refs #3650
- 23:54 OpenRTM-aist (C++) リビジョン 2777 (openrtm-cxx): [compat,->RELENG_1_2] Execution rate and period check has been modified. refs #3650
- 23:50 コア リビジョン 2776: [compat,RELENG_1_2] Indentation has been modified. refs #3656
- 23:50 OpenRTM-aist (C++) リビジョン 2776 (openrtm-cxx): [compat,RELENG_1_2] Indentation has been modified. refs #3656
2016/10/07
- 17:22 コア 機能 #3653: [FSM4RTC] HRTMのラッパーライブラリを作成する。
- Fsmが落ちる問題→2回初期化が行われている?...
- 16:31 コア 機能 #3653: [FSM4RTC] HRTMのラッパーライブラリを作成する。
- 以下のファイルを追加
* component_manager.h
* data_flow_component.h
* defs.h
* in_port.h
* logger.h
* out_port.h
* prop... - 14:34 コア 機能 #3653 (終了): [FSM4RTC] HRTMのラッパーライブラリを作成する。
- HRTM付属のサンプルコンポーネントがコンパイルできるように、libHRTMに相当するライブラリをlibRTCで実装する。
- 16:43 コア リビジョン 2773: [FSM4RTC,2.0,compat] Some Makefile.am bugs are fixed.
- 16:43 OpenRTM-aist (C++) リビジョン 2773 (openrtm-cxx): [FSM4RTC,2.0,compat] Some Makefile.am bugs are fixed.
- 16:34 コア リビジョン 2772: [FSM4RTC,2.0,win32] libHRTM source and build proj file prepared for win32. refs #3653
- 16:34 OpenRTM-aist (C++) リビジョン 2772 (openrtm-cxx): [FSM4RTC,2.0,win32] libHRTM source and build proj file prepared for win32. refs #3653
- 16:33 コア リビジョン 2771: [FSM4RTC,2.0,win32] Fsm example win32 proj file prepared. refs #3655
- 16:33 OpenRTM-aist (C++) リビジョン 2771 (openrtm-cxx): [FSM4RTC,2.0,win32] Fsm example win32 proj file prepared. refs #3655
- 16:31 コア リビジョン 2770: [FSM4RTC,2.0,win32] libHRTM source and build proj file prepared for win32. refs #3653
- 16:31 OpenRTM-aist (C++) リビジョン 2770 (openrtm-cxx): [FSM4RTC,2.0,win32] libHRTM source and build proj file prepared for win32. refs #3653
- 15:00 コア 整備 #3655: [FSM4RTC] Fsmのサンプルコンポーネントを作成する。
- Fsmコンポーネントを作成。
新規に作成したlibHRTMでコンパイルはとおり、RTCの起動はできるものの、
* 一定時間上たつと、ゾンビになる
* 生きているうちにactivateすると、ステートマシンは動いているもよう
... - 14:46 コア 整備 #3655 (終了): [FSM4RTC] Fsmのサンプルコンポーネントを作成する。
- HRTMと同様のFsmのサンプルコンポーネントを作成する。
HRTMからのコピー。 - 14:55 コア リビジョン 2769: [compat] ignore Makefile and Makefile.in
- 14:55 OpenRTM-aist (C++) リビジョン 2769 (openrtm-cxx): [compat] ignore Makefile and Makefile.in
- 14:55 コア リビジョン 2768: [compat] ignore Makefile and Makefile.in
- 14:55 OpenRTM-aist (C++) リビジョン 2768 (openrtm-cxx): [compat] ignore Makefile and Makefile.in
- 14:53 コア リビジョン 2767: [compat] Ignore Makefile and Makefile.in
- 14:53 OpenRTM-aist (C++) リビジョン 2767 (openrtm-cxx): [compat] Ignore Makefile and Makefile.in
- 14:46 コア リビジョン 2766: [FSM4RTC,2.0] Fsm component build complete, but it still has some bugs. refs #3655
- 14:46 OpenRTM-aist (C++) リビジョン 2766 (openrtm-cxx): [FSM4RTC,2.0] Fsm component build complete, but it still has some bugs. refs #3655
- 14:42 コア リビジョン 2765: [FSM4RTC,2.0] libRTC wrapper lib for libHRTM has been implemented. It still has some bugs. refs #3653
- 14:42 OpenRTM-aist (C++) リビジョン 2765 (openrtm-cxx): [FSM4RTC,2.0] libRTC wrapper lib for libHRTM has been implemented. It still has some bugs. refs 3653
- 10:34 コア リビジョン 2764: [FSM4RTC,2.0] Fsm example code from hrtm has been added for HRTM porting. refs #3655
- 10:34 OpenRTM-aist (C++) リビジョン 2764 (openrtm-cxx): [FSM4RTC,2.0] Fsm example code from hrtm has been added for HRTM porting.
- 10:32 コア リビジョン 2763: [FSM4RTC,2.0] Some dummy headers have been added for HRTM porting. refs #3653
- 10:32 OpenRTM-aist (C++) リビジョン 2763 (openrtm-cxx): [FSM4RTC,2.0] Some dummy headers have been added for HRTM porting.
2016/10/06
- 15:27 コア 機能 #3591: [FSM4RTC] ComponentObserver.idl の実装を作成する。
- まずは、ロード可能な.soオブジェクトを実装。コンポーネントにロードして、コンシューマとして登録されるところまで確認。
- 15:26 コア 機能 #3593: [FSM4RTC] ExtendedFsmService.idlの実装を作成する
- まずは、soとしてロード、SDOサービスとして登録可能なSDOServiceProviderを実装。
RTObject側でのコールバック機構を実装したのち、ExtendedFsmServiceProviderからフックする。
- 15:25 コア リビジョン 2762: [incompat,2.0,FSM4] FSM4RTC ExtendedFsmService initial implementation has been added. refs #3593
- 15:25 OpenRTM-aist (C++) リビジョン 2762 (openrtm-cxx): [incompat,2.0,FSM4] FSM4RTC ExtendedFsmService initial implementation has been added. refs #3593
2016/10/05
- 15:33 コア リビジョン 2761: [incompat,2.0,FSM4RTC] FSM4RTC ComponentObservice initial implementation has been added. refs #3591
- 15:33 OpenRTM-aist (C++) リビジョン 2761 (openrtm-cxx): [incompat,2.0,FSM4RTC] FSM4RTC ComponentObservice initial implementation has been added. refs #3591
- 09:12 コア 機能 #3591: [FSM4RTC] ComponentObserver.idl の実装を作成する。
- 元のobserverの実装がほぼそのまま利用できるが、IDL内でのネームスペースが異なるので
* OpenRTM:: -> RTC::
* HAERTBEAT -> RTC_HEARTBEAT
への変更が必要。 - 08:09 コア リビジョン 2760: [compat,1.2] Version number updated.
- 08:09 OpenRTM-aist (C++) リビジョン 2760 (openrtm-cxx): [compat,1.2] Version number updated.
2016/09/26
- 11:06 コア リビジョン 2759
- 11:06 OpenRTM-aist (C++) リビジョン 2759 (openrtm-cxx)
- 11:04 コア リビジョン 2758: FSM4RTC development branch
- 11:04 OpenRTM-aist (C++) リビジョン 2758 (openrtm-cxx): FSM4RTC development branch
他の形式にエクスポート: Atom