0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ros2_arucoの導入

Posted at

get ros2_aruco

# ワークスペースの作成
mkdir -p ~/sendai_ws/src
cd ~/sendai_ws/src

# ros2_aruco パッケージのクローン
git clone https://github.com/JMU-ROBOTICS-VIVA/ros2_aruco.git -b humble

# 依存関係のインストール
sudo apt-get update
sudo apt-get install ros-humble-tf-transformations
pip install opencv-contrib-python==4.6.0.66

# ビルド
cd ~/sendai_ws
colcon build

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?