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?

More than 3 years have passed since last update.

【備忘録】ROS2のワークスペースの作成方法

Last updated at Posted at 2021-04-22

想定事項

  • ROS2がインストール済みであること
  • ROS2のインストールは前回記事を参考にすること

前回記事:https://qiita.com/syamada61590289/private/e32b8be4c5db3cb8fec4)

ワークスペースの作成

ワークスペース名ros2-dashingを想定,必要に応じて変更すること.

//ワークスペースの作成
mkdir -p ~/ros2-dashing/src && cd ros2-dashing
rosdep install --from-paths src --ignore-src -r -y
colcon build
echo "source ~/ros2-dashing/install/setup.bash" >> ~/.bashrc

以上,ワークスペースの作成が完了である.

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?