Skip to content

Commit

Permalink
* update chinese version
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyouyou authored and ycool committed Sep 7, 2018
1 parent 5365c7b commit 2af455c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/howto/how_to_update_vehicle_calibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ After preparation, complete the following task sequence from `modules/tools/cali
like `15 5.2 -10`, will create and record a file named `t15b-10r0.csv`.

### Process Data
Run `process_data.sh` on each recorded log individually. Each data log is processed and appended to `t15b-10r0.csv.result`.
Run `process_data.sh` on each recorded log individually. data log is processed to `t15b-10r0.csv.result`.

### Plot Results
Run `python plot_results.py t15b-10r0.csv.result` to visualize final results. Check for any abnormality.
Expand Down
8 changes: 6 additions & 2 deletions docs/howto/how_to_update_vehicle_calibration_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@
- 转换结果为`protobuf`格式

### 采集数据
1. 为不同的命令运行`python data_collector.py {dir}/{command}.txt`且每条命令运行多次,其中data_collector.py在modules/tools/calibration/,{command}.txt可以参考modules/tools/calibration/calibration_data_sample/中样例
1. 运行 `python data_collector.py`,参数如 x y z, x 代表了加速的控制指令, y 代表了限制速度(mps), z 是减速指令,正值标识油门量,负值标识刹车量.且每条命令运行多次,其中 `data_collector.py`在modules/tools/calibration/
2. 根据车辆反应情况,调整命令脚本
3. 运行 `python plot_data.py {dir}/{command}.txt_recorded.csv>` 使采集到的数据可视化
3. 运行 `python plot_data.py ` 使采集到的数据可视化


比如输出指令 `15 5.2 -10`,将会生成名为`t15b-10r0.csv`的文件。



### 处理数据
Expand Down

0 comments on commit 2af455c

Please sign in to comment.