Add unit tests for follow path, compute path to pose, and navigate to pose BT action nodes (#1844)
* Add compute path to pose unit tests Signed-off-by:Sarthak Mittal <sarthakmittal2608@gmail.com> * Add follow path action unit tests Signed-off-by:
Sarthak Mittal <sarthakmittal2608@gmail.com> * Add navigate to pose action unit tests Signed-off-by:
Sarthak Mittal <sarthakmittal2608@gmail.com>
Showing
- nav2_behavior_tree/include/nav2_behavior_tree/plugins/action/compute_path_to_pose_action.hpp 55 additions, 0 deletions...avior_tree/plugins/action/compute_path_to_pose_action.hpp
- nav2_behavior_tree/include/nav2_behavior_tree/plugins/action/follow_path_action.hpp 50 additions, 0 deletions.../nav2_behavior_tree/plugins/action/follow_path_action.hpp
- nav2_behavior_tree/include/nav2_behavior_tree/plugins/action/navigate_to_pose_action.hpp 51 additions, 0 deletions..._behavior_tree/plugins/action/navigate_to_pose_action.hpp
- nav2_behavior_tree/plugins/action/compute_path_to_pose_action.cpp 21 additions, 45 deletions...avior_tree/plugins/action/compute_path_to_pose_action.cpp
- nav2_behavior_tree/plugins/action/follow_path_action.cpp 24 additions, 43 deletionsnav2_behavior_tree/plugins/action/follow_path_action.cpp
- nav2_behavior_tree/plugins/action/navigate_to_pose_action.cpp 21 additions, 43 deletions..._behavior_tree/plugins/action/navigate_to_pose_action.cpp
- nav2_behavior_tree/test/plugins/action/CMakeLists.txt 12 additions, 0 deletionsnav2_behavior_tree/test/plugins/action/CMakeLists.txt
- nav2_behavior_tree/test/plugins/action/test_compute_path_to_pose_action.cpp 198 additions, 0 deletions.../test/plugins/action/test_compute_path_to_pose_action.cpp
- nav2_behavior_tree/test/plugins/action/test_follow_path_action.cpp 188 additions, 0 deletions...vior_tree/test/plugins/action/test_follow_path_action.cpp
- nav2_behavior_tree/test/plugins/action/test_navigate_to_pose_action.cpp 179 additions, 0 deletions...tree/test/plugins/action/test_navigate_to_pose_action.cpp
Please register or sign in to comment