> For the complete documentation index, see [llms.txt](https://docs.movel.ai/new-collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.movel.ai/new-collection/jian-ti-zhong-wen/seirios-rns/installation-and-integration-1/easy-deploy-for-seirios/installation-part-2-of-2.md).

# 安装 Seirios RNS

1. 安装第 2 部分的目的是安装 Seirios，准备 `catkin_ws`, 并创建正确的 `docker-compose.yaml` 文件<br>
2. 在上面同一个Terminal中，运行命令 `bash install-2-seirios.sh`<br>
3. 等待安装完成<br>
4. 重启PC/设备

{% hint style="danger" %}
脚本install\_2.sh 不会覆盖/home/catkin\_ws 中的现有文件, 并将维护配置文件的进行备份
{% endhint %}

![成功安装 install-2-seirios.sh](https://lh3.googleusercontent.com/worm8IkNprwDDGSXUyrWSelWC6MrpyD7IbmVdv27wiGyuBai2FFSRUtoV25ESThjR95UV8p4ypoH8_bLlODWeuXdeXzZtGEl_ZQAGehRW0M6GXLvX82X2mbkX7wKQ3ZPORsnDYs9=s0)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.movel.ai/new-collection/jian-ti-zhong-wen/seirios-rns/installation-and-integration-1/easy-deploy-for-seirios/installation-part-2-of-2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
