Skip to content

Commit 19abdbc

Browse files
authored
docs(awsim-tutorial): update the awsim labs comparison table (#619)
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 5be678b commit 19abdbc

1 file changed

Lines changed: 35 additions & 17 deletions

File tree

docs/tutorials/ad-hoc-simulation/digital-twin-simulation/awsim-tutorial.md

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,44 @@ AWSIM Labs is a fork of AWSIM, developed under the Autoware Foundation, providin
66

77
## Feature differences from the AWSIM and AWSIM Labs
88

9-
| Simulator Features | AWSIM 1.2.1 | AWSIM Labs 1.0.0 |
10-
| -------------------------------------------- | ----------- | ---------------- |
11-
| Rendering Pipeline | HDRP | URP |
12-
| Resource usage | Heavy | Light |
13-
| Can reset vehicle position on runtime |||
14-
| Multiple scene and vehicle setup |||
15-
| Multi-lidars are enabled by default |||
16-
| Radar sensor support |||
17-
| Can toggle vehicle keyboard control from GUI |||
18-
19-
| Development Features | AWSIM | AWSIM Labs |
20-
| -------------------------------------------- | ---------------- | --------------------- |
21-
| Unity Version | Unity 2021.1.7f1 | Unity LTS 2022.3.21f1 |
22-
| CI for build |||
23-
| CI for documentation generation within PR |||
24-
| Main branch is protected with linear history |||
9+
### Simulator Features
10+
11+
| Simulator Features | AWSIM 1.2.3 | AWSIM Labs 1.4.2 |
12+
| -------------------------------------------------------------- | ----------- | ---------------- |
13+
| Rendering Pipeline | HDRP | URP |
14+
| Resource usage | Heavy 🐢 | Light 🐇 |
15+
| Can toggle vehicle keyboard control from GUI |||
16+
| Radar sensor support |||
17+
| Lidar sensor multiple returns support |||
18+
| Raw radar output |||
19+
| Lidar snow energy loss feature |||
20+
| Physically based vehicle dynamics simulation (VPP integration) |||
21+
| Can reset vehicle position on runtime |||
22+
| Select maps and vehicles at startup |||
23+
| Scenario simulator integrated into the same binary |||
24+
| Multi-lidars are enabled by default |||
25+
| Set vehicle pose and spawn objects from RViz2 |||
26+
| Visualize multiple cameras and move them dynamically |||
27+
| Turn sensors on/off during runtime |||
28+
| Graphics quality settings (Low/Medium/Ultra) |||
29+
| Bird’s eye view camera option |||
30+
| Works with the latest Autoware main branch |||
31+
32+
### Development Features
33+
34+
| Development Features | AWSIM | AWSIM Labs |
35+
| ------------------------------------------------- | ---------------- | ------------------------- |
36+
| Unity Version | Unity 2021.1.7f1 | Unity LTS 2022.3.36f1 |
37+
| CI for build || ❌ (disabled temporarily) |
38+
| Various regression unit tests |||
39+
| CI for documentation generation within PR |||
40+
| Main branch is protected with linear history |||
41+
| Pre-commit for code formatting |||
42+
| Documentation page shows PR branches before merge |||
2543

2644
## AWSIM Labs
2745

28-
[AWSIM Labs](https://github.com/autowarefoundation/AWSIM-Labs) 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.
46+
[AWSIM Labs](https://github.com/autowarefoundation/AWSIM-Labs) supports Unity LTS 2022.3.36f1 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.
2947

3048
To get started with AWSIM Labs, please follow the [instructions](https://autowarefoundation.github.io/AWSIM-Labs/main/GettingStarted/QuickStartDemo/).
3149

0 commit comments

Comments
 (0)