ros_comm icon indicating copy to clipboard operation
ros_comm copied to clipboard

Expose is_shutdown_requested in rospy namespace.

Open MichaelGrupp opened this issue 1 year ago • 0 comments

Just like the C++ ros::isShuttingDown(), this can be useful in certain cases where shutdown needs to be checked before all shutdown handlers finished.

The difference to is_shutdown() is already clearly described in the docstring of is_shutdown_requested() (see here).

MichaelGrupp avatar Aug 24 '22 08:08 MichaelGrupp