Add aspect ratio to FiducialTransforms and add missing check on tf_publish_interval#153
Open
jack-digilabs wants to merge 1 commit intoUbiquityRobotics:kinetic-develfrom
Open
Conversation
Pulling in changes from main repo
Member
|
Hey @jack-digilabs Thanks for the contribution! Can you separate this into 2 PRs, one with the tf publish check, and another for the aspect ratio? The tf publish check should definitely make it in, the aspect ratio idea needs more thought. |
Contributor
Author
|
Sure can. Quick clarifying question on the tf_publish_interval vs publish_tf
tf_publish_interval: ROS Wiki, "Specifies an interval at which poses are
published, even if no fiducials are observed. This is useful in cases where
the fiducial pose is used as a correction to odometry.". This makes me
think setting tf_publish_interval==0 should result in tf's only being
published when a fiducial is observed however my addition causes the tf
never to be published when tf_publish_interval==0. Is this the
functionality you want with tf_publish_interval==0 or should I use
publish_tf==false to turn off publishing the tf's?
publish_tf: I'd expect this to completely turn off tf publishing and
override the tf_publish_interval. Is my interpretation correct and should I
add that functionality?
…On Sun, Feb 17, 2019 at 12:23 PM Rohan Agrawal ***@***.***> wrote:
Hey @jack-digilabs <https://github.com/jack-digilabs> Thanks for the
contribution!
Can you separate this into 2 PRs, one with the tf publish check, and
another for the aspect ratio?
The tf publish check should definitely make it in, the aspect ratio idea
needs more thought.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#153 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AmLdCifuYQYbntRCDSlEg8W28pmC4TxIks5vOZ4RgaJpZM4a9yG_>
.
|
Member
|
Your interpretation is correct, publish_tf should override the tf_publish_interval. Looking forward to the other PR |
Contributor
Author
|
I submitted PR #154 to add the functionality described above. |
bf79c4c to
fe1dd0a
Compare
0be113c to
fe1dd0a
Compare
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.
No description provided.