Skip to content

Conversation

@Nobu19800
Copy link

Identify the Bug

openRTMNamesをRtORBでビルドするとエラーになり、実行できても正常に動作しない。

Description of the Change

以下の修正を行った。

  • ネームサーバーをNameServiceの名前で活性化
  • NamingContextクラスに_is_a関数追加
  • その他、細かいエラーの修正

ビルド手順は以下の通り。

git clone https://github.com/OpenRTM/RtORB
cd RtORB
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/home/xxxx/work/install
make
sudo make install
git clone https://github.com/OpenRTM/OpenRTM-aist
cd OpenRTM-aist
mkdir build
cd build
cmake .. -DCORBA=RtORB -DORB_ROOT=/home/xxxx/work/install -DCMAKE_INSTALL_PREFIX=/home/xxxx/work/install
make 
sudo make install

Verification

  • Did you succeed the build?
  • No warnings for the build?
  • Have you passed the unit tests?

@Nobu19800 Nobu19800 self-assigned this Nov 10, 2025
@n-ando n-ando merged commit e277814 into OpenRTM:master Nov 11, 2025
3 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants