You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gavanderhoorn we're unsure whether this leads to either: (a) a crash at run-time, or (b) using a meaningless/corrupted transform. If the former, then we should go with LOSS-OF-FUNCTIONALITY. If the latter, we should go with BEHAVING-INCORRECTLY.
The text was updated successfully, but these errors were encountered:
ChrisTimperley
changed the title
@gavanderhoorn we're unsure whether this leads to either: (a) a crash at run-time, or (b) using a meaningless/corrupted transform. If the former, then we should go with LOSS-OF-FUNCTIONALITY. If the latter, we should go with BEHAVING-INCORRECTLY.
Resolve whether bug leads to a crash or incorrect behavior at runtime
Sep 9, 2021
I have found a memory leak in tf2_py.cpp
[..]
Whit this fix the memory leak is fixed.
We have experience this memory leak when having robots working during days.
Relevant bug: geometry2/1b5fa94/1b5fa94.bug
@gavanderhoorn we're unsure whether this leads to either: (a) a crash at run-time, or (b) using a meaningless/corrupted transform. If the former, then we should go with LOSS-OF-FUNCTIONALITY. If the latter, we should go with BEHAVING-INCORRECTLY.
Originally posted by @ChrisTimperley in #430 (comment)
The text was updated successfully, but these errors were encountered: