test.cpp File Reference
#include <string>
#include <gtest/gtest.h>
#include <ros/ros.h>
#include <boost/thread.hpp>
#include <cstdlib>
#include <pr2_mechanism_msgs/LoadController.h>
#include <pr2_mechanism_msgs/UnloadController.h>
#include <pr2_mechanism_msgs/ListControllers.h>
#include <pr2_mechanism_msgs/SwitchController.h>
#include <sensor_msgs/JointState.h>
#include <pr2_mechanism_msgs/MechanismStatistics.h>
#include <diagnostic_msgs/DiagnosticArray.h>
Go to the source code of this file.
Classes |
class | TestController |
Functions |
int | main (int argc, char **argv) |
| TEST_F (TestController, multithread_bombardment) |
| TEST_F (TestController, singlethread_bombardment) |
| TEST_F (TestController, diagnostic_hz) |
| TEST_F (TestController, manager_hz) |
| TEST_F (TestController, publisher_hz) |
| TEST_F (TestController, service_and_realtime_publisher) |
| TEST_F (TestController, start_stop_best_effort) |
| TEST_F (TestController, start_stop_strict) |
| TEST_F (TestController, unloading) |
| TEST_F (TestController, loading) |
| TEST_F (TestController, spawner) |
Variables |
static const unsigned int | _failure = 0 |
static const unsigned int | _running = 3 |
static const unsigned int | _stopped = 2 |
static const unsigned int | _unloaded = 1 |
static bool | bombardment_started_ = false |
int | g_argc |
char ** | g_argv |
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv | |
|
) |
| | |
Variable Documentation
const unsigned int _failure = 0 [static] |
const unsigned int _running = 3 [static] |
const unsigned int _stopped = 2 [static] |