Skip to content

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcool committed Oct 18, 2018
1 parent 3958620 commit fc3dd9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/en/RESTFUL_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@
- route: `/roslaunch/start`
- method: `GET`
- query:
- `preset`: preset launch file, only `tr_hmi` available for now, `/roslaunch/start?preset=tr_hmi`
- `preset`: preset launch file, usage:`/roslaunch/start?preset=`, avaliable value:
- `tr_hmi`: start basic nodes
- `tr_hmi_with_cam`: start basic nodes and other nodes which used for usb camera.
- response:

```json
Expand Down
4 changes: 3 additions & 1 deletion doc/zh_CN/RESTFUL_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@
- route: `/roslaunch/start`
- method: `GET`
- query:
- `preset`: launch 文件预设,目前仅支持 `tr_hmi` 一项,即 `/roslaunch/start?preset=tr_hmi`
- `preset`: launch 文件预设,用法:`/roslaunch/start?preset=`,目前支持两种可选参数:
- `tr_hmi`: 启动基础节点 launch 文件
- `tr_hmi_with_cam`: 启动带有 USB 摄像头相关节点的 launch 文件
- response:

```json
Expand Down

0 comments on commit fc3dd9e

Please sign in to comment.