-
Notifications
You must be signed in to change notification settings - Fork 21
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
Create Static Transform Broadcaster and publish flange->tool0 to newly created /tf_static topic #322
base: main
Are you sure you want to change the base?
Conversation
1b636a3
to
0f503e6
Compare
This successfully publishes |
Nice work. A high-level comment and a question:
|
0f503e6
to
a263b18
Compare
I will look at those suggestions. I added static variables because that is how it is done with the other |
a263b18
to
7fe68c5
Compare
I am actually doing the same thing that is done in the
I was originally planning on having the We could:
Or do something else.
I've pushed a new update up that does this (and 2. from the previous list, which is not my preference). It is sort of hastily made/more of a proof of concept to compare to the first version. Regardless I will need to test more and double check/verify that there aren't any new memory leaks. I don't particularly like it. It is different from all of our other publishers/messages/data, it is cumbersome to pass everything the data, publishers, etc around, and it is different from how |
In reference to #20