Support TF Prefixing#3332
Merged
Nir-Az merged 2 commits intorealsenseai:ros2-developmentfrom May 5, 2025
Merged
Conversation
Contributor
pondersome
commented
Apr 12, 2025
- Added a tf_prefix parameter that can be used to prefix all TF frames produced by the node.
- Added documentation for this parameter and the base_frame_id parameter into the readme. Fixed some typos there too.
- Added functionality to the launch file to warn about unsupported parameters
- Added a test for the new tf_prefix parameter, but only supporting the D455 which I can test with
- To run just the new test: python3 -m pytest test_camera_tf_tests.py -v -k "TestCamera_TestTF_Prefix"
- Added a tf_prefix parameter that can be used to prefix all TF frames produced by the node. - Added documentation for this parameter and the base_frame_id parameter into the readme. Fixed some typos there too. - Added functionality to the launch file to warn about unsupported parameters - Added a test for the new tf_prefix parameter, but only supporting the D455 which I can test with - To run just the new test: python3 -m pytest test_camera_tf_tests.py -v -k "TestCamera_TestTF_Prefix"
|
Can one of the admins verify this patch? |
Contributor
Author
|
this is meant to address: |
ashrafk93
reviewed
Apr 23, 2025
| # Get list of supported parameters | ||
| supported_params = set(param['name'] for param in configurable_parameters) | ||
|
|
||
| # Check for unsupported parameters in command line arguments |
Collaborator
Contributor
Author
There was a problem hiding this comment.
should be good to go. also added another missing parameter. the launch file still doesn't expose all available params, but i'm only adding those i've needed and tested.
ashrafk93
approved these changes
Apr 24, 2025
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.
