From 856998e9a1d964863b9df55cf97985fcad353d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alptu=C4=9F=20C=C4=B1r=C4=B1t?= <33583972+mozhoku@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:55:11 +0300 Subject: [PATCH] docs: add info about wsl2 support (#159) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alptuğ Cırıt --- docs/Introduction/AWSIM/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Introduction/AWSIM/index.md b/docs/Introduction/AWSIM/index.md index 2dff7e4bf..84ecd9118 100644 --- a/docs/Introduction/AWSIM/index.md +++ b/docs/Introduction/AWSIM/index.md @@ -15,12 +15,15 @@ Because **AWSIM** was developed mainly to work with [**Autoware**](../Autoware/) - *Ubuntu 22.04* and *Windows 10/11* - [*ROS2*](https://docs.ros.org/en/humble/index.html) Humble distribution +!!! warning "WSL2 Support" + **AWSIM Labs** does not support running on Windows Subsystem for Linux 2 (WSL2). It is recommended to use a native Ubuntu 22.04 environment. + !!! note "Prerequisites" - You can read more about the prerequisites and running **AWSIM** [here](../../GettingStarted/QuickStartDemo/). + You can read more about the prerequisites and running **AWSIM Labs** [here](../../GettingStarted/QuickStartDemo/). !!! note "Connection with Autoware" - Introduction about how the connection between **AWSIM** and **Autoware** works can be read [here](../CombinationWithAutoware/). + Introduction about how the connection between **AWSIM Labs** and **Autoware** works can be read [here](../CombinationWithAutoware/). #### Why was AWSIM developed?