moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <vector>
#include <gtest/gtest.h>
#include <controller_manager_msgs/srv/detail/list_controllers__struct.hpp>
#include <controller_manager_msgs/srv/detail/switch_controller__struct.hpp>
#include <eigen3/Eigen/Eigen>
#include <moveit/controller_manager/controller_manager.hpp>
#include <pluginlib/class_loader.hpp>
Go to the source code of this file.
Classes | |
class | MockControllersManagerService |
Functions | |
TEST (ControllerManagerPlugin, SwitchControllers) | |
TEST (ControllerManagerPlugin, LoadMoveItControllerManagerPlugin) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 172 of file test_controller_manager_plugin.cpp.
TEST | ( | ControllerManagerPlugin | , |
LoadMoveItControllerManagerPlugin | |||
) |
Definition at line 161 of file test_controller_manager_plugin.cpp.
TEST | ( | ControllerManagerPlugin | , |
SwitchControllers | |||
) |
Definition at line 113 of file test_controller_manager_plugin.cpp.