Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Identify the Bug
Link to #176
Description of the Change
setup.pyを実行するコマンドをpython3と指定した
debファイルのバージョン番号を 1.2.1-1 とした
debパッケージビルド時に依存しているomniORBpyを、python3-omniorb と指定
debパッケージのインストール先は、Python2.7用 をインストールされている環境とバッティングしないようにした
/usr/share/openrtm-1.2/components/python3
/usr/share/openrtm-1.2/doc/python3
/usr/lib/python3/dist-packages/OpenRTM_aist
ビルド時に python3.6/distutils/command/install_lib.py でエラーが発生したことへの対応
Verification
Ubuntu18.04のDocker環境へ生成したOpenRTM-aist-Pythonをインストールしての動作確認
テスト用のパッケージリポジトリ(http://150.29.99.185 <--DHCP環境)からaptでインストールした環境での確認
omniorb, omniorbpy, openrtm-aist-python3 は pkg_install_ubuntu.sh を利用してインストール
テスト環境構築用Dockerfileは下記を利用