# GAAS v0.7 Release Mirror - x64

[Download Here](https://drive.google.com/file/d/1_9Y-l32524UOF2TKhEpGgCjvtxzfYK9a/view?usp=sharing)

Some developers reported that if you install Ubuntu 18.04 with secure boot, it will influence to install Nvidia GPU driver.

Using UltraISO on Windows or Ddsecure on Linux to install ISO on a USB stick.

Boot from USB stick, then install Ubuntu.

Using sudo to do other action.

Don't forget to install prebuilt dependencies after you finish to install Ubuntu:

{% content-ref url="/pages/-LwHr67g4qTmpgK1l8fm" %}
[GAAS prebuilt dependencies](/guide/handy-tools/gaas-prebuilt-package.md)
{% endcontent-ref %}

Due to the system restriction, the ROS components must be used under root user. Thus, execute

```
sudo su
```

Then run ROS command (such as `roscore` or `roslaunch`)

If you would like to use SLAM, please compile it first.&#x20;

```
cd （GAAS_PATH)/software/SLAM/ygz_slam_ros
sh generate.sh
```

Everything you need for SLAM has already been installed in the mirror.

`/root/Firmware`is the PX4 Firmware

[Support us on Patreon.](https://www.patreon.com/gaas)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gaas.gitbook.io/guide/handy-tools/v0.7-release-mirror-x86.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
