Skip to content

Commit

Permalink
docs: Update QuickStar.md
Browse files Browse the repository at this point in the history
 - Fixed an issue with "!!! note"
  • Loading branch information
SzymonParapura committed Sep 26, 2024
1 parent 8c9e76e commit 9dc4fe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user_guide/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This guide provides step-by-step instructions for building and running **Scenari
./setup-dev-env.sh
```
!!! note
This step will install necessary dependencies, including ROS 2, if not already installed. <br> Make sure to confirm and agree with the licenses for NVIDIA libraries like [CUDA](https://docs.nvidia.com/cuda/eula/index.html), [cuDNN](https://docs.nvidia.com/ deeplearning/cudnn/latest/reference/eula.html), and [TensorRT](https://docs.nvidia.com/deeplearning/tensorrt/sla/index.html).
This step will install necessary dependencies, including ROS 2, if not already installed. <br> Make sure to confirm and agree with the licenses for NVIDIA libraries like [CUDA](https://docs.nvidia.com/cuda/eula/index.html), [cuDNN](https://docs.nvidia.com/deeplearning/cudnn/latest/reference/eula.html), and [TensorRT](https://docs.nvidia.com/deeplearning/tensorrt/sla/index.html).

5. Install dependent ROS packages.
```bash
Expand All @@ -46,7 +46,7 @@ This guide provides step-by-step instructions for building and running **Scenari
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
```
!!! note
For detailed guidance on build issues and troubleshooting, please refer to the [Autoware Troubleshooting Guide](https:// autowarefoundation.github.io/autoware-documentation/main/support/troubleshooting/#build-issues).
For detailed guidance on build issues and troubleshooting, please refer to the [Autoware Troubleshooting Guide](https://autowarefoundation.github.io/autoware-documentation/main/support/troubleshooting/#build-issues).

![Build success](../image/ss2_autoware_build_result.png)
*As a result of running the `colcon build` command, all packages should be built successfully.*
Expand Down Expand Up @@ -89,7 +89,7 @@ This guide provides step-by-step instructions for building and running **Scenari
vehicle_model:=sample_vehicle timeout:=120.0
```
!!! note
To modify parameters of random testing and to obtain more details about the test results and the **result.junit.xml** file (which is saved by default in the **/tmp** directory), please refer to the **random_test_runner** [documentation](random_test_runner/Usage.md).
To modify parameters of random testing and to obtain more details about the test results and the **result.junit.xml** file (which is saved by default in the **/tmp** directory), please refer to the **random_test_runner** [documentation](random_test_runner/Usage.md).

![Launching random_test_runner](../image/random_test_runner_launch.gif)
*The process of launching the `random_test_runner` node.*
Expand Down

0 comments on commit 9dc4fe3

Please sign in to comment.