Skip to content

Commit 72254ee

Browse files
committed
Update GMSL camera documentation to include Gemini 345Lg support and correct sensor launch notes
1 parent b9be9df commit 72254ee

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

docs/en/source/5_advanced_guide/multi_camera/gmsl_camera.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GMSL_camera
22

3-
> This section describes how to use GMSL camera in OrbbecSDK_ROS2.Currently, only Gemini 335Lg GMSL devices are supported, and other GMSL devices will be supported in the near future.
3+
> This section describes how to use GMSL camera in OrbbecSDK_ROS2.Currently, only Gemini 335Lg and Gemini 345Lg, other GMSL devices will be supported in the near future.
44
55
You can find example usage code in the [example](https://github.com/orbbec/OrbbecSDK_ROS2/tree/v2-main/orbbec_camera/examples).
66

@@ -28,7 +28,7 @@ Go to the [multi_gmsl_camera.launch.py](https://github.com/orbbec/OrbbecSDK_ROS2
2828
ros2 launch orbbec_camera multi_gmsl_camera.launch.py
2929
```
3030

31-
> Note: By default, multi_gmsl_camera.launch.py only starts color and left_ir. If you want to start other sensors, please go to [camera_secondary_params.yaml](https://github.com/orbbec/OrbbecSDK_ROS2/blob/v2-main/orbbec_camera/config/camera_secondary_params.yaml) to modify them.
31+
> Note: By default, multi_gmsl_camera.launch.py only starts color and depth. If you want to start other sensors, please go to [camera_secondary_params.yaml](https://github.com/orbbec/OrbbecSDK_ROS2/blob/v2-main/orbbec_camera/config/camera_secondary_params.yaml) to modify them.
3232
3333
## Multi GMSL camera synced
3434

@@ -49,9 +49,7 @@ Please refer to the configuration in [multi_gmsl_camera_synced.launch.py.](https
4949
ros2 launch orbbec_camera multi_gmsl_camera_synced.launch.py
5050
```
5151

52-
> Note: By default, multi_gmsl_camera_synced.launch.py only starts color and left_ir. If you want to start other sensors, please go to [camera_secondary_params.yaml](https://github.com/orbbec/OrbbecSDK_ROS2/blob/v2-main/orbbec_camera/config/camera_secondary_params.yaml) and [camera_params.yaml](https://github.com/orbbec/OrbbecSDK_ROS2/blob/v2-main/orbbec_camera/config/camera_params.yaml) to modify them.
53-
54-
52+
> Note: By default, multi_gmsl_camera_synced.launch.py only starts color and depth. If you want to start other sensors, please go to [camera_secondary_params.yaml](https://github.com/orbbec/OrbbecSDK_ROS2/blob/v2-main/orbbec_camera/config/camera_secondary_params.yaml) and [camera_params.yaml](https://github.com/orbbec/OrbbecSDK_ROS2/blob/v2-main/orbbec_camera/config/camera_params.yaml) to modify them.
5553
5654
## Usage Limitations of GMSL Cameras
5755

docs/zh/source/5_advanced_guide/multi_camera/gmsl_camera.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GMSL 相机
22

3-
> 本节介绍如何在 OrbbecSDK_ROS2 中使用 GMSL 相机。目前仅支持 Gemini 335Lg GMSL 设备,其他 GMSL 设备将在不久的将来得到支持。
3+
> 本节介绍如何在 OrbbecSDK_ROS2 中使用 GMSL 相机。目前仅支持 Gemini 335Lg 和 Gemini 345Lg 设备,其他 GMSL 设备将在不久的将来得到支持。
44
55
您可以在 [example](https://github.com/orbbec/OrbbecSDK_ROS2/tree/v2-main/orbbec_camera/examples) 中找到示例使用代码。
66

@@ -28,7 +28,7 @@ ros2 run orbbec_camera list_devices_node
2828
ros2 launch orbbec_camera multi_gmsl_camera.launch.py
2929
```
3030

31-
> 注意:默认情况下,multi_gmsl_camera.launch.py 仅启动 color 和 left_ir。如果您想启动其他传感器,请转到 [camera_secondary_params.yaml](https://github.com/orbbec/OrbbecSDK_ROS2/blob/v2-main/orbbec_camera/config/camera_secondary_params.yaml) 进行修改。
31+
> 注意:默认情况下,multi_gmsl_camera.launch.py 仅启动 color 和 depth。如果您想启动其他传感器,请转到 [camera_secondary_params.yaml](https://github.com/orbbec/OrbbecSDK_ROS2/blob/v2-main/orbbec_camera/config/camera_secondary_params.yaml) 进行修改。
3232
3333
## 多个 GMSL 相机同步
3434

@@ -49,7 +49,7 @@ ros2 launch orbbec_camera multi_gmsl_camera.launch.py
4949
ros2 launch orbbec_camera multi_gmsl_camera_synced.launch.py
5050
```
5151

52-
> 注意:默认情况下,multi_gmsl_camera_synced.launch.py 仅启动 color 和 left_ir。如果您想启动其他传感器,请转到 [camera_secondary_params.yaml](https://github.com/orbbec/OrbbecSDK_ROS2/blob/v2-main/orbbec_camera/config/camera_secondary_params.yaml)[camera_params.yaml](https://github.com/orbbec/OrbbecSDK_ROS2/blob/v2-main/orbbec_camera/config/camera_params.yaml) 进行修改。
52+
> 注意:默认情况下,multi_gmsl_camera_synced.launch.py 仅启动 color 和 depth。如果您想启动其他传感器,请转到 [camera_secondary_params.yaml](https://github.com/orbbec/OrbbecSDK_ROS2/blob/v2-main/orbbec_camera/config/camera_secondary_params.yaml) 进行修改。
5353
5454
## GMSL 相机的使用限制
5555

0 commit comments

Comments
 (0)