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
Issue Description:
I ran the turtlebot3_mbf package with move_base_flex. Sometimes, when I shut down the node by pressing Ctrl C I get this severe warning:
Warning: class_loader.ClassLoader: SEVERE WARNING!!!
Attempting to unload /home/kshitij/ghar_ws/devel/lib//libnavfn.so
while objects created by this library still exist in the heap!
You should delete your objects before destroying the ClassLoader. The library will NOT be unloaded.
at line 119 in /tmp/binarydeb/ros-noetic-class-loader-0.5.0/src/class_loader.cpp
Should I be concerned about this?
I also wrote a dummy planner, controller, recovery behavior plugins and a navigation server class, based on the mbf_simple_nav. Running that also gives me the same severe warning when exiting, even though I have explicitly cleared all plugins and reset all action servers in the navigation server destructor, as shown in the code below:
Note that this warning only comes if I Ctrl-C shutdown the node AFTER I have given it some goal via the action server. If I shutdown the node without giving it any nodes, then the warning does not show up.
The text was updated successfully, but these errors were encountered:
System: Ubuntu 20.04
ROS Version: Noetic
Issue Description:
I ran the turtlebot3_mbf package with move_base_flex. Sometimes, when I shut down the node by pressing Ctrl C I get this severe warning:
Warning: class_loader.ClassLoader: SEVERE WARNING!!!
Attempting to unload /home/kshitij/ghar_ws/devel/lib//libnavfn.so
while objects created by this library still exist in the heap!
You should delete your objects before destroying the ClassLoader. The library will NOT be unloaded.
at line 119 in /tmp/binarydeb/ros-noetic-class-loader-0.5.0/src/class_loader.cpp
Should I be concerned about this?
I also wrote a dummy planner, controller, recovery behavior plugins and a navigation server class, based on the mbf_simple_nav. Running that also gives me the same severe warning when exiting, even though I have explicitly cleared all plugins and reset all action servers in the navigation server destructor, as shown in the code below:
Note that this warning only comes if I Ctrl-C shutdown the node AFTER I have given it some goal via the action server. If I shutdown the node without giving it any nodes, then the warning does not show up.
The text was updated successfully, but these errors were encountered: