mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
Add information and illustrations about camera orientations, update default settings in main_camera.launch
This commit is contained in:
BIN
docs/assets/camera_option_1.png
Executable file
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
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
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
BIN
docs/assets/camera_option_4.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
@@ -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"/>
|
||||
```
|
||||
|
||||

|
||||
|
||||
### 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, камера вверх
|
||||

|
||||
|
||||
### 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"/>
|
||||
```
|
||||
|
||||

|
||||
|
||||
### 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"/>
|
||||
```
|
||||

|
||||
|
||||
Reference in New Issue
Block a user