# GAAS prebuilt dependencies

Here we provide a prebuilt deb packages for the dependencies of SLAM, including those following Projects:

```
# PCL
https://github.com/PointCloudLibrary/pcl

# DBoW3
https://github.com/rmsalinas/DBow3

# g2o
https://github.com/RainerKuemmerle/g2o

# opencv version 3.4.5 including contribs
https://github.com/opencv/opencv

# pangolin
https://github.com/stevenlovegrove/Pangolin 
```

{% embed url="<https://drive.google.com/file/d/1SKcCTcX3sPbRPi9GOa0ZxuY8g9gSOjqU/view?usp=sharing>" %}

The debs can be used on Ubuntu 16.04 and Ubuntu 18.04 on x86-64, just extract and run:

```
sudo dpkg -i *.deb
```

[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/gaas-prebuilt-package.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.
