プロジェクト

全般

プロフィール

活動

2011/01/04から2011/02/02まで

2011/02/02

23:37 整備 #2029: pkg_install100_*スクリプトの動作チェック
テストは、
* そのままでスクリプトが動作するか確認
* スクリプト中のreposerversの順序を入れ替えて確認
* www.openrtm.org を hogehoge.openrtm.org に変更して確認 (www.o...
n-ando
23:33 整備 #2029 (終了): pkg_install100_*スクリプトの動作チェック
OpenRTMのLinux用のインストーラスクリプトを更新しました。
これまでは、リポジトリサーバの場所を固定にしていましたが、www.openrtm.deも利用できるように、どちらのサーバが近いかを判断して近いほうのサーバを利用す...
n-ando
23:15 リビジョン 2037 (openrtm-cxx): Installer scripts have been updated to select nearest repository server.
n-ando
23:15 コア リビジョン 2037: Installer scripts have been updated to select nearest repository server.
n-ando

2011/02/01

10:06 整備 #1915: VC2010への対応
作業メモ
https://openrtp.jp/redmine/projects/openrtm-aist-cxx/wiki/%231915%E4%BD%9C%E6%A5%AD%E3%83%A1%E3%83%A2
匿名ユーザー

2011/01/28

18:50 整備 #1915: VC2010への対応
GUIでビルドしてexamplesが動作することを確認しました。 匿名ユーザー

2011/01/26

08:26 機能 #2015: ComponentAction listener の追加
r2036にて、RTObjectにComponentActionListenrのホルダとadd/remove関数を追加。 n-ando
07:29 機能 #2015: ComponentAction listener の追加
r2035にてリスナクラスを追加。Makefile.amを修正。 n-ando
07:28 機能 #2015 (終了): ComponentAction listener の追加
* RTコンポーネントの各種アクション(ComponentAction)をフックするためのリスナクラス、ComponentAction listener を追加する。
** PreAction: 引数に ec_id を取るリスナ
...
n-ando
08:14 リビジョン 2036 (openrtm-cxx): ComponentActionListeners and its add/remove functions have been added.
n-ando
08:14 コア リビジョン 2036: ComponentActionListeners and its add/remove functions have been added.
n-ando
07:12 リビジョン 2035 (openrtm-cxx): ComponentAction listeners have been added.
n-ando
07:12 コア リビジョン 2035: ComponentAction listeners have been added.
n-ando

2011/01/25

15:33 リビジョン 2034 (openrtm-cxx): add malloc for RtORB
harumi
15:33 コア リビジョン 2034: add malloc for RtORB
harumi

2011/01/19

00:52 バグ #1996 (終了): RtORB+OpenRTMがMac上でコンパイルが通らない
autogen で m4マクロを /optの下を探すように修正。
refs 2033
n-ando
00:50 バグ #1996: RtORB+OpenRTMがMac上でコンパイルが通らない
原です。libtoolについて、もう少し調べてみました。
結論からすると、libtool2.4でもコンパイルはできます。
但し、現在のautogenのスクリプトで autoreconf を呼び出しては
コンパイルできません。これ...
n-ando
00:48 バグ #2001 (終了): Configurationが機能しない。
n-ando
00:47 バグ #2001: Configurationが機能しない。
... n-ando
00:22 バグ #2001: Configurationが機能しない。
r2015ではconfigurationは機能するので、RtORB関係で変更した部分で問題がある模様。
n-ando
00:19 バグ #2001 (終了): Configurationが機能しない。
r2021でconfigurationが機能しない。
RTSEでConfigSampleコンポーネントをセレクトしても、configuration viewで何も表示されない。
n-ando
00:43 リビジョン 2033 (openrtm-cxx): Search path /opt/local/share/aclocal has been added to m4 macro in Mac OS X.
n-ando
00:43 コア リビジョン 2033: Search path /opt/local/share/aclocal has been added to m4 macro in Mac OS X.
n-ando
00:38 リビジョン 2032 (openrtm-cxx): Configuration's bug has been fixed.
Ctor's first arg is max length. Actual length has to be set. n-ando
00:38 コア リビジョン 2032: Configuration's bug has been fixed.
Ctor's first arg is max length. Actual length has to be set. n-ando

2011/01/17

13:22 リビジョン 2031 (openrtm-cxx): change for rtorb
harumi
13:22 コア リビジョン 2031: change for rtorb
harumi

2011/01/14

05:40 リビジョン 2030 (openrtm-cxx): Some modification for RtORB on Mac OS X.
n-ando
05:40 コア リビジョン 2030: Some modification for RtORB on Mac OS X.
n-ando
05:39 リビジョン 2029 (openrtm-cxx): const char* is passed to CORBA_SeqUtil::push_back.
CORBA::string_duped. n-ando
05:39 コア リビジョン 2029: const char* is passed to CORBA_SeqUtil::push_back.
CORBA::string_duped. n-ando

2011/01/13

07:14 バグ #1996: RtORB+OpenRTMがMac上でコンパイルが通らない
原さんへの返事
こちらのmacで調べてみましたが、原さんのようなlibtoolがらみの
問題は特に再現できませんでした。以下のようにコンパイルしました。
1. libIDLをmacportsでインストール
2. e...
n-ando
01:08 バグ #1996: RtORB+OpenRTMがMac上でコンパイルが通らない
原さんの追加情報
原です。私の方でも少し調べてみました。
どうもMacでconfigure.acしかない状態(リポジトリの状態)では、
build/autogen で生成されたconfigureでは、コンパイルできないようで...
n-ando
22:56 バグ #1996 (終了): RtORB+OpenRTMがMac上でコンパイルが通らない
原さんからレポート
make
Making all in build
make[1]: Nothing to be done for `all'.
Making all in src
Making all in lib
...
n-ando
22:28 リビジョン 2028 (openrtm-cxx): ConnectorListener/ConnectorDataListener documentation about abailable events
has been updated. n-ando
22:28 コア リビジョン 2028: ConnectorListener/ConnectorDataListener documentation about abailable events
has been updated. n-ando
22:24 リビジョン 2027 (openrtm-cxx): ConnectorListener/ConnectorDataListener documentation about abailable events
has been updated. n-ando
22:24 コア リビジョン 2027: ConnectorListener/ConnectorDataListener documentation about abailable events
has been updated. n-ando
22:21 リビジョン 2026 (openrtm-cxx): ConnectorListener/ConnectorDataListener documentation about abailable events
has been updated. n-ando
22:21 コア リビジョン 2026: ConnectorListener/ConnectorDataListener documentation about abailable events
has been updated. n-ando
21:47 リビジョン 2025 (openrtm-cxx): ConnectorListener/ConnectorDataListener documentation about abailable events
has been updated. n-ando
21:47 コア リビジョン 2025: ConnectorListener/ConnectorDataListener documentation about abailable events
has been updated. n-ando
19:50 リビジョン 2024 (openrtm-cxx): Added Octet-type to SeqIO.
fsi-katami
19:50 コア リビジョン 2024: Added Octet-type to SeqIO.
fsi-katami
19:10 リビジョン 2023 (openrtm-cxx): Added Octet-type to SeqIO.
fsi-katami
19:10 コア リビジョン 2023: Added Octet-type to SeqIO.
fsi-katami

2011/01/12

23:01 バグ #1995 (終了): bug report on running rtcd within zombies
かなり特殊な状況なので再現ができていないのですが、以下の不具合に遭遇しましたので
忘れないうちにレポートします。
前提:
ネームサーバー上に複数のゾンビが登録されている状態。
やったこと:
rtcdをマスターモード(...
kurihara
17:45 整備 #1915 (担当): VC2010への対応
* omniORBのVC2010対応は済み。
http://openrtm.a01.aist.go.jp/OpenRTM-aist-devel/index.php?cmd=read&page=%E6%8A%80%E8%A1%93%E...
匿名ユーザー

2011/01/06

08:08 リビジョン 2022 (openrtm-cxx): Version number in configure.ac has been updated.
n-ando
08:08 コア リビジョン 2022: Version number in configure.ac has been updated.
n-ando
02:11 リビジョン 2021 (openrtm-cxx): Installed package list has been updated in the installer script for fedora.
n-ando
02:11 コア リビジョン 2021: Installed package list has been updated in the installer script for fedora.
n-ando
02:07 リビジョン 2020 (openrtm-cxx): The default configuration has been changed for new logger
millisec/microsec timestamp feature. n-ando
02:07 コア リビジョン 2020: The default configuration has been changed for new logger
millisec/microsec timestamp feature. n-ando
02:02 リビジョン 2019 (openrtm-cxx): Now OpenRTM-aist supports RtORB on Linux and Cygwin.
n-ando
02:02 コア リビジョン 2019: Now OpenRTM-aist supports RtORB on Linux and Cygwin.
n-ando
 

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