We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最小構成や過不足ない情報では無いと思いますが, https://github.com/jsk-ros-pkg/trans_system/issues/817 や http://www.jsk.t.u-tokyo.ac.jp/wiliki/wiliki.cgi?nextage#H-ch2x7q などを見ながらNoetic(Ubuntu20.04)でのHiroの手元PC環境構築を進めたので,その記録を一応残しておきます.
作成したrosinstallファイル:https://gist.github.com/Kanazawanaoaki/07f5e5182d73381818afc878c3811919#file-hironxjsk_noetic-rosinstall
Download ros-noetic-openrtm-aist-python_1.1.0-5focal_amd64.deb from https://drive.google.com/drive/u/0/folders/1bhD0r4uFIyW0e-fPLuPdTIC7NiIySMMt . and install ros-noetic-openrtm-aist-python from deb file.
ros-noetic-openrtm-aist-python_1.1.0-5focal_amd64.deb
sudo apt install ./ros-noetic-openrtm-aist-python_1.1.0-5focal_amd64.deb
Setup ROS workspace.
source /opt/ros/noetic/setup.bash mkdir -p ~/hiro_ws/src cd ~/hiro_ws/src/ wstool init wstool merge https://gist.githubusercontent.com/Kanazawanaoaki/07f5e5182d73381818afc878c3811919/raw/bcc0e29991b4177e2fd1d619b0256e3499fbc62f/hironxjsk_noetic.rosinstall wstool update cd .. rosdep update --include-eol-distros rosdep install -y -r --from-paths src catkin build hironx_tutorial source ~/hiro_ws/devel/setup.bash
https://gist.github.com/Kanazawanaoaki/07f5e5182d73381818afc878c3811919#file-hiro-env-test-l を実行できるか試す. roscoreを立ち上げている状態で以下を実行(wgetは既に実行してダウンロードされていたら不要)
wget https://gist.githubusercontent.com/Kanazawanaoaki/07f5e5182d73381818afc878c3811919/raw/4abdf1d5a706f14993df00e8e74086c1a3a4a082/hiro-env-test.l source ~/hiro_ws/devel/setup.bash roseus hiro-env-test.l
pip install pyyaml==5.4.1
fatal: unable to connect to github.com:
git config --global url."https://".insteadOf git://
などの対処が必要な可能性あり
The text was updated successfully, but these errors were encountered:
No branches or pull requests
最小構成や過不足ない情報では無いと思いますが,
https://github.com/jsk-ros-pkg/trans_system/issues/817 や http://www.jsk.t.u-tokyo.ac.jp/wiliki/wiliki.cgi?nextage#H-ch2x7q などを見ながらNoetic(Ubuntu20.04)でのHiroの手元PC環境構築を進めたので,その記録を一応残しておきます.
作成したrosinstallファイル:https://gist.github.com/Kanazawanaoaki/07f5e5182d73381818afc878c3811919#file-hironxjsk_noetic-rosinstall
Setup
Download
ros-noetic-openrtm-aist-python_1.1.0-5focal_amd64.deb
fromhttps://drive.google.com/drive/u/0/folders/1bhD0r4uFIyW0e-fPLuPdTIC7NiIySMMt .
and install ros-noetic-openrtm-aist-python from deb file.
Setup ROS workspace.
環境構築ができているかチェック
https://gist.github.com/Kanazawanaoaki/07f5e5182d73381818afc878c3811919#file-hiro-env-test-l を実行できるか試す. roscoreを立ち上げている状態で以下を実行(wgetは既に実行してダウンロードされていたら不要)
備考
pip install pyyaml==5.4.1
が必要fatal: unable to connect to github.com:
でgit config --global url."https://".insteadOf git://
が必要などの対処が必要な可能性あり
The text was updated successfully, but these errors were encountered: