Skip to content

lnfu/ros2-env

Repository files navigation

SAFMC D2 Development Environment

For Linux Users

  1. Copy the Linux configuration file:
cp .devcontainer/devcontainer.json.linux .devcontainer/devcontainer.json
mkdir -p workspace
  1. Open the project in Visual Studio Code, then press Ctrl + Shift + P and choose Dev Containers: Reopen in Container.

For Windows Users

  1. Copy the Windows configuration file:
Copy-Item .devcontainer/devcontainer.json.windows .devcontainer/devcontainer.json
New-Item -ItemType Directory -Path .\workspace
  1. Open the project in Visual Studio Code, then press Ctrl + Shift + P and choose Dev Containers: Reopen in Container.

Resolving Windows X11 Issues

If you encounter Windows X11 display issues, please refer to the following link for a solution: Windows x11 解決方法

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published