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 4e2e201 commit 09325b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ rosservice call /camera/toggle_depth "{data: true}"
rosservice call /camera/save_images "{}"
```

- save point cloud

```bash
rosservice call /camera/save_point_cloud "{}"
```

NOTE: The images are saved under ~/.ros/image and are only available when the sensor is on.

### All available service for camera control
Expand Down
5 changes: 5 additions & 0 deletions README_CN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ rosservice call /camera/toggle_depth "{data: true}"
```bash
rosservice call /camera/save_images "{}"
```
- 保存点云。

```bash
rosservice call /camera/save_point_cloud "{}"
```

注意:图像保存在 `~/.ros/image` 下,仅在传感器打开时才可用

Expand Down

0 comments on commit 09325b1

Please sign in to comment.