Open sktometometo opened 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 >>>
@708yamaguchi @mqcmd196
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
source setup.sh
hope https://github.com/ros/rosdistro/pull/26958 fix
When the ros-melodic-openrtm-aist-python package is installed, bash environment will corrupt.