# Hello World VIO

We try to implement a complete VSLAM system from scratch, including visual front-end tracking, back-end optimization and loop detection modules. We try not to call third-party APIs and write all core algorithm modules by ourselves, including front-end feature extraction, tracking, PNP, etc. , and at the same time in the back-end module, we also try to implement back-end optimization without using any non-linear optimization library.


---

# 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://vio-hello-world.gitbook.io/vio-hello-world/readme.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.
