# XR - Extended Reality

### Extended Reality Research

{% embed url="<https://www.researchgate.net/publication/357448911_Extended-Reality-Its-Impact-on-Education>" %}
Extended Reality Impact on Education
{% endembed %}

XR - Technology

{% embed url="<https://www.collabora.com/news-and-blog/blog/2022/04/05/visual-inertial-tracking-support-for-monado-openxr>" %}

{% embed url="<https://openslam-org.github.io>" %}
Open Source: Simultaneous Localization and Mapping (SLAM)
{% endembed %}

{% embed url="<https://arxiv.org/abs/1910.02490>" %}
Kimera: an open-source C++ library for real-time metric-semantic visual-inertial Simultaneous Localization And Mapping (SLAM).
{% endembed %}

> **Metric-semantic understanding** is the capability to simultaneously estimate the 3D geometry of a scene and attach a semantic label to objects and structures (e.g., tables, walls). Geometric information is critical for robots to navigate safely and to manipulate objects, while semantic information provides the ideal level of abstraction for a robot to understand and execute human instructions (e.g., “bring me a cup of coffee”, “exit from the red door”) and to provide humans with models of the environment that are easy to understand. Kimera <https://arxiv.org/abs/1910.02490>


---

# 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://kdoore.gitbook.io/cs2335/optional-supplemental-content/xr-extended-reality.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.
