btx0424 / OmniDrones

https://omnidrones.readthedocs.io/
MIT License
126 stars 23 forks source link

camera orientation control function added (I found a bug so I will fix and create pull request again) #57

Closed jinwoolee1230 closed 3 months ago

jinwoolee1230 commented 3 months ago

initially, it was not able for previous version to manipulate the orientation of the camera. With this update, it is able to change the orientation of the camera with the function def update_camera_orientation in examples/camera.py

I found a bug, so I will fix and update very soon