Add information and illustrations about camera orientations, update default settings in main_camera.launch

This commit is contained in:
Arthur Golubtsov
2018-11-02 22:28:50 +03:00
parent 5c8700257b
commit a4aa8bcc6d
7 changed files with 32 additions and 13 deletions

BIN
docs/assets/camera_option_1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
docs/assets/camera_option_2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
docs/assets/camera_option_3.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
docs/assets/camera_option_4.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -22,20 +22,34 @@
## Настройки для Клевера
### Клевер 3, камера вниз
### 1. Камера направлена вниз, шлейф назад
```xml
<node pkg="tf2_ros" type="static_transform_publisher" name="main_camera_frame" args="0.05 0 -0.07 -1.5707963 0 3.1415926 fcu main_camera_optical"/>
```
![](assets/camera_option_1.png)
### 2. Камера направлена вниз, шлейф вперёд
```xml
<node pkg="tf2_ros" type="static_transform_publisher" name="main_camera_frame" args="0.05 0 -0.07 1.5707963 0 3.1415926 fcu main_camera_optical"/>
```
### Клевер 3, камера вверх
![](assets/camera_option_2.png)
### 3. Камера направлена вверх, шлейф назад
```xml
<node pkg="tf2_ros" type="static_transform_publisher" name="main_camera_frame" args="0.05 0 0.07 1.5707963 0 0 fcu main_camera_optical"/>
```
![](assets/camera_option_3.png)
### 4. Камера направлена вверх, шлейф вперёд
```xml
<node pkg="tf2_ros" type="static_transform_publisher" name="main_camera_frame" args="0.05 0 0.07 -1.5707963 0 0 fcu main_camera_optical"/>
```
### Клевер 2, камера вниз
```xml
<node pkg="tf2_ros" type="static_transform_publisher" name="main_camera_frame" args="0 0 -0.07 -1.5707963 0 3.1415926 fcu main_camera_optical"/>
```
![](assets/camera_option_4.png)