#include <trajectory_execution_ros/trajectory_execution_monitor_ros.h>#include <planning_scene_monitor/planning_scene_monitor.h>#include <csignal>#include <gtest/gtest.h>#include <pr2_mechanism_msgs/ListControllers.h>
Go to the source code of this file.
Functions | |
| void | getRunningControllerMap (std::map< std::string, bool > &controller_map) |
| int | main (int argc, char **argv) |
| void | sigHandler (int x) |
| TEST (TrajectoryExecutionTests, loadUnload) | |
| TEST (TrajectoryExecutionTests, switchRestore) | |
Variables | |
| boost::shared_ptr < trajectory_execution_ros::TrajectoryExecutionMonitorRos > | emon |
| ros::ServiceClient | lister_service |
| boost::shared_ptr < planning_scene_monitor::PlanningSceneMonitor > | planning_scene_monitor_ |
| void getRunningControllerMap | ( | std::map< std::string, bool > & | controller_map | ) |
Definition at line 51 of file trajectory_execution_tests.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 114 of file trajectory_execution_tests.cpp.
| void sigHandler | ( | int | x | ) |
Definition at line 46 of file trajectory_execution_tests.cpp.
| TEST | ( | TrajectoryExecutionTests | , |
| loadUnload | |||
| ) |
Definition at line 66 of file trajectory_execution_tests.cpp.
| TEST | ( | TrajectoryExecutionTests | , |
| switchRestore | |||
| ) |
Definition at line 83 of file trajectory_execution_tests.cpp.
| boost::shared_ptr<trajectory_execution_ros::TrajectoryExecutionMonitorRos> emon |
Definition at line 42 of file trajectory_execution_tests.cpp.
Definition at line 44 of file trajectory_execution_tests.cpp.
| boost::shared_ptr<planning_scene_monitor::PlanningSceneMonitor> planning_scene_monitor_ |
Definition at line 43 of file trajectory_execution_tests.cpp.