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

(Reopen #35) fixed ctrl+C on a concurrence container #49

Open
wants to merge 6 commits into
base: noetic-devel
Choose a base branch
from

Commits on Feb 15, 2023

  1. fixed ctrl+C on a concurrence container

    Allison Thackston authored and 130s committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    08a90b8 View commit details
    Browse the repository at this point in the history
  2. removed check of smach.is_shutdown from waiting for threads to termin…

    …ate -- may or may not be a good idea
    Allison Thackston authored and 130s committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    c30513f View commit details
    Browse the repository at this point in the history
  3. added shutdown handler, added threaded start to smach_ros

    Allison Thackston authored and 130s committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    9cd44af View commit details
    Browse the repository at this point in the history
  4. added request_shutdown function, added checks on _shutdown_requested …

    …to cleanly exit statemachine and concurrence
    Allison Thackston authored and 130s committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    ebf2519 View commit details
    Browse the repository at this point in the history
  5. changed smach_ros.start() to use thread pool so an outcome can be ret…

    …urned
    Allison Thackston authored and 130s committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    e50c2f0 View commit details
    Browse the repository at this point in the history
  6. small cleanup

    Allison Thackston authored and 130s committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    c2aaabc View commit details
    Browse the repository at this point in the history