-
Notifications
You must be signed in to change notification settings - Fork 20
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
magicbot: Add tunable update listener method #136
base: main
Are you sure you want to change the base?
Conversation
This adds a way to add a callback for NT updates to tunables.
3163c0c
to
af0809a
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.
One objection I have with this implementation is adding an additional entry listener. As you add more of them it'll keep making callbacks more expensive (which is a problem with the current ntcore implementation... ).
fa08017
to
ee2ba91
Compare
@virtuald Now that we have pyntcore, do you still have objections to this? |
Callbacks still have the same issue. |
This adds a way to add a callback for NT updates to tunables.
Ref: #133