|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <gtest/gtest.h>#include <moveit/planning_pipeline/planning_pipeline.hpp>#include <moveit/utils/robot_model_test_utils.hpp>
Go to the source code of this file.
Classes | |
| class | TestPlanningPipeline |
Functions | |
| TEST_F (TestPlanningPipeline, HappyPath) | |
| TEST_F (TestPlanningPipeline, NoPlannerPluginConfigured) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 118 of file planning_pipeline_tests.cpp.
| TEST_F | ( | TestPlanningPipeline | , |
| HappyPath | |||
| ) |
Definition at line 68 of file planning_pipeline_tests.cpp.
| TEST_F | ( | TestPlanningPipeline | , |
| NoPlannerPluginConfigured | |||
| ) |
Definition at line 100 of file planning_pipeline_tests.cpp.