-
Notifications
You must be signed in to change notification settings - Fork 3
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
Debug auto orienter #46
Conversation
Resolve a myriad of resulting issues, including typingd, sigh.
…to-focus-option Merge leading branch of ralatsdc/edgetech-axis-ptz-controller into leading branch of IQTLabs/edgetech-axis-ptz-controller to: - Use BaseMQTTPubSub.generate_payload_json() throughout - Handle loss of camera connection gracefully Also clean up by: - Grouping arguments - Allowing configuration and logging of all inputs - Restore AxisPtzController.make_controller() since used during development, testing, and operation - Retain axis_ptz_utilities.encode_image() and axis_ptz_utilities.decode_image() since original design prohibitied passing data through files and these methods may be needed in the future
…-axis-ptz-controller into rl/debug-auto-orienter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good - just the bashrc file
Looks good enough - Question on setting Yaw, Pitch, Roll via the MQTT config message. It looks like it was removed and there is this comment: Is there still a way to manually set the Yaw Pitch Roll via MQTT? It is helpful to have a way to do some live manual adjustment. Is this still possible? |
The orientation message sets yaw, pitch, and roll. The side effect is computing the coordinate transformations, which the orientation message callback already does.
…On Mar 15, 2024 at 8:41 AM -0400, Luke Berndt ***@***.***>, wrote:
Looks good enough - Question on setting Yaw, Pitch, Roll via the MQTT config message. It looks like it was removed and there is this comment:
Cannot set tripod yaw, pitch, and roll because of side effects
What is the side effect?
Is there still a way to manually set the Yaw Pitch Roll via MQTT? It is helpful to have a way to do some live manual adjustment. Is this still possible?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
No description provided.