Main Page
Namespaces
Classes
Files
File List
File Members
test
test_grid_map_octomap.cpp
Go to the documentation of this file.
1
/*
2
* test_grid_map_octomap.cpp
3
*
4
* Created on: May 1, 2017
5
* Author: Jeff Delmerico
6
* Institute: University of Zürich, Robotics and Perception Group
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
}
main
int main(int argc, char **argv)
Definition:
test_grid_map_octomap.cpp:13
grid_map_octomap
Author(s): Jeff Delmerico
, Péter Fankhauser
autogenerated on Tue Jun 25 2019 20:02:15