Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
test
main.cpp
Go to the documentation of this file.
1
7
#include <gtest/gtest.h>
8
#include <
ros/ros.h
>
9
10
using ::testing::InitGoogleTest;
11
12
/* RUN TESTS */
13
int
main
(
int
argc,
char
** argv)
14
{
15
ros::init
(argc, argv,
"rokubimini_test"
);
16
InitGoogleTest(&argc, argv);
17
return
RUN_ALL_TESTS();
18
}
main
int main(int argc, char **argv)
Definition:
main.cpp:13
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
ros.h
rokubimini
Author(s):
autogenerated on Wed Mar 3 2021 03:09:12