forked from epfl-lasa/modulo
-
Notifications
You must be signed in to change notification settings - Fork 1
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 TF listener in BaseControllerInterface #169
Comments
fyi @eeberhard @domire8 |
Absolutely, let's try to duplicate everything related to TF, also broadcaster. |
bpapaspyros
changed the title
Add TF listener interface in BaseControllerInterface
Add TF listener in BaseControllerInterface
Dec 5, 2024
This was referenced Dec 5, 2024
1 task
bpapaspyros
added a commit
that referenced
this issue
Dec 5, 2024
bpapaspyros
added a commit
that referenced
this issue
Dec 5, 2024
bpapaspyros
added a commit
that referenced
this issue
Dec 5, 2024
bpapaspyros
added a commit
that referenced
this issue
Dec 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similarly to our design in
ComponentInterface
, we might imagine that some controllers may want to listen to TFs (i.e., to lookup frames, etc), or even broadcast them (reserved for a follow up issue/discussion).As such, it's worth copying/adapting some of the functions from
ComponentInterface
to ourBaseControllerInterface
. We would then expose the same design, that is, optionally invokeadd_tf_listener
for controllers that want to use it.The text was updated successfully, but these errors were encountered: