File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 5
5
* .jpg filter =lfs diff =lfs merge =lfs - text
6
6
* .pcd filter =lfs diff =lfs merge =lfs - text
7
7
* .png filter =lfs diff =lfs merge =lfs - text
8
+ * .record filter =lfs diff =lfs merge =lfs - text
8
9
9
10
# TODO(all): Currently we have some models named as *.md which should be renamed
10
11
# and tracked.
Original file line number Diff line number Diff line change @@ -37,14 +37,13 @@ Setup steps:
37
37
bash scripts/bootstrap.sh
38
38
```
39
39
40
- 5. Now you can play the rosbag :
40
+ 5. Now you can play the record :
41
41
42
42
```
43
- sudo python docs/demo_guide/rosbag_helper.py demo_2.0.bag #download rosbag
44
- rosbag play demo_2.0.bag --loop
43
+ cyber_recorder play -f docs/demo_guide/demo_3.5.record --loop
45
44
```
46
45
47
- The `--loop` option enables rosbag to keep playing the bag in a loop
46
+ The `--loop` option enables record to keep playing the bag in a loop
48
47
playback mode.
49
48
50
49
6. Open Chrome and go to **localhost:8888** to access Apollo Dreamview, which
Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ Apollo演示的安装步骤:
18
18
bash docker/scripts/dev_into.sh
19
19
```
20
20
21
- 3. 运行如下命令回放位rosbag :
21
+ 3. 运行如下命令回放record :
22
22
23
23
```
24
- python docs/demo_guide/rosbag_helper.py demo_1.5.bag # 下载rosbag
25
- rosbag play demo_1.5.bag --loop
24
+ cyber_recorder play -f docs/demo_guide/demo_3.5.record --loop
26
25
```
27
26
28
27
选项 `--loop` 用于设置循环回放模式.
Original file line number Diff line number Diff line change
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bd3d160eeb8ff85953df54c93be9c4fe9f1e87ab5e5846a42417633151f1465
3
+ size 96246211
You can’t perform that action at this time.
0 commit comments