Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
c
d
g
l
n
o
p
r
s
t
Functions
Variables
Typedefs
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
+
Functions
_
a
b
c
d
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
+
All
c
d
e
g
m
t
v
+
Functions
c
d
g
m
t
Variables
Macros
test
camera
distortion_barrel.cpp
Go to the documentation of this file.
1
#include "
distortion.h
"
2
3
TEST_F
(
DistortionTest
, barrelDistortion)
4
{
5
cameraDistortionTest();
6
}
7
8
int
main
(
int
argc,
char
** argv)
9
{
10
ros::init
(argc, argv,
"gazebo_camera_barrel_distortion_test"
);
11
testing::InitGoogleTest(&argc, argv);
12
return
RUN_ALL_TESTS();
13
}
DistortionTest
Definition:
distortion.h:37
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
main
int main(int argc, char **argv)
Definition:
distortion_barrel.cpp:8
distortion.h
TEST_F
TEST_F(DistortionTest, barrelDistortion)
Definition:
distortion_barrel.cpp:3
gazebo_plugins
Author(s): John Hsu
autogenerated on Wed Aug 24 2022 02:47:52