Remove the nav2_mission_executor directory (#837)
This functionality will be removed from the nav2 repository and eventually revived in a separate repository. The plan is to separate out the generic Behavior Tree functionality first into a separate repo and then we can build a mission execution system using this generic BT functionality, also in a separate repo. Then, we will be able to span navigation, grasping, and other kinds of tasks, all coordinated using BTs.
Showing
- nav2_mission_executor/CHANGELOG.rst 0 additions, 0 deletionsnav2_mission_executor/CHANGELOG.rst
- nav2_mission_executor/CMakeLists.txt 0 additions, 71 deletionsnav2_mission_executor/CMakeLists.txt
- nav2_mission_executor/README.md 0 additions, 98 deletionsnav2_mission_executor/README.md
- nav2_mission_executor/include/nav2_mission_executor/execute_mission_behavior_tree.hpp 0 additions, 32 deletions...e/nav2_mission_executor/execute_mission_behavior_tree.hpp
- nav2_mission_executor/include/nav2_mission_executor/mission_executor.hpp 0 additions, 57 deletions...ecutor/include/nav2_mission_executor/mission_executor.hpp
- nav2_mission_executor/package.xml 0 additions, 43 deletionsnav2_mission_executor/package.xml
- nav2_mission_executor/src/execute_mission_behavior_tree.cpp 0 additions, 29 deletionsnav2_mission_executor/src/execute_mission_behavior_tree.cpp
- nav2_mission_executor/src/main.cpp 0 additions, 28 deletionsnav2_mission_executor/src/main.cpp
- nav2_mission_executor/src/mission_executor.cpp 0 additions, 137 deletionsnav2_mission_executor/src/mission_executor.cpp
- nav2_mission_executor/test/CMakeLists.txt 0 additions, 3 deletionsnav2_mission_executor/test/CMakeLists.txt
- nav2_mission_executor/test/test_mission_executor.cpp 0 additions, 88 deletionsnav2_mission_executor/test/test_mission_executor.cpp
- nav2_msgs/CMakeLists.txt 0 additions, 2 deletionsnav2_msgs/CMakeLists.txt
- nav2_msgs/action/ExecuteMission.action 0 additions, 7 deletionsnav2_msgs/action/ExecuteMission.action
- nav2_msgs/msg/MissionPlan.msg 0 additions, 2 deletionsnav2_msgs/msg/MissionPlan.msg
- nav2_tasks/include/nav2_tasks/execute_mission_action.hpp 0 additions, 28 deletionsnav2_tasks/include/nav2_tasks/execute_mission_action.hpp
- navigation2/package.xml 0 additions, 1 deletionnavigation2/package.xml
- tools/run_test_suite.bash 1 addition, 1 deletiontools/run_test_suite.bash
nav2_mission_executor/CHANGELOG.rst
deleted
100644 → 0
nav2_mission_executor/CMakeLists.txt
deleted
100644 → 0
nav2_mission_executor/README.md
deleted
100644 → 0
nav2_mission_executor/package.xml
deleted
100644 → 0
nav2_mission_executor/src/main.cpp
deleted
100644 → 0
nav2_msgs/msg/MissionPlan.msg
deleted
100644 → 0
Please register or sign in to comment