mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-12 11:10:19 +08:00
Add READNE document
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
# Docs应用文档
|
||||
|
||||
## 编译环境
|
||||
|
||||
```bash
|
||||
cd docs
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## 编译
|
||||
|
||||
```bash
|
||||
make clean
|
||||
make html
|
||||
```
|
||||
|
||||
## 编译结果
|
||||
|
||||
用浏览器打开 `_build/html/index.html`查看编译结果
|
||||
Reference in New Issue
Block a user