Skip to content

Commit

Permalink
Merge pull request #335 from tier4/release/v1.2.3
Browse files Browse the repository at this point in the history
update docs and version for v1.2.3
  • Loading branch information
mackierx111 committed Jul 23, 2024
2 parents 94ba530 + 623dfcf commit 59536da
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion ProjectSettings/EditorBuildSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
EditorBuildSettings:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Scenes: []
m_Scenes:
- enabled: 1
path: Assets/AWSIM/Scenes/Main/AutowareSimulation.unity
guid: 9a19a6429a390f1428320cff9d4e1f10
m_configObjects: {}
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 1.2.2
bundleVersion: 1.2.3
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down Expand Up @@ -597,7 +597,7 @@ PlayerSettings:
webGLThreadsSupport: 0
webGLDecompressionFallback: 0
scriptingDefineSymbols:
1: UNITY_CCU;ALLOW_AUTHORING;ROS2;ENABLE_RAYTRACING
1: UNITY_CCU;ALLOW_AUTHORING;ROS2
additionalCompilerArguments: {}
platformArchitecture: {}
scriptingBackend:
Expand Down
4 changes: 2 additions & 2 deletions docs/GettingStarted/QuickStartDemo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ To run the simulator, please follow the steps below.

3. Download and Run AWSIM Demo binary.

1. Download `AWSIM_v1.2.2.zip`.
1. Download `AWSIM_v1.2.3.zip`.

[Download AWSIM Demo for ubuntu](https://github.com/tier4/AWSIM/releases/download/v1.2.2/AWSIM_v1.2.2.zip){.md-button .md-button--primary}
[Download AWSIM Demo for ubuntu](https://github.com/tier4/AWSIM/releases/download/v1.2.3/AWSIM_v1.2.3.zip){.md-button .md-button--primary}

2. Unzip the downloaded file.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ AWSIM is the best scene for [Autoware](https://github.com/autowarefoundation/aut

## Try the simulation demo yourself!

[Download AWSIM Demo for Ubuntu](https://github.com/tier4/AWSIM/releases/download/v1.2.2/AWSIM_v1.2.2.zip){.md-button .md-button--primary}
[Download AWSIM Demo for Ubuntu](https://github.com/tier4/AWSIM/releases/download/v1.2.3/AWSIM_v1.2.3.zip){.md-button .md-button--primary}


To test the AWSIM demo with Autoware please refer to the [Quick start demo](./GettingStarted/QuickStartDemo/index.md) section.

0 comments on commit 59536da

Please sign in to comment.