Ignition Sensors

API Reference

6.0.1
SensorTypes.hh
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2018 Open Source Robotics Foundation
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16 */
17 #ifndef IGNITION_SENSORS_SENSORTYPES_HH_
18 #define IGNITION_SENSORS_SENSORTYPES_HH_
19 
20 #include <vector>
21 #include <memory>
22 
23 #include <ignition/common/EnumIface.hh>
24 #include <ignition/sensors/config.hh>
25 #include <ignition/sensors/Export.hh>
26 
30 namespace ignition
31 {
34  namespace sensors
35  {
36  // Inline bracket to help doxygen filtering.
37  inline namespace IGNITION_SENSORS_VERSION_NAMESPACE {
38  // Forward declarations.
39  class AltimeterSensor;
40  class CameraSensor;
41  class GpuLidarSensor;
42  class GaussianNoiseModel;
43  class ImageGaussianNoiseModel;
44  class Noise;
45  class Sensor;
46 
50 
54 
58 
62 
66 
70 
74 
78 
82 
86  {
91 
95 
99 
103 
107 
111 
115 
119 
123 
127 
131 
135 
139 
143 
147 
151 
155 
159 
163 
167 
171 
175 
180  };
182 
186  {
187  // IMAGE must be the first element, and it must start with 0. Do not
188  // change this! See SensorManager::sensorContainers for reference.
191  IMAGE = 0,
192 
194  RAY = 1,
195 
197  OTHER = 2,
198 
201  };
202  }
203  }
204 }
205 #endif
Gyroscope body-frame X axis noise in m/s^2.
Definition: SensorTypes.hh:142
Force body-frame Y axis noise in N.
Definition: SensorTypes.hh:158
Accelerometer body-frame X axis noise in m/s^2.
Definition: SensorTypes.hh:126
SensorNoiseType
Definition: SensorTypes.hh:85
std::shared_ptr< Sensor > SensorPtr
Definition: SensorTypes.hh:49
std::vector< SensorPtr > Sensor_V
Definition: SensorTypes.hh:73
std::shared_ptr< Noise > NoisePtr
Definition: SensorTypes.hh:61
Magnetometer body-frame Z axis noise in Tesla.
Definition: SensorTypes.hh:110
Gyroscope body-frame X axis noise in m/s^2.
Definition: SensorTypes.hh:138
std::shared_ptr< GpuLidarSensor > GpuLidarSensorPtr
Definition: SensorTypes.hh:57
Accelerometer body-frame Z axis noise in m/s^2.
Definition: SensorTypes.hh:134
std::shared_ptr< GaussianNoiseModel > GaussianNoiseModelPtr
Definition: SensorTypes.hh:65
Definition: SensorTypes.hh:179
Magnetometer body-frame X axis noise in Tesla.
Definition: SensorTypes.hh:102
std::shared_ptr< CameraSensor > CameraSensorPtr
Definition: SensorTypes.hh:53
Force body-frame X axis noise in N.
Definition: SensorTypes.hh:154
Velocity noise streams for the altimeter sensor.
Definition: SensorTypes.hh:118
Vertical noise stream for the altimeter sensor.
Definition: SensorTypes.hh:114
Magnetometer body-frame Y axis noise in Tesla.
Definition: SensorTypes.hh:106
Noise streams for the Lidar sensor.
Definition: SensorTypes.hh:150
Ray based sensor class.
Definition: SensorTypes.hh:194
Noise streams for the Camera sensor.
Definition: SensorTypes.hh:94
std::vector< GpuLidarSensorPtr > GpuLidarSensor_V
Definition: SensorTypes.hh:81
SensorCategory
SensorCategory is used to categorize sensors. This is used to put sensors into different threads...
Definition: SensorTypes.hh:185
std::shared_ptr< ImageGaussianNoiseModel > ImageGaussianNoiseModelPtr
Shared pointer to Noise.
Definition: SensorTypes.hh:69
Accelerometer body-frame Y axis noise in m/s^2.
Definition: SensorTypes.hh:130
Torque body-frame Y axis noise in Nm.
Definition: SensorTypes.hh:170
Force body-frame Z axis noise in N.
Definition: SensorTypes.hh:162
STL class.
A type of sensor is not a RAY or IMAGE sensor.
Definition: SensorTypes.hh:197
Definition: SensorTypes.hh:90
Torque body-frame X axis noise in Nm.
Definition: SensorTypes.hh:166
Air Pressure noise streams for the air pressure sensor.
Definition: SensorTypes.hh:122
Image based sensor class. This type requires the rendering engine.
Definition: SensorTypes.hh:191
Definition: AirPressureSensor.hh:31
Number of Sensor Categories.
Definition: SensorTypes.hh:200
std::vector< CameraSensorPtr > CameraSensor_V
Definition: SensorTypes.hh:77
Noise streams for the Camera sensor.
Definition: SensorTypes.hh:98
Gyroscope body-frame X axis noise in m/s^2.
Definition: SensorTypes.hh:146
Torque body-frame Z axis noise in Nm.
Definition: SensorTypes.hh:174