-
Notifications
You must be signed in to change notification settings - Fork 199
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
Fix the time_jump_callback signature. #711
Conversation
Because it accesses object data, the first argument must be 'self'. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@ottojo it would be helpful if you could test this out and report on whether it fixes the issue for you. |
this fixes the problem all the way to rqt-tf-tree in jazzy! now i get
when without the fix rqt would crash, as expected. thanks for the quick fix! |
That is all @sloretz looking into it: I just typed "self" in my editor :). In any case, thanks for the quick test. I'll run CI on this, and assuming that is successful merge it and backport it to Jazzy. |
Pulls: #711 |
https://github.com/Mergifyio backport jazzy |
✅ Backports have been created
|
Because it accesses object data, the first argument must be 'self'. Signed-off-by: Chris Lalancette <clalancette@gmail.com> (cherry picked from commit efc7845)
Because it accesses object data, the first argument must be 'self'.
This should fix #710