> For the complete documentation index, see [llms.txt](https://gaas.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gaas.gitbook.io/guide/handy-tools/v0.7-release-mirror-x86.md).

# 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)
