-
Notifications
You must be signed in to change notification settings - Fork 201
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
Add configurable TF topics to view_frames #709
Add configurable TF topics to view_frames #709
Conversation
@@ -50,12 +51,19 @@ def main(): | |||
'--wait-time', '-t', type=float, default=5.0, | |||
help='Listen to the /tf topic for this many seconds before rendering the frame tree') | |||
parser.add_argument('-o', '--output', help='Output filename') | |||
parser.add_argument('--tf_topic', help='Topic for dynamic transforms', |
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.
Could also be tf_dynamic_topic
. Open to either given the help text next to it says dynamic
27b84b6
to
45f3f30
Compare
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.
do you mind to add some documentation here cli_tools.rst
? Adding some notes about these new options ?
@Ryanf55 friendly ping, more information needed. |
@Ryanf55 friendly ping |
* Set defaults in transform lister and expose them as args to the TransformLister * Add CLI args in view_frames to change /tf and /tf_static topics Signed-off-by: Ryan Friedman <[email protected]>
45f3f30
to
4d30e24
Compare
Done! Sorry for the delay. |
Pulls: #709 |
Here's the python implementation of #708. It's a convenience over the following for those who don't understand remaps.
help text
Run the node
Get it's node info while running to prove the topics are different