Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
c
d
g
m
o
p
r
s
t
x
+
Functions
d
g
m
p
r
s
t
x
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
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
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
l
m
n
o
p
r
s
t
u
v
y
z
+
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
src
inference_batch.cpp
Go to the documentation of this file.
1
18
// Global includes
19
#include <stdio.h>
20
21
// Package includes
22
#include <
ros/ros.h
>
23
#include <
ros/console.h
>
24
25
// Local includes
26
#include "
inference/SceneInferenceEngine.h
"
27
28
using namespace
ProbabilisticSceneRecognition
;
29
34
int
main
(
int
argc,
char
* argv[])
35
{
36
// Initialize ros node.
37
ros::init
(argc, argv,
"js_probabilistic_scene_inference_engine"
);
38
39
// Create and execute inference engine.
40
SceneInferenceEngine
ie;
41
ie.
executeInStackMode
();
42
43
// Longing for callbacks.
44
ros::spinOnce
();
45
46
return
0;
47
}
SceneInferenceEngine.h
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:
inference_batch.cpp:34
ProbabilisticSceneRecognition::SceneInferenceEngine::executeInStackMode
void executeInStackMode()
Definition:
SceneInferenceEngine.cpp:180
ProbabilisticSceneRecognition
Definition:
MappedProbabilityTable.h:33
ProbabilisticSceneRecognition::SceneInferenceEngine
Definition:
SceneInferenceEngine.h:46
ros.h
console.h
ros::spinOnce
ROSCPP_DECL void spinOnce()
asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Mon Feb 28 2022 21:50:12