[RSDK-13312] Fixing order of parameters for Brown Conrady K6#63
Merged
SebastianMunozP merged 1 commit intoviam-modules:mainfrom Feb 3, 2026
Conversation
seanavery
approved these changes
Feb 2, 2026
Contributor
Author
Not really, this is mainly to fix the get_properties call that was broken in Orbbec, to circumvent this we were using a do_command, so this is just tech debt. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes the order of parameters for Brown Conrady K6 distortion model used in Astra2 for the get_properties call
The counterpart to this fix, to actually support such distortion model is in this PR: viamrobotics/rdk#5702
The order of parameters that the RDK is as follows:
Testing
With this test we confirm that the order of parameters is correct:
Parameters sent by Orbbec (taken from logs below):
Parameters received by Python client (taken from logs below)
Logs
Orbbec Get Properties Log:
Getting distortion parameters through DoCommand confirms that the order of parameters is correct