test_grid_map_pcl.cpp
Go to the documentation of this file.
1 /*
2  * test_grid_map_pcl.cpp
3  *
4  * Created on: Nov 4, 2019
5  * Author: Edo Jelavic
6  * Institute: ETH Zurich, Robotic Systems Lab
7  */
8 
9 // gtest
10 #include <gtest/gtest.h>
11 #include <ros/ros.h>
12 
13 int argc;
14 char** argv;
15 
16 // Run all the tests that were declared with TEST()
17 int main(int _argc, char** _argv) {
19  argc = _argc;
20  argv = _argv;
21  testing::InitGoogleTest(&_argc, _argv);
22  srand((int)time(nullptr));
23  return RUN_ALL_TESTS();
24 }
int argc
int main(int _argc, char **_argv)
static void init()
char ** argv


grid_map_pcl
Author(s): Dominic Jud , Edo Jelavic
autogenerated on Tue Jun 1 2021 02:13:43