Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/02_Quick Start/demo_guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bash scripts/bootstrap.sh
## Download and play the demo record

```
python3 docs/demo_guide/record_helper.py demo_3.5.record
python3 docs/02_Quick\ Start/demo_guide/record_helper.py demo_3.5.record
cyber_recorder play -f demo_3.5.record --loop
```

Expand Down
4 changes: 2 additions & 2 deletions docs/02_Quick Start/demo_guide/README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ bash scripts/bootstrap.sh
## 下载并播放 Apollo 的演示包

```
python docs/demo_guide/record_helper.py demo_3.5.record
cyber_recorder play -f docs/demo_guide/demo_3.5.record --loop
python docs/02_Quick\ Start/demo_guide/record_helper.py demo_3.5.record
cyber_recorder play -f docs/02_Quick\ Start/demo_guide/demo_3.5.record --loop
```

选项 `--loop` 用于设置循环回放模式.
Expand Down