Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

properly shutdown xml rpc server #2368

Draft
wants to merge 1 commit into
base: noetic-devel
Choose a base branch
from

Commits on Dec 15, 2023

  1. properly shutdown xml rpc server

    stop CPU usage spike when a rospy node receives a signals.SIGINT interrupt but before it terminates the process (e.g. pressing CTRL+C while the node is sleeping due to a rospy.sleep() call no longer sends CPU usage of a core to 100%)
    
    should also fix ros#2238
    jamesdarrenmuir committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a14db76 View commit details
    Browse the repository at this point in the history