Skip to content

Commit 0627661

Browse files
committed
added camera description
1 parent 4e47483 commit 0627661

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Sensors/camera.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
title: Camera Settings
4+
parent: Sensors Overview
5+
nav_order: 7
6+
---
7+
8+
# Camera setup Raspberry pi on BlueAUV
9+
10+
We use this [Camera driver](https://github.com/christianrauch/camera_ros)
11+
After installing, the camera connected can be run with this command:
12+
`ros2 run camera_ros camera_node --ros-args -p camera:=0 -p width:=1280 -p height:=1024`
13+
14+

0 commit comments

Comments
 (0)