#include <IMUMeasurement.h>
Public 成员函数 | |
geom::Vector3D | GetAccelerometer () const |
float | GetCompass () const |
geom::Vector3D | GetGyroscope () const |
Public 成员函数 继承自 carla::sensor::SensorData | |
size_t | GetFrame () const |
Frame count when the data was generated. | |
const rpc::Transform & | GetSensorTransform () const |
Sensor's transform when the data was generated. | |
double | GetTimestamp () const |
Simulation-time when the data was generated. | |
virtual | ~SensorData ()=default |
Protected 类型 | |
using | Serializer = s11n::IMUSerializer |
using | Super = SensorData |
Protected 成员函数 | |
IMUMeasurement (const RawData &data) | |
Protected 成员函数 继承自 carla::sensor::SensorData | |
const auto & | GetEpisode () const |
SensorData (const RawData &data) | |
SensorData (size_t frame, double timestamp, const rpc::Transform &sensor_transform) | |
Protected 属性 | |
friend | Serializer |
Private 属性 | |
geom::Vector3D | _accelerometer |
float | _compass |
geom::Vector3D | _gyroscope |
在文件 IMUMeasurement.h 第 17 行定义.
|
protected |
在文件 IMUMeasurement.h 第 22 行定义.
|
protected |
在文件 IMUMeasurement.h 第 20 行定义.
|
inlineexplicitprotected |
在文件 IMUMeasurement.h 第 26 行定义.
|
inline |
在文件 IMUMeasurement.h 第 34 行定义.
引用了 _accelerometer.
|
inline |
在文件 IMUMeasurement.h 第 42 行定义.
引用了 _compass.
|
inline |
在文件 IMUMeasurement.h 第 38 行定义.
引用了 _gyroscope.
|
private |
在文件 IMUMeasurement.h 第 48 行定义.
被这些函数引用 GetAccelerometer().
|
private |
在文件 IMUMeasurement.h 第 50 行定义.
被这些函数引用 GetCompass().
|
private |
在文件 IMUMeasurement.h 第 49 行定义.
被这些函数引用 GetGyroscope().
|
protected |
在文件 IMUMeasurement.h 第 24 行定义.