#include <iostream>
#include <string>
#include <vector>
#include <ros/ros.h>
#include <ros_client.cpp>
#include <testutil/abst_acceptancetest.hpp>
#include <testutil/acceptancetest_ros.hpp>
#include <sstream>
Go to the source code of this file.
Classes | |
class | AcceptanceTest_Hiro |
Defines | |
#define | INIT_VEC(name, num) name,name+num |
#define | VEC_COPY(from, to, N1, N2) for(int i=0;i<N1;++i)for(int j=0;j<N2;++j)to[i][j]=from[i][j]; |
Functions | |
int | main (int argc, char *argv[]) |
template<class T > | |
std::string | to_string (T a) |
#define INIT_VEC | ( | name, | |
num | |||
) | name,name+num |
Definition at line 92 of file acceptancetest_hironx.cpp.
#define VEC_COPY | ( | from, | |
to, | |||
N1, | |||
N2 | |||
) | for(int i=0;i<N1;++i)for(int j=0;j<N2;++j)to[i][j]=from[i][j]; |
Definition at line 93 of file acceptancetest_hironx.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 404 of file acceptancetest_hironx.cpp.
std::string to_string | ( | T | a | ) |
Definition at line 13 of file acceptancetest_hironx.cpp.