Skip to content

Commit 596c109

Browse files
committed
Add new parameters to launch parameters documentation
1 parent a8ff099 commit 596c109

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

docs/en/source/camera_devices/4_application_guide/launch_parameters.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The following are the launch parameters available:
2424
* Point cloud downsampling factor. Range: `1–8`. `1` means no downsampling.
2525
* **`ordered_pc`**
2626
* Enable filtering of invalid point clouds.
27+
* **`preset_resolution_config`**
28+
* Preset resolution configuration for the camera device. Format: "width,height,ir_decimation_factor,depth_decimation_factor". Example: "1280,720,4,4". Only supported on 435Le. Leave empty to disable.
2729

2830
### Sensor Controls
2931

@@ -196,6 +198,8 @@ The following are the launch parameters available:
196198

197199
* **`log_level`**
198200
* SDK log level. Default is `info`. Optional values: `debug`, `info`, `warn`, `error`, `fatal`.
201+
* **`log_file_name`**
202+
* Saved SDK log file name. Effective when `log_level` is `debug`.
199203
* **`diagnostics_frequency`**
200204
* Diagnostic period in seconds.
201205
* **`enable_heartbeat`**

docs/en/source/camera_devices/4_application_guide/services.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ rosservice call /camera/reset_white_balance
253253
rosservice call /camera/set_laser 1
254254
```
255255

256+
* `/camera/get_laser_status`
257+
```bash
258+
rosservice call /camera/get_laser_status
259+
```
260+
256261
* `/camera/set_ldp`
257262

258263
```bash

docs/zh/source/camera_devices/4_application_guide/launch_parameters.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
* 点云下采样因子。范围:`1–8``1`表示不下采样,数值越大下采样倍数越大。
2525
* **`ordered_pc`**
2626
* 启用无效点云的过滤。
27+
* **`preset_resolution_config`**
28+
* 摄像头设备的预设分辨率配置。格式: "width,height,ir_decimation_factor,depth_decimation_factor". Example: "1280,720,4,4". 仅在 Gemini435Le 设备上受支持。留空禁用。
2729

2830
### Sensor Controls
2931

@@ -196,6 +198,8 @@
196198

197199
* **`log_level`**
198200
* SDK log level. Default is `info`. Optional values: `debug`, `info`, `warn`, `error`, `fatal`.
201+
* **`log_file_name`**
202+
* 保存的SDK日志文件名。当`log_level``debug`时生效。
199203
* **`diagnostics_frequency`**
200204
* Diagnostic period in seconds.
201205
* **`enable_heartbeat`**

docs/zh/source/camera_devices/4_application_guide/services.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,12 @@ rosservice call /camera/reset_white_balance
253253
rosservice call /camera/set_laser 1
254254
```
255255

256+
* `/camera/get_laser_status`
257+
```bash
258+
rosservice call /camera/get_laser_status
259+
```
260+
261+
256262
* `/camera/set_ldp`
257263

258264
```bash

0 commit comments

Comments
 (0)