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
Several reports of failure to cleanly terminate rqt applications with error below:
rclpy._rclpy_pybind11.RCLError: failed to shutdown: rcl_shutdown already called on the given context, at ./src/rcl/init.c:313
^C[INFO] [1683135438.923384012] [rclcpp]: signal_handler(signum=2)
Warning: class_loader.ClassLoader: SEVERE WARNING!!! Attempting to unload library while objects created by this loader exist in the heap! You should delete your objects before attempting to unload the library or destroying the ClassLoader. The library will NOT be unloaded.
at line 127 in ./src/class_loader.cpp
Note: I'm not seeing the rcl_shutdown error when closing the rqt window by clicking the x button. It seems to occur only when terminating the process via Ctrl+C.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Termination
This is a known issue: ros2/rclpy#1081
Several reports of failure to cleanly terminate rqt applications with error below:
Reports
rqt_graph
Params not refreshing: Understanding ROS2 Topics #1016 (comment)[x] Fix: Refresh rosgraph when params checkbox is clicked ros-visualization/rqt_graph#86rqt_plot
Joint position visualization failing: RQT #842 (comment)Upstream ticket: [rolling] Unable to plot joint_states ros-visualization/rqt_plot#89[x] Fix: Fix regression from #87 ros-visualization/rqt_plot#90rqt_bag
Use same storage format as rosbag2 [ros2] Use default storage id from rosbag2 ros-visualization/rqt_bag#139qt_gui_cpp
: RQT #840 (comment)rqt
ros2 run rqt rqt
No Executable Found ros-visualization/rqt#270Beta Was this translation helpful? Give feedback.
All reactions