rlturkiye / flying-cavalry

Flying Cavalry Project - Ucan Kavalye Projesi
https://rlturkiye.com
MIT License
15 stars 1 forks source link

Define & Design & Implement Camera Class with AirSim #21

Open rlturkiye opened 3 years ago

rlturkiye commented 3 years ago

You have to define a Abstract camera class using Python ABC class and make it to work with design principles we already worked/trained.

This camera class should have also design documents such as Flowchart or other diagrams. It should specify which data will be same in all types of camera class , which type of functions to use in all etc. Which are different/exclusive to sub-classes of Camera.

Camera should have RGB and Depth as another Abstract sub classes.

Then you should have 2 RGB camera and 2 Depth camera. These camera should have realistic camera features ( look about camera spesifics in real life , if not understand ask ! :) )

ugurkanates commented 3 years ago

buna bu hafta bakilacak @ugurkanates

cenarturkmen commented 3 years ago

sample classes implemented. note: add info, poses later.