Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
c
d
f
g
m
o
p
r
s
t
v
w
Functions
Variables
Typedefs
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
a
c
d
e
f
g
i
m
p
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
+
Files
File List
+
File Members
All
Functions
src
world_model_main.cpp
Go to the documentation of this file.
1
18
// ROS Main Inclusion
19
#include <
ros/ros.h
>
20
21
#include "
world_model/world_model.hpp
"
22
23
using namespace
world_model
;
24
25
int
main
(
int
argc,
char
** argv)
26
{
27
ros::init
(argc, argv,
"world_model"
);
28
ros::start
();
29
30
WorldModel
world_model
;
31
ros::spin
();
32
}
ros::start
ROSCPP_DECL void start()
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
world_model
Definition:
common_information_handler.hpp:47
world_model::WorldModel
WorldModel class provides services for adding the viewports of the next best views to a list and retr...
Definition:
world_model.hpp:59
ros::spin
ROSCPP_DECL void spin()
world_model.hpp
main
int main(int argc, char **argv)
Definition:
world_model_main.cpp:25
ros.h
asr_world_model
Author(s): Aumann Florian, Borella Jocelyn, Hutmacher Robin, Karrenbauer Oliver, Meißner Pascal, Schleicher Ralf, Stöckle Patrick, Trautmann Jeremias
autogenerated on Sat Jan 11 2020 03:50:22