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?

Windows11にWSLとROS2をインストールした時のメモ

Posted at

環境

  • Windows11
  • WSL2
  • Unbuntu 22.04

作業手順

以下を参照
https://wisenetwork.net/archives/4739

Ubuntu 22.04をdefaultにするためにPowerShell上で以下を実行
wsl --set-default-version 2

次にubuntu-desktopをインストールする。上記をサイトを参照しているが、少し修正し、以下の順に実行する:
sudo apt-get install libgl1-mesa-dev xorg-dev xbitmaps x11-apps
sudo apt-mark hold acpid acpi-support
sudo apt-get install ubuntu-desktop

ROS2 のインストール

以下を参照:
https://docs.ros.org/en/foxy/Installation/Ubuntu-Install-Debians.html

ただし、Ubuntu 22.04はFoxyをサポートしていないので、以下を実行し Humbleをインストール:
sudo apt install ros-humble-desktop python3-argcomplete

もともとの目的はGazeboを動かすことだったが、起動はするもののエラーを出して正しく動作してしなかったので、Ubuntuははアンインストールした。

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?