Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
i
k
l
o
p
r
s
t
u
Functions
Variables
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
+
All
d
g
i
l
m
s
v
+
Functions
m
v
Variables
+
Typedefs
v
Enumerations
+
Enumerator
v
Macros
src
nodes
mono_camera_node.cpp
Go to the documentation of this file.
1
#include <
ros/ros.h
>
2
#include <
avt_vimba_camera/mono_camera.h
>
3
4
int
main
(
int
argc,
char
** argv)
5
{
6
ros::init
(argc, argv,
"mono_camera_node"
);
7
8
ros::NodeHandle
nh;
9
ros::NodeHandle
nhp(
"~"
);
10
11
avt_vimba_camera::MonoCamera
mc(nh, nhp);
12
13
ros::spin
();
14
return
0;
15
}
ros::NodeHandle
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
avt_vimba_camera::MonoCamera
Definition:
mono_camera.h:51
main
int main(int argc, char **argv)
Definition:
mono_camera_node.cpp:4
ros::spin
ROSCPP_DECL void spin()
ros.h
mono_camera.h
avt_vimba_camera
Author(s): Allied Vision Technologies, Miquel Massot
autogenerated on Fri Jun 2 2023 02:21:10