-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GUI camera doesn't keep manual orientation changes when in Follow entity mode #628
Comments
@srmainwaring , would you happen to have worked out a solution to this? |
@NDevDrone there is a service for the follow camera where you can reposition and reorient the camera: For example: gz service -s /gui/follow/offset --reqtype gz.msgs.Vector3d --reptype gz.msgs.Boolean --timeout 2000 --req "x: -0.5, y: 0.5, z: 0.5" The camera controller struggles to keep the image smooth when close to a fast moving vehicle, there is a service for adjusting that as well: |
I've transferred this issue to gz-gui since it's not a documentation issue. Also, there have been some changes to the camera tracking plugin. Is this still an issue? |
Hi @azeey , sorry I haven't been up to speed on developments of the camera tracking plugin. Would you mind sharing where they are reported ? Great news if so! |
Sure, you can find the it in the changelog. |
Thanks azeey, that's pretty great to see. Looking forward to trying it out. |
Environment
Garden, both source and binary.
Description
Steps to reproduce
Output
N/A
The text was updated successfully, but these errors were encountered: