diff --git a/docs/GettingStarted/QuickStartDemo/index.md b/docs/GettingStarted/QuickStartDemo/index.md index 93742a825..88733ef0c 100644 --- a/docs/GettingStarted/QuickStartDemo/index.md +++ b/docs/GettingStarted/QuickStartDemo/index.md @@ -147,9 +147,9 @@ In order to configure and run the Autoware software with the AWSIM demo, please: git clone https://github.com/autowarefoundation/autoware.git cd autoware ``` -3. Switch branche to `awsim-stable`. *NOTE: The latest `main` branch may work properly, but `awsim-stable` is tested on an ongoing basis.* +3. Switch branche to `galactic`. *NOTE: The latest `main` branch is for [ROS 2 humble](https://docs.ros.org/en/rolling/Releases/Release-Humble-Hawksbill.html). ``` -git checkout awsim-stable +git checkout galactic ``` 4. Configure the environment. (Skip if Autoware environment has been configured before) ```