#include <hardware_interface/robot_hw.h>
#include <controller_interface/controller_base.h>
#include <controller_manager_msgs/SwitchController.h>
#include <controller_manager/controller_loader_interface.h>
#include <controller_manager/controller_manager.h>
#include <ros/ros.h>
#include <gmock/gmock.h>
#include <memory>
#include <functional>
Go to the source code of this file.
|
| int | main (int argc, char **argv) |
| |
| | TEST_F (ControllerManagerTest, ControllerUpdatesTest) |
| |
| | TEST_F (ControllerManagerTest, NoSwitchTest) |
| |
| | TEST_F (ControllerManagerTest, SwitchControllersAbortTest) |
| |
| | TEST_F (ControllerManagerTest, SwitchControllersAsapAbortTest) |
| |
| | TEST_F (ControllerManagerTest, SwitchControllersAsapTest) |
| |
| | TEST_F (ControllerManagerTest, SwitchControllersAsapTimeoutTest) |
| |
| | TEST_F (ControllerManagerTest, SwitchControllersTest) |
| |
| | TEST_F (ControllerManagerTest, SwitchControllersTimeoutTest) |
| |
| | TEST_F (ControllerManagerTest, SwitchOnlyTest) |
| |
| void | update (std::shared_ptr< controller_manager::ControllerManager > cm, const ros::TimerEvent &e) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ TEST_F() [1/9]
◆ TEST_F() [2/9]
◆ TEST_F() [3/9]
◆ TEST_F() [4/9]
◆ TEST_F() [5/9]
◆ TEST_F() [6/9]
◆ TEST_F() [7/9]
◆ TEST_F() [8/9]
◆ TEST_F() [9/9]
◆ update()