Configurable odom tf publishing#134
Open
MeierTobias wants to merge 7 commits into
Open
Conversation
Master update from head repository
Update tf_pub_config branche
Owner
|
This is basically the same as #105. Since there have been multiple requests for this it's probably worth adding given that it's a minor change. I will hold off on merging until the PRs in the wrapper (rai-opensource/spot_wrapper#6) and #126 are merged. |
Author
|
Thanks for considering it. Sorry I wasn't aware of #105, but yes it's exactly the same. |
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.
I have implemented a feature to disable the tf publishing of the odom and gpe transformation. This is useful if you are using a GNSS based positioning system and want to estimate the position with an external state estimator.
A start-up parameter called 'publish_odom_tf' configures the behavior.