moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
unittest_planning_context_loaders.cpp File Reference
#include <gtest/gtest.h>
#include <pluginlib/class_loader.hpp>
#include <moveit/robot_model/robot_model.hpp>
#include <moveit/robot_model_loader/robot_model_loader.hpp>
#include <pilz_industrial_motion_planner/planning_context_loader.hpp>
#include "test_utils.hpp"
#include <rclcpp/rclcpp.hpp>
Include dependency graph for unittest_planning_context_loaders.cpp:

Go to the source code of this file.

Classes

class  PlanningContextLoadersTest

Functions

 INSTANTIATE_TEST_SUITE_P (InstantiationName, PlanningContextLoadersTest, ::testing::Values(std::vector< std::string >{ "pilz_industrial_motion_planner/PlanningContextLoaderPTP", "PTP" }, std::vector< std::string >{ "pilz_industrial_motion_planner/PlanningContextLoaderLIN", "LIN" }, std::vector< std::string >{ "pilz_industrial_motion_planner/PlanningContextLoaderCIRC", "CIRC" }))
 TEST_P (PlanningContextLoadersTest, GetAlgorithm)
 Test getAlgorithm returns PTP.
 TEST_P (PlanningContextLoadersTest, LoadContext)
 Check that load Context returns initialized shared pointer.
int main (int argc, char **argv)

Function Documentation

◆ INSTANTIATE_TEST_SUITE_P()

INSTANTIATE_TEST_SUITE_P ( InstantiationName ,
PlanningContextLoadersTest ,
::testing::Values(std::vector< std::string >{ "pilz_industrial_motion_planner/PlanningContextLoaderPTP", "PTP" }, std::vector< std::string >{ "pilz_industrial_motion_planner/PlanningContextLoaderLIN", "LIN" }, std::vector< std::string >{ "pilz_industrial_motion_planner/PlanningContextLoaderCIRC", "CIRC" })  )

◆ main()

int main ( int argc,
char ** argv )

Definition at line 176 of file unittest_planning_context_loaders.cpp.

◆ TEST_P() [1/2]

TEST_P ( PlanningContextLoadersTest ,
GetAlgorithm  )

Test getAlgorithm returns PTP.

Definition at line 129 of file unittest_planning_context_loaders.cpp.

◆ TEST_P() [2/2]

TEST_P ( PlanningContextLoadersTest ,
LoadContext  )

Check that load Context returns initialized shared pointer.

Definition at line 138 of file unittest_planning_context_loaders.cpp.

Here is the call graph for this function: