From 9bd24e4af0b48cc0cc725bba79b22484f17cb6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Wed, 24 Apr 2024 23:39:58 +0300 Subject: [PATCH] feat: add awsim labs documentation reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .../digital-twin-simulation/awsim-tutorial.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/ad-hoc-simulation/digital-twin-simulation/awsim-tutorial.md b/docs/tutorials/ad-hoc-simulation/digital-twin-simulation/awsim-tutorial.md index e91f74a46c3..d7fae7070d1 100644 --- a/docs/tutorials/ad-hoc-simulation/digital-twin-simulation/awsim-tutorial.md +++ b/docs/tutorials/ad-hoc-simulation/digital-twin-simulation/awsim-tutorial.md @@ -1,3 +1,19 @@ # AWSIM simulator -AWSIM is a simulator for Autoware development and testing. To get started, please follow the official [instruction](https://tier4.github.io/AWSIM/GettingStarted/QuickStartDemo/) provided by TIER IV. +AWSIM is a simulator for Autoware development and testing, initially developed by TIER IV and still actively maintained. + +AWSIM Labs is a fork of AWSIM, developed under the Autoware Foundation, providing additional features and lighter resource usage. + +## AWSIM Labs + +[AWSIM Labs](https://github.com/autowarefoundation/AWSIM) supports Unity LTS 2022.3.21f1 and uses the Universal Render Pipeline (URP), optimized for lighter resource usage. It introduces several enhancements such as the ability to reset vehicle positions at runtime, support for multiple scenes and vehicle setups on runtime, and multi-lidars enabled by default. + +See the full feature comparison between AWSIM and AWSIM Labs [here](https://autowarefoundation.github.io/AWSIM/main/#feature-differences-from-the-tier-ivawsim). + +To get started with AWSIM Labs, please follow the [instructions](https://autowarefoundation.github.io/AWSIM/main/GettingStarted/QuickStartDemo/). + +## AWSIM + +[AWSIM](https://github.com/tier4/AWSIM) runs on Unity 2021.1.7f1 using the High Definition Render Pipeline (HDRP), which requires more system resources. + +To get started with AWSIM, please follow the [instructions](https://tier4.github.io/AWSIM/GettingStarted/QuickStartDemo/) provided by TIER IV.