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
Hello! I'm trying to jump back into contributing to nav2 and just trying to get through some of the minor looking prehumble tickets for starters.
I don't see any shared pointer references in nav2_core, only const rclcpp_lifecycle::LifecycleNode::WeakPtr & parent. When the weak pointers are locked, it should increment the shared pointer counter correctly right?
Can you point me to the shared pointer references you're talking about?
If interested we're havign a behavior tree related problem that's stumping most of us. In the tests, this line is hanging indefinitely in some situations. Related to the discussion in #2934, but the comment in #2962 (comment) is making me worried its actually more wide spread than we knew prior
Found it #2934 (comment) 😉 but I know you could have found it too as the author of that hah.
But happy to have you around! Maybe ping me on slack and we can chat about what you might be interested in working on? But certainly helping on things in the issue tracker is always appreciated.
Currently, that won't actually increment the reference counter
The text was updated successfully, but these errors were encountered: