3ebe2700b00340d09a1256d3b4a.../doc.md

41 lines
591 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 仓库 3D 场景
## 场景预览
![迷你仓库场景预览](doc/assets/warehouse_preview.png)
---
## 启动(唯一命令,无需编译)
卡片内已包含预编译 `install/`**直接运行即可**,不要 `colcon build`
```bash
./gzsim_run.sh
| `./gzsim_stop.sh` | 停止仿真 |
```
**必须等到**终端出现:
```text
[autorun] GzWeb scene OK (... bytes), 9002 stable
[autorun] ✓ 全部就绪 — 现在刷新「仿真器」面板
```
打开rviz显示实时点云数据
```bash
source install/setup.bash
ros2 launch bcr_bot rviz.launch.py
```