Privacy
An open-source, flexible 3D physical simulation framework
camera_sensor_config.h
Go to the documentation of this file.
1
/*
2
* Copyright 2011, 2012, DFKI GmbH Robotics Innovation Center
3
*
4
* This file is part of the MARS simulation framework.
5
*
6
* MARS is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU Lesser General Public License
8
* as published by the Free Software Foundation, either version 3
9
* of the License, or (at your option) any later version.
10
*
11
* MARS is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU Lesser General Public License for more details.
15
*
16
* You should have received a copy of the GNU Lesser General Public License
17
* along with MARS. If not, see <http://www.gnu.org/licenses/>.
18
*
19
*/
20
21
#ifndef MARS_INTERFACES_CAMERA_SENSOR_CONFIG_H
22
#define MARS_INTERFACES_CAMERA_SENSOR_CONFIG_H
23
24
#include "
MARSDefs.h
"
25
26
namespace
mars
{
27
namespace
interfaces {
28
29
struct
camera_sensor_config
{
30
explicit
camera_sensor_config
() {
31
depthImage
=
false
;
32
};
33
int
image_width
;
34
int
image_height
;
35
sReal
offset
;
36
bool
depthImage
;
37
};
// end of struct camera_sensor_config
38
39
}
// end of namespace interfaces
40
}
// end of namespace mars
41
42
#endif
/* MARS_INTERFACES_CAMERA_SENSOR_CONFIG_H */
mars::interfaces::camera_sensor_config
Definition:
camera_sensor_config.h:29
mars::interfaces::camera_sensor_config::depthImage
bool depthImage
Definition:
camera_sensor_config.h:36
mars::interfaces::sReal
double sReal
Definition:
MARSDefs.h:49
mars::interfaces::camera_sensor_config::image_width
int image_width
Definition:
camera_sensor_config.h:32
mars
Copyright 2012, DFKI GmbH Robotics Innovation Center.
Definition:
GraphicsTimer.cpp:25
mars::interfaces::camera_sensor_config::image_height
int image_height
Definition:
camera_sensor_config.h:34
mars::interfaces::camera_sensor_config::camera_sensor_config
camera_sensor_config()
Definition:
camera_sensor_config.h:30
mars::interfaces::camera_sensor_config::offset
sReal offset
Definition:
camera_sensor_config.h:35
MARSDefs.h
interfaces
src
camera_sensor_config.h
Generated on Fri May 25 2018 11:46:21 by
1.8.13