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

Reorganize some of the BehaviorTree-related code #957

Merged
merged 4 commits into from
Aug 7, 2019
Merged

Reorganize some of the BehaviorTree-related code #957

merged 4 commits into from
Aug 7, 2019

Commits on Aug 6, 2019

  1. Reorganize some of the BehaviorTree-related code.

    Eliminate the NavigateToPoseBehaviorTree class, merging it with the BehaviorTreeEngine.
    Put clear_entirely service client with the others in nav2_util.
    Move RecoveryNode to nav2_behavior_tree with the other BT nodes.
    Michael Jeronimo committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    00661db View commit details
    Browse the repository at this point in the history
  2. Remove method signature that isn't implemented yet

    Michael Jeronimo committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    50f8881 View commit details
    Browse the repository at this point in the history
  3. Add a missing dependency

    Michael Jeronimo committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    7619e1b View commit details
    Browse the repository at this point in the history
  4. Address a couple linter issues

    Michael Jeronimo committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    e0b97f8 View commit details
    Browse the repository at this point in the history