Skip to content

Commit 9e55528

Browse files
authored
Merge pull request #458 from tier4/release/v2.0.1
Release/v2.0.1
2 parents 5878ed0 + 7aabe59 commit 9e55528

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ PlayerSettings:
142142
loadStoreDebugModeEnabled: 0
143143
visionOSBundleVersion: 1.0
144144
tvOSBundleVersion: 1.0
145-
bundleVersion: 2.0.0
145+
bundleVersion: 2.0.1
146146
preloadedAssets: []
147147
metroInputSource: 0
148148
wsaTransparentSwapchain: 0

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# AWSIM
2-
3-
> [!NOTE]
4-
> **v2.0.0 has been released!**
5-
> **Please check [v2.0.0 release note](https://github.com/tier4/AWSIM/releases/tag/v2.0.0)**
62

73
![](/README_img/AWSIM-Autoware.png)
84

docs/Downloads/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
|Download link|Note|
22
|:--|:--|
3-
|[AWSIM-Demo.zip](https://github.com/tier4/AWSIM/releases/download/v2.0.0/AWSIM-Demo.zip)|AWSIM demo simulation ([HDRP](https://unity.com/features/srp/high-definition-render-pipeline)). Lexus RX450h will be driven autonomously using [Autoware](https://github.com/autowarefoundation/autoware) under random traffic conditions in Shinjuku. see also [here](../GettingStarted/QuickStartDemo/index.md).|
4-
|[AWSIM-Demo-Lightweight.zip](https://github.com/tier4/AWSIM/releases/download/v2.0.0/AWSIM-Demo-Lightweight.zip)|[URP](https://unity.com/features/srp/universal-render-pipeline) version of `AWSIM-Demo`. Enables lightweight AWSIM demo simulation. The content is the same as `AWSIM-Demo`. |
3+
|[AWSIM-Demo.zip](https://github.com/tier4/AWSIM/releases/download/v2.0.1/AWSIM-Demo.zip)|AWSIM demo simulation ([HDRP](https://unity.com/features/srp/high-definition-render-pipeline)). Lexus RX450h will be driven autonomously using [Autoware](https://github.com/autowarefoundation/autoware) under random traffic conditions in Shinjuku. see also [here](../GettingStarted/QuickStartDemo/index.md).|
4+
|[AWSIM-Demo-Lightweight.zip](https://github.com/tier4/AWSIM/releases/download/v2.0.1/AWSIM-Demo-Lightweight.zip)|[URP](https://unity.com/features/srp/universal-render-pipeline) version of `AWSIM-Demo`. Enables lightweight AWSIM demo simulation. The content is the same as `AWSIM-Demo`. |
55
|[AWSIM-Demo-OpenSCENARIO.zip](https://github.com/tier4/AWSIM/releases/download/v2.0.0/AWSIM-Demo-OpenSCENARIO.zip)|Demo simulation using OpenSCENARIO with AWSIM. Connect AWSIM, Autoware, and [Scenario Simulator v2.](https://github.com/tier4/scenario_simulator_v2). see also [here](../DeveloperGuide/Experimental/UsingOpenScenario/index.md).|
66
|[Shinjuku.unitypackage](https://github.com/tier4/AWSIM/releases/download/v2.0.0/Shinjuku.unitypackage)|`.unitypackage` for Shinjuku to import into UnityEditor. see also [here](../DeveloperGuide/SetupUnityProject/index.md).|
77
|[Shinjuku-Map.zip](https://github.com/tier4/AWSIM/releases/download/v2.0.0/Shinjuku-Map.zip)|Map files used in Autoware. `.osm` and `.pcd` files for Shinjuku.|.

docs/GettingStarted/QuickStartDemo/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Please follow the official Autoware documentation for configuring localhost:
130130
1. Download AWSIM demo.
131131
1. Download `AWSIM-Demo.zip`.
132132
133-
[Download AWSIM-Demo.zip](https://github.com/tier4/AWSIM/releases/download/v2.0.0/AWSIM-Demo.zip){ .md-button }
133+
[Download AWSIM-Demo.zip](https://github.com/tier4/AWSIM/releases/download/v2.0.1/AWSIM-Demo.zip){ .md-button }
134134
135135
1. Unzip the downloaded file.
136136
1. Make the `AWSIM-Demo.x86_64` file executable. Rightclick the `AWSIM-Demo.x86_64` file and check the `Execute` checkbox.
@@ -142,7 +142,7 @@ Please follow the official Autoware documentation for configuring localhost:
142142
```
143143
144144
!!! info
145-
If `AWSIM-Demo` is hefty, try [AWSIM-Demo-LightWeight](https://github.com/tier4/AWSIM/releases/download/v2.0.0/AWSIM-Demo-Lightweight.zip), a lightweight version.
145+
If `AWSIM-Demo` is hefty, try [AWSIM-Demo-LightWeight](https://github.com/tier4/AWSIM/releases/download/v2.0.1/AWSIM-Demo-Lightweight.zip), a lightweight version.
146146
147147
148148
## 4. Run AWSIM and Autoware

0 commit comments

Comments
 (0)