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

Stop planner if the goal is cancelled #4148

Merged

Commits on Feb 27, 2024

  1. Add support for stopping planners when the action is cancelled

    Signed-off-by: Kemal Bektas <kemal.bektas@node-robotics.com>
    Kemal Bektas committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2ba0e9a View commit details
    Browse the repository at this point in the history
  2. Support cancel in Smac planner

    Signed-off-by: Kemal Bektas <kemal.bektas@node-robotics.com>
    Kemal Bektas committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5f8093a View commit details
    Browse the repository at this point in the history
  3. Support cancel in Theta* planner

    Signed-off-by: Kemal Bektas <kemal.bektas@node-robotics.com>
    Kemal Bektas committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7fa65d9 View commit details
    Browse the repository at this point in the history
  4. Support cancel in Navfn planner

    Signed-off-by: Kemal Bektas <kemal.bektas@node-robotics.com>
    Kemal Bektas committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b4f6d3d View commit details
    Browse the repository at this point in the history
  5. Update nav2_system_tests to use cancel checker

    Signed-off-by: Kemal Bektas <kemal.bektas@node-robotics.com>
    Kemal Bektas committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b03a803 View commit details
    Browse the repository at this point in the history
  6. Add terminal_checking_interval parameter

    Signed-off-by: Kemal Bektas <kemal.bektas@node-robotics.com>
    Kemal Bektas committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8f16980 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Handle timeout and cancel check on the same branch and default to 500…

    …0 iterations
    
    Signed-off-by: Kemal Bektas <kemal.bektas@node-robotics.com>
    Kemal Bektas committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    868dd64 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Add system tests for cancel

    Signed-off-by: Kemal Bektas <kemal.bektas@node-robotics.com>
    Kemal Bektas committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8c3a643 View commit details
    Browse the repository at this point in the history