Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-dong committed Sep 15, 2023
1 parent d6bf7d0 commit ecfe8e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ ros2 service call /camera/set_laser_enable std_srvs/srv/SetBool "{data: true}"
```bash
ros2 service call /camera/toggle_ir std_srvs/srv/SetBool "{data : true}"

```
- save point cloud

```bash
ros2 service call /camera/save_point_cloud std_srvs/srv/Empty "{}"
```

### All available service for camera control
Expand Down
7 changes: 7 additions & 0 deletions README_CN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,13 @@ ros2 service call /camera/toggle_ir std_srvs/srv/SetBool "{data : true}"

```

- 保存点云

```bash
ros2 service call /camera/save_point_cloud std_srvs/srv/Empty "{}"
```


### 所有相机控制的service

下面的这些服务的名字已经表明了它的功能,但是要注意的是只有当在launch文件里面把相关数据流打开的时候才能用。
Expand Down

0 comments on commit ecfe8e7

Please sign in to comment.