Loading [MathJax]/extensions/tex2jax.js
iCub-main
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace 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
y
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
y
Variables
a
b
c
d
e
h
i
j
l
m
n
p
r
s
t
w
z
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
Classes
Class List
Class Index
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
z
~
Functions
_
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
z
~
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
z
Typedefs
Enumerations
a
b
c
e
g
i
l
n
p
r
s
t
u
Enumerator
a
b
c
d
e
f
g
i
l
m
p
r
s
t
u
Properties
Related Symbols
a
b
c
g
i
l
o
q
r
s
t
w
Files
File List
File 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
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Typedefs
Enumerations
Enumerator
_
a
c
d
e
g
j
m
n
p
s
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
icub-main
src
core
emotionInterface
main.cpp
Go to the documentation of this file.
1
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
2
3
// yarp
4
#include <yarp/os/Network.h>
5
6
// iCub
7
#include "
emotionInterfaceModule.h
"
8
9
using namespace
std;
10
using namespace
yarp::os;
11
using namespace
iCub::contrib
;
12
31
int
main
(
int
argc,
char
*argv[]) {
32
33
Network
yarp
;
34
35
//resource finder initialization.
36
ResourceFinder rf;
37
rf.setDefaultConfigFile(
"emotions.ini"
);
38
rf.setDefaultContext(
"faceExpressions"
);
39
rf.setDefault(
"name"
,
"/emotion"
);
40
rf.configure(argc, argv);
41
EmotionInterfaceModule
eiModule;
42
43
eiModule.
configure
(rf);
44
45
return
eiModule.runModule();
46
}
31
int
main
(
int
argc,
char
*argv[]) {
…
}
iCub::contrib::EmotionInterfaceModule
EmotionInterface Module class.
Definition
emotionInterfaceModule.h:71
iCub::contrib::EmotionInterfaceModule::configure
bool configure(ResourceFinder &config) override
Definition
emotionInterfaceModule.cpp:85
emotionInterfaceModule.h
main
int main()
Definition
main.cpp:67
iCub::contrib
Definition
emotionInterface.h:18
yarp
Copyright (C) 2008 RobotCub Consortium.
Definition
DebugInterfaces.h:51
Generated on Tue May 6 2025 15:42:04 for iCub-main by
1.9.8