Skip to content
/ dev_humble Public template

Ubuntu向けのROS2 humble用dev container開発環境。X11をマウントしてGUIアプリの使用ができるようにしている。

License

Notifications You must be signed in to change notification settings

teruyamato0731/dev_humble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev_humble

Open in Dev Containers ubuntu22 humble license CI

ROS2 humbleのdev container開発環境。 X11をマウントしてGUIアプリの使用ができるようにしている。 Ubuntu 22.04で動作確認済み。

Quick Start

あなたがすでにVS CodeとDockerをインストールしている場合は、上記のバッジまたはこちらをクリックすることで使用することができる。
これらのリンクをクリックすると、vscodeが必要に応じてdev container拡張機能を自動的にインストールし、ソースコードをコンテナボリュームにクローンし、使用するためのdev containerを起動する。

How to use

  1. Docker, vscode, devcontainer拡張機能をインストールする。
  2. GitHub上部の緑の「Use this template」を押し、自身のGitHubアカウントで新規リポジトリを作成。
  3. X11のアクセスをローカルに対して許可する。
    xhost +local:
    # non-network local connections being added to access control list
  4. 自身の作成したリポジトリをcloneしvscodeで開く。
    リポジトリのリンクやディレクトリ名は各自で読み替えること。
    git clone https://github.com/teruyamato0731/dev_humble.git
    code dev_humble
  5. 「Reopen in Container」でdevcontainerを開く

image

イメージのソースはこちら。

About

Ubuntu向けのROS2 humble用dev container開発環境。X11をマウントしてGUIアプリの使用ができるようにしている。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published