carla icon indicating copy to clipboard operation
carla copied to clipboard

LookAt Transformation form Camera Sensors

Open dibenedetto opened this issue 1 year ago • 2 comments

I didn't find a working solution for a classical camera method, known as "look-at":

https://registry.khronos.org/OpenGL-Refpages/gl2.1/xhtml/gluLookAt.xml

The above function takes the camera position, the point the camera is looking at, and the up vector.

Do we have a practical implementation of that?

dibenedetto avatar Oct 18 '23 16:10 dibenedetto

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Dec 21 '23 11:12 stale[bot]

What do you want to have exactly? Possibility of getting look at sensor in Python?

Blyron avatar Apr 26 '24 10:04 Blyron