Merge pull request #4035 from NickPerezCarletonUniversity/patch-4

fixed description of cameras on the drone
This commit is contained in:
zimmy87 2021-09-30 01:37:03 -07:00 коммит произвёл GitHub
Родитель 432dab2760 579fcb66f5
Коммит 05eff586e8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -139,7 +139,7 @@ These are the default cameras already available in each vehicle. Apart from thes
### Car
The cameras on car can be accessed by following names in API calls: `front_center`, `front_right`, `front_left`, `fpv` and `back_center`. Here FPV camera is driver's head position in the car.
### Multirotor
The cameras in CV mode can be accessed by following names in API calls: `front_center`, `front_right`, `front_left`, `bottom_center` and `back_center`.
The cameras on the drone can be accessed by following names in API calls: `front_center`, `front_right`, `front_left`, `bottom_center` and `back_center`.
### Computer Vision Mode
Camera names are same as in multirotor.