Skip to content

Commit ecfe8e7

Browse files
committed
update README
1 parent d6bf7d0 commit ecfe8e7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ ros2 service call /camera/set_laser_enable std_srvs/srv/SetBool "{data: true}"
142142
```bash
143143
ros2 service call /camera/toggle_ir std_srvs/srv/SetBool "{data : true}"
144144

145+
```
146+
- save point cloud
147+
148+
```bash
149+
ros2 service call /camera/save_point_cloud std_srvs/srv/Empty "{}"
145150
```
146151

147152
### All available service for camera control

README_CN.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@ ros2 service call /camera/toggle_ir std_srvs/srv/SetBool "{data : true}"
145145

146146
```
147147

148+
- 保存点云
149+
150+
```bash
151+
ros2 service call /camera/save_point_cloud std_srvs/srv/Empty "{}"
152+
```
153+
154+
148155
### 所有相机控制的service
149156

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

0 commit comments

Comments
 (0)