tork-a / openrtm_aist_python-release

1 stars 3 forks source link

ros-melodic-openrtm-aist-python package affects bash environment #3

Open sktometometo opened 4 years ago

sktometometo commented 4 years ago

When the ros-melodic-openrtm-aist-python package is installed, bash environment will corrupt.

$ ls
AppImage     Desktop    LocalProjects  Pictures  Templates   dotfiles_private  ros
Circuit      Documents  Log            Public    Videos      dotfiles_public   snap
CloudStrage  Downloads  Music          Sources   bashrc_ROS  examples.desktop
$ source /opt/ros/melodic/setup.bash 
$ source setup.sh
bash: setup.sh: そのようなファイルやディレクトリはありません
$ sudo apt install ros-melodic-openrtm-aist-python 
$ source setup.sh
<<< ComponentObserverConsumer Test setup start >>>
cp: '../../../RTM_IDL/BasicDataType.idl' を stat できません: そのようなファイルやディレクトリはありません
cp: '../../../RTM_IDL/DataPort.idl' を stat できません: そのようなファイルやディレクトリはありません
cp: '../../../RTM_IDL/ExtendedDataTypes.idl' を stat できません: そのようなファイルやディレクトリはありません
cp: '../../../RTM_IDL/InterfaceDataTypes.idl' を stat できません: そのようなファイルやディレクトリはありません
cp: '../../../RTM_IDL/OpenRTM.idl' を stat できません: そのようなファイルやディレクトリはありません
cp: '../../../RTM_IDL/RTC.idl' を stat できません: そのようなファイルやディレクトリはありません
cp: '../../../RTM_IDL/SDOPackage.idl' を stat できません: そのようなファイルやディレクトリはありません
omniidl: '*.idl' does not exist
<<< ComponentObserverConsumer Test setup Complete >>>
sktometometo commented 4 years ago

@708yamaguchi @mqcmd196

708yamaguchi commented 4 years ago

I was faced with this error when I ran source setup.sh https://github.com/jsk-ros-pkg/jsk_common/tree/master/doc#local-build

k-okada commented 4 years ago

hope https://github.com/ros/rosdistro/pull/26958 fix