test_grid_map_core.cpp
Go to the documentation of this file.
1 /*
2  * test_grid_map.cpp
3  *
4  * Created on: Feb 10, 2014
5  * Author: Péter Fankhauser
6  * Institute: ETH Zurich, ANYbotics
7  */
8 
9 // gtest
10 #include <gtest/gtest.h>
11 
12 // Run all the tests that were declared with TEST()
13 int main(int argc, char **argv)
14 {
15  testing::InitGoogleTest(&argc, argv);
16  srand((int)time(0));
17  return RUN_ALL_TESTS();
18 }
int main(int argc, char **argv)


grid_map_core
Author(s): Péter Fankhauser
autogenerated on Tue Jun 25 2019 20:02:08