|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <unordered_set>#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 173 of file test_controller_manager_plugin.cpp.
| TEST | ( | ControllerManagerPlugin | , |
| LoadMoveItControllerManagerPlugin | ) |
Definition at line 162 of file test_controller_manager_plugin.cpp.
| TEST | ( | ControllerManagerPlugin | , |
| SwitchControllers | ) |
Definition at line 114 of file test_controller_manager_plugin.cpp.