Skip to content

Commit

Permalink
Merge pull request #89 from MiRoboticsLab/LeeJeeryWen-patch-2
Browse files Browse the repository at this point in the history
Update cyberdog_camera_cn.md
  • Loading branch information
ruheng authored Oct 31, 2023
2 parents 7f9bc48 + 2a3c311 commit 16d6934
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/cn/cyberdog_camera_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@ $ ros2 service call /camera_service protocol/srv/CameraService "{command: 3, arg

### 双目/RGB相机ros2程序
```console
//启动stereo_camera
ros2 run camera_test stereo_camera

//如果使用开机自启的stereo_camera,注意topic前加上命名空间
ros2 lifecycle set /stereo_camera configure

ros2 lifecycle set /stereo_camera activate

ros2 lifecycle set /stereo_camera deactivate

ros2 lifecycle set /camera/camera cleanup


```
运行之后,双目相机和RGB相机将通过/image_left、/image_right、/image_rgb三个topic发布图像。

0 comments on commit 16d6934

Please sign in to comment.