Skip to content
New issue

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

NoeticのPCにHiroの手元PC環境を作成したい #624

Open
Kanazawanaoaki opened this issue Oct 27, 2024 · 0 comments
Open

NoeticのPCにHiroの手元PC環境を作成したい #624

Kanazawanaoaki opened this issue Oct 27, 2024 · 0 comments

Comments

@Kanazawanaoaki
Copy link

Kanazawanaoaki commented Oct 27, 2024

最小構成や過不足ない情報では無いと思いますが,
https://github.com/jsk-ros-pkg/trans_system/issues/817http://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 from
https://drive.google.com/drive/u/0/folders/1bhD0r4uFIyW0e-fPLuPdTIC7NiIySMMt .
and install ros-noetic-openrtm-aist-python from deb file.

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

備考

などの対処が必要な可能性あり

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

No branches or pull requests

1 participant