Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
Enumerations
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
f
g
i
l
p
s
t
v
~
+
Functions
a
f
g
i
l
p
s
t
v
~
+
Files
File List
+
File Members
All
Functions
test
test_grid_map_ros.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
}
main
int main(int argc, char **argv)
Definition:
test_grid_map_ros.cpp:13
grid_map_ros
Author(s): Péter Fankhauser
autogenerated on Wed Jul 5 2023 02:23:44